aboutsummaryrefslogtreecommitdiff
path: root/test/compress/classes.js
AgeCommit message (Expand)Author
2021-05-22fix corner case in parsing private field/method (#4952)...Alex Lam S.L
2021-04-24enhance `pure_getters`, `reduce_vars` & `unused` (#4863)Alex Lam S.L
2021-04-22enhance `unused` (#4858)Alex Lam S.L
2021-04-21document various ECMAScript bugs (#4857)Alex Lam S.L
2021-04-08fix corner case in `if_return` (#4851)...Alex Lam S.L
2021-04-03enhance `comparisons` & `reduce_vars` (#4841)Alex Lam S.L
2021-04-03support `mangle.properties` on `class` (#4838)Alex Lam S.L
2021-04-01fix corner case in `properties` (#4832)...Alex Lam S.L
2021-04-01fix corner case in `properties` (#4830)...Alex Lam S.L
2021-03-25fix corner cases with `class` (#4822)...Alex Lam S.L
2021-03-21document various v8 bugs (#4808)...Alex Lam S.L
2021-03-17extend `keep_fnames` to classes (#4793)Alex Lam S.L
2021-03-09fix corner case in `unused` (#4757)...Alex Lam S.L
2021-03-07support `new.target` (#4746)...Alex Lam S.L
2021-03-05enhance `collapse_vars` (#4735)Alex Lam S.L
2021-03-03fix corner case in `inline` (#4726)...Alex Lam S.L
2021-03-03fix corner cases with `class` (#4723)...Alex Lam S.L
2021-03-02enhance `reduce_vars` & `side_effects` (#4712)Alex Lam S.L
2021-03-02fix corner case with `class` (#4713)Alex Lam S.L
2021-03-02enhance `side_effects` & `unused` (#4711)Alex Lam S.L
2021-02-28fix corner case `reduce_vars` (#4706)...Alex Lam S.L
2021-02-25fix corner cases with arrow functions (#4688)...Alex Lam S.L
2021-02-25fix corner case in `loops` (#4684)...Alex Lam S.L
2021-02-25fix corner case in `unused` (#4682)...Alex Lam S.L
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L