aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-973.js
AgeCommit message (Collapse)Author
2020-04-11improve handling of `eval` (#3776)Alex Lam S.L
closes #3768
2018-07-01fix corner case in `unused`alexlamsl
2018-05-10fix corner case in call binding (#3128)Alex Lam S.L
fixes #3127
2017-12-01fix corner case in call binding (#2541)Alex Lam S.L
2017-11-06consolidate & enhance `unused` (#2439)Alex Lam S.L
- defer declaration removal in `collapse_vars` - account for `AST_SymbolFunarg` in deduplication - private accounting for `collapse_vars` - avoid issues with identity reference due to deep cloning fixes #2437
2017-03-16make `collapse_vars` consistent with `toplevel` (#1608)Alex Lam S.L
fixes #1605
2016-02-17preserve ThisBinding for side_effectsalexlamsl
2016-02-16Don't compress (0, eval)() to eval()Richard van Velzen
2016-02-16Preserve ThisBinding in conditionals & collapse_varsalexlamsl
Fixes #973