aboutsummaryrefslogtreecommitdiff
path: root/test/compress/awaits.js
AgeCommit message (Expand)Author
2021-05-30fix corner case in `awaits` (#4988)...fixes #4987Alex Lam S.L
2021-05-29fix corner cases in `awaits` (#4976)...fixes #4974 fixes #4975Alex Lam S.L
2021-05-28fix corner case in `awaits` (#4973)...fixes #4972Alex Lam S.L
2021-05-28enhance `awaits` (#4971)Alex Lam S.L
2021-05-28enhance `awaits` (#4969)Alex Lam S.L
2021-03-17enhance "functions" (#4791)Alex Lam S.L
2021-03-13fix corner case in `side_effects` (#4765)...fixes #4764Alex Lam S.L
2021-03-07fix corner case in `collapse_vars` & `reduce_vars` (#4748)...fixes #4747Alex Lam S.L
2021-03-06fix corner case in `awaits` (#4740)...fixes #4738Alex Lam S.L
2021-03-02fix corner case in `inline` & `sequences` (#4718)...fixes #4717Alex Lam S.L
2021-02-07fix corner case in `functions` (#4619)...fixes #4618Alex Lam S.L
2021-02-06enhance `compress` on arrow and `async` functions (#4616)Alex Lam S.L
2021-01-30fix corner case in `conditionals` (#4599)...fixes #4598Alex Lam S.L
2021-01-27fix corner case in `inline` (#4596)...fixes #4595Alex Lam S.L
2021-01-23fix corner case in `reduce_vars` (#4582)...fixes #4581Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-11fix corner case in `arguments` (#4535)...fixes #4534Alex Lam S.L
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-07support rest parameters (#4515)Alex Lam S.L