aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-368.js
AgeCommit message (Expand)Author
2017-12-14fold `cascade` functionality into `collapse_vars` (#2586)Alex Lam S.L
2017-03-05fixup for #1553 (#1555)...- `++a` is the one that is foldable - transform `a++` into `++a` for better optimisationAlex Lam S.L
2017-03-05collapse assignment with adjacent subsequent usage (#1553)...- consolidate `cascade` optimisations - support ++/-- postfixes - remove redundant optimisation identified in #1460 fixes #368Alex Lam S.L