aboutsummaryrefslogtreecommitdiff
path: root/test/compress/functions.js
AgeCommit message (Collapse)Author
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
2020-04-27fix corner case in `inline` (#3822)Alex Lam S.L
fixes #3821
2020-04-11fix corner case in `inline` (#3778)Alex Lam S.L
fixes #3777
2020-04-11fix corner cases in `inline` (#3773)Alex Lam S.L
fixes #3770 fixes #3771 fixes #3772
2020-04-10enhance `inline` (#3767)Alex Lam S.L
2020-04-05enhance `inline` (#3760)Alex Lam S.L
2020-02-12fix corner case in `unused` (#3716)Alex Lam S.L
2020-01-28enhance `sequences` (#3693)Alex Lam S.L
2020-01-10enhance `collapse_vars` (#3680)Alex Lam S.L
closes #3679
2019-12-31enhance `unused` (#3662)Alex Lam S.L
2019-12-30enhance `booleans` (#3657)Alex Lam S.L
2019-12-02fix corner cases in `keep_fargs` & `unused` (#3618)Alex Lam S.L
2019-12-01enhance `unused` (#3617)Alex Lam S.L
2019-11-29fix corner case in parsing directives (#3615)Alex Lam S.L
2019-11-27fix corner case in `inline` (#3608)Alex Lam S.L
2019-11-26inline functions with directives more effectively (#3604)Alex Lam S.L
2019-11-18fix corner case in `inline` (#3595)Alex Lam S.L
2019-11-17fix corner case in `reduce_funcs` (#3592)Alex Lam S.L
2019-11-13enhance `unused` (#3584)Alex Lam S.L
2019-11-13enhance `evaluate` & `inline` (#3580)Alex Lam S.L
2019-11-02more tests for #3562 (#3565)Alex Lam S.L
2019-10-23fix corner case in `side_effects` (#3514)Alex Lam S.L
fixes #3512
2019-10-22fix corner cases in `inline` (#3507)Alex Lam S.L
fixes #3506
2019-10-15fix corner case in `ie8` & `rename` (#3474)Alex Lam S.L
fixes #3473
2019-10-06handle function/variable name collisions correctly (#3451)Alex Lam S.L
fixes #3439
2019-10-06fix variable scope determination (#3449)Alex Lam S.L
fixes #3444
2019-05-11fix corner case in `functions` (#3403)Alex Lam S.L
fixes #3402
2019-05-10fix corner case in `inline` (#3401)Alex Lam S.L
fixes #3400
2019-04-21unwind IIFE class patterns (#3373)Alex Lam S.L
fixes #2332
2019-04-21fix corner cases in `functions` (#3372)Alex Lam S.L
fixes #3371
2019-04-19enhance `functions` (#3368)Alex Lam S.L