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