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