aboutsummaryrefslogtreecommitdiff
path: root/test/compress/arrows.js
AgeCommit message (Expand)Author
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-19fix corner cases in arrow functions & `rests` (#4667)...Alex Lam S.L
2021-02-10enhance `side_effects` (#4638)Alex Lam S.L
2021-02-06enhance `compress` on arrow and `async` functions (#4616)Alex Lam S.L
2020-12-29fix corner case in `arguments` (#4477)...Alex Lam S.L
2020-12-25fix corner case in `pure_getters` (#4449)...Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-19fix corner case with parentheses (#4409)...Alex Lam S.L
2020-12-18enhance `arrows` (#4403)Alex Lam S.L
2020-12-18fix corner case in `merge_vars` (#4402)...Alex Lam S.L
2020-12-18enhance `reduce_vars` (#4392)Alex Lam S.L
2020-12-18fix corner case in `collapse_vars` (#4391)...Alex Lam S.L
2020-12-18fix corner case in `inline` (#4389)...Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L