aboutsummaryrefslogtreecommitdiff
path: root/test/compress/destructured.js
AgeCommit message (Expand)Author
2021-02-02fix corner case in `arguments` (#4609)...Alex Lam S.L
2021-01-24fix corner case in `reduce_vars` (#4585)...Alex Lam S.L
2021-01-15fix corner cases in `collapse_vars` (#4555)...Alex Lam S.L
2021-01-07fix corner cases with `arguments` (#4520)...Alex Lam S.L
2021-01-06fix corner case in `side_effects` (#4513)...Alex Lam S.L
2021-01-06fix corner cases in `inline` & `unused` (#4509)...Alex Lam S.L
2021-01-05enhance `inline` & `side_effects` (#4506)Alex Lam S.L
2021-01-05fix corner case in `merge_vars` (#4505)...Alex Lam S.L
2021-01-04fix corner case in `evaluate` (#4501)...Alex Lam S.L
2020-12-31fix corner case with `arguments` (#4486)...Alex Lam S.L
2020-12-29expand test options (#4475)...Alex Lam S.L
2020-12-25fix corner case in `unused` (#4457)...Alex Lam S.L
2020-12-24fix & enhance `collapse_vars` (#4447)...Alex Lam S.L
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-23fix corner case with `NaN` (#4437)...Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4426)...Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4421)...Alex Lam S.L
2020-12-19support destructuring of `catch` variable (#4412)Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4400)...Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4396)...Alex Lam S.L
2020-12-17fix corner case in `arguments` (#4387)...Alex Lam S.L
2020-12-17fix corner case in `reduce_vars` (#4384)...Alex Lam S.L
2020-12-13fix corner case in `dead_code` (#4373)...Alex Lam S.L
2020-12-10fix corner case in `loops` & `unused` (#4356)...Alex Lam S.L
2020-11-29fix corner case in `merge_vars` (#4324)...Alex Lam S.L
2020-11-29fix corner case in `inline` (#4322)...Alex Lam S.L
2020-11-27fix corner case in `inline` (#4320)...Alex Lam S.L
2020-11-23fix corner case in `passes` & `reduce_vars` (#4316)...Alex Lam S.L
2020-11-21fix corner case in `merge_vars` & `reduce_vars` (#4313)...Alex Lam S.L
2020-11-20fix corner case in `collapse_vars` (#4309)...Alex Lam S.L
2020-11-19fix corner case in `merge_vars` (#4302)...Alex Lam S.L
2020-11-19fix corner case `reduce_vars` (#4300)...Alex Lam S.L
2020-11-18fix corner case in `merge_vars` (#4299)...Alex Lam S.L
2020-11-18fix corner case in `merge_vars` (#4295)...Alex Lam S.L
2020-11-18fix corner case in `merge_vars` (#4289)...Alex Lam S.L
2020-11-17fix corner case in `collapse_vars` (#4287)...Alex Lam S.L
2020-11-17fix corner cases in `collapse_vars` & `dead_code` (#4285)...Alex Lam S.L
2020-11-17fix corner case in `reduce_vars` (#4283)...Alex Lam S.L
2020-11-17fix corner case in `reduce_vars` (#4281)...Alex Lam S.L
2020-11-17support destructured literals (#4278)Alex Lam S.L