aboutsummaryrefslogtreecommitdiff
path: root/test/compress/yields.js
AgeCommit message (Collapse)Author
2021-03-18fix corner case in `collapse_vars` (#4797)Alex Lam S.L
2021-03-17enhance "functions" (#4791)Alex Lam S.L
2021-03-14fix corner cases with `yield` (#4771)Alex Lam S.L
fixes #4769
2021-02-26use strict-mode-safe placeholder (#4694)Alex Lam S.L
2021-02-10fix corner cases with asynchronous generators (#4642)Alex Lam S.L
fixes #4641
2021-02-10fix corner cases in `inline` (#4640)Alex Lam S.L
fixes #4639
2021-02-10enhance `side_effects` (#4638)Alex Lam S.L
2021-02-10fix corner case in `reduce_vars` (#4636)Alex Lam S.L
2021-02-10fix corner case in `merge_vars` (#4635)Alex Lam S.L
2021-02-10fix corner case in `collapse_vars` (#4634)Alex Lam S.L
fixes #4633
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08fix corner case in `conditionals` (#4624)Alex Lam S.L
fixes #4623
2021-02-08support generator functions (#4620)Alex Lam S.L