aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
AgeCommit message (Collapse)Author
2021-05-05fix corner case in `collapse_vars` (#4911)Alex Lam S.L
fixes #4910
2021-05-04fix corner case in `collapse_vars` (#4909)Alex Lam S.L
fixes #4908
2021-05-02enhance `reduce_vars` & `unused` (#4890)Alex Lam S.L
2021-04-24enhance `pure_getters`, `reduce_vars` & `unused` (#4863)Alex Lam S.L
2021-04-22enhance `unused` (#4858)Alex Lam S.L
2021-03-25fix corner case in `functions` (#4824)Alex Lam S.L
fixes #4823
2021-03-18fix corner case in `evaluate` (#4800)Alex Lam S.L
fixes #4799
2021-03-17enhance "functions" (#4791)Alex Lam S.L
2021-03-16fix corner case in `functions` (#4789)Alex Lam S.L
fixes #4788
2021-03-16fix corner cases with `new.target` (#4784)Alex Lam S.L
2021-03-08fix corner case in `inline` (#4754)Alex Lam S.L
fixes #4753
2021-03-07support `new.target` (#4746)Alex Lam S.L
fixes #4745
2021-03-05enhance `collapse_vars` (#4735)Alex Lam S.L
2021-03-03fix corner case in `inline` (#4726)Alex Lam S.L
fixes #4725
2021-02-27fix corner cases with block-scoped functions (#4695)Alex Lam S.L
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-18fix corner case in `inline` (#4660)Alex Lam S.L
fixes #4659
2021-02-16workaround bug in ECMAScript specification (#4656)Alex Lam S.L
closes #4655
2021-02-14improve fix for #4325 (#4649)Alex Lam S.L
2021-02-05fix corner cases with function inlining (#4613)Alex Lam S.L
fixes #4612
2021-01-01enhance `collapse_vars` & `dead_code` (#4491)Alex Lam S.L
2020-12-28fix corner case in `inline` (#4472)Alex Lam S.L
fixes #4471
2020-12-25fix corner case in `functions` & `reduce_vars` (#4452)Alex Lam S.L
fixes #4451
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-07extend trailing comma support (#4334)Alex Lam S.L
2020-11-29fix corner case in `side_effects` (#4326)Alex Lam S.L
fixes #4325
2020-11-21fix corner case in `merge_vars` & `reduce_vars` (#4313)Alex Lam S.L
fixes #4312
2020-11-08fix corner case in `inline` (#4266)Alex Lam S.L
fixes #4265
2020-11-07fix corner case in `reduce_vars` (#4262)Alex Lam S.L
fixes #4261
2020-11-06fix corner case in `functions` (#4260)Alex Lam S.L
fixes #4259
2020-10-22fix corner case in `functions` (#4234)Alex Lam S.L
fixes #4233
2020-10-06fix corner case in `ie8` (#4187)Alex Lam S.L
fixes #4186
2020-10-05retrofit `try-catch-finally` as block-scoped (#4178)Alex Lam S.L
- support optional catch binding
2020-10-04fix corner case in `mangle` (#4174)Alex Lam S.L
2020-10-03workaround quirks on latter specs (#4172)Alex Lam S.L
closes #4171
2020-10-03fix corner cases of `catch` variable inlining (#4169)Alex Lam S.L
2020-09-30enhance `inline` (#4163)Alex Lam S.L
2020-09-29fix corner case in `inline` (#4160)Alex Lam S.L
fixes #4159
2020-09-26fix corner cases in `functions` & `merge_vars` (#4156)Alex Lam S.L
fixes #4155
2020-09-22enhance `unused`alexlamsl
2020-09-03enhance `unused` (#4090)Alex Lam S.L
2020-06-29fix corner case in `inline` (#4007)Alex Lam S.L
fixes #4006
2020-06-01enhance `reduce_vars` (#3942)Alex Lam S.L
2020-05-28fix corner case in `functions` (#3930)Alex Lam S.L
fixes #3929
2020-05-21fix corner case in `inline` (#3915)Alex Lam S.L
fixes #3911
2020-05-11enhance `evaluate` & `reduce_vars` (#3873)Alex Lam S.L
2020-05-07fix corner case in `inline` (#3853)Alex Lam S.L
fixes #3852
2020-05-01fix corner case in `inline` (#3837)Alex Lam S.L
fixes #3836
2020-05-01fix corner cases in `inline` (#3834)Alex Lam S.L
fixes #3833 fixes #3835
2020-05-01enhance `inline` (#3832)Alex Lam S.L