aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-208.js
AgeCommit message (Expand)Author
2018-07-13fix corner cases in `preserve_line` (#3212)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2017-05-12remove support for `const` (#1910)...As this is not part of ES5.Alex Lam S.L
2017-02-21enhance `global_defs`...- support arrays, objects & AST_Node - support `"a.b":1` on both cli & API - emit warning if variable is modified - override top-level variables fixes #1416 closes #1198 closes #1469 alexlamsl
2017-01-19add missing LHS cases which global_defs should avoidalexlamsl
2015-08-10[Fix] --define replaces SymbolRefs in LHS of assignments...See #208 for context Christopher Chedeau