aboutsummaryrefslogtreecommitdiff
path: root/test/compress/collapse_vars.js
AgeCommit message (Expand)Author
2017-04-20improve `unused` (#1832)...Alex Lam S.L
2017-04-19improve `collapse_vars` on `AST_Var` (#1828)...Alex Lam S.L
2017-04-18clean up `collapse_vars` (#1826)...Alex Lam S.L
2017-04-18support safe reassignments in `reduce_vars` (#1823)...Alex Lam S.L
2017-04-06improve `pure_getters` (#1786)...Alex Lam S.L
2017-03-26fix `delete` related issues in `collapse_vars` and `reduce_vars` (#1689)Alex Lam S.L
2017-03-24improve collapsible value detection (#1638)...Alex Lam S.L
2017-03-23account for cross-scope modifications in `collapse_vars` (#1634)...Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...Alex Lam S.L
2017-03-16make `collapse_vars` consistent with `toplevel` (#1608)...Alex Lam S.L
2017-03-07collapse_vars: do not replace a constant in loop condition or init (#1562)kzc
2017-03-03collapse_vars should not replace constant in for-in init section (#1538)...kzc
2017-03-02optimize trivial IIFEs returning constants (#1530)kzc
2017-02-21drop unused: toplevel, assign-only...alexlamsl
2016-05-27collapse_vars: Do not consider RegExp literals to be constants...kzc
2016-01-28collapse_vars: fix if/else and ternary operator side effectskzc
2016-01-28collapse_vars: fix bug in repeated var defs of same namekzc
2016-01-27fix bug in collapse_vars for right side of "||" and "&&"kzc
2016-01-27Collapse single use var definitions...kzc