aboutsummaryrefslogtreecommitdiff
path: root/test/compress/assignment.js
AgeCommit message (Collapse)Author
2019-11-28enhance `assignments` (#3612)Alex Lam S.L
2019-05-30fix corner case in `assignments` (#3430)Alex Lam S.L
fixes #3429
2019-05-29enhance `assignments` & `unused` (#3428)Alex Lam S.L
closes #3427
2019-05-12fix corner case in `assignments` (#3407)Alex Lam S.L
fixes #3406
2019-05-11fix corner case in `functions` (#3403)Alex Lam S.L
fixes #3402
2019-04-24fix corner case in `assignments` (#3376)Alex Lam S.L
fixes #3375
2019-03-18introduce `assignments` (#3345)Alex Lam S.L
2016-08-30implement optimization: (x = 2 * x) ---> (x *= 2)kzc