aboutsummaryrefslogtreecommitdiff
path: root/lib/compress.js
AgeCommit message (Expand)Author
2021-02-27fix corner cases with block-scoped functions (#4695)Alex Lam S.L
2021-02-26use strict-mode-safe placeholder (#4694)Alex Lam S.L
2021-02-26fix corner cases with `exports` (#4691)Alex Lam S.L
2021-02-25fix corner cases in `sequences` (#4690)...fixes #4689Alex Lam S.L
2021-02-25fix corner cases with arrow functions (#4688)...fixes #4687Alex Lam S.L
2021-02-25fix corner case in `collapse_vars` (#4686)...fixes #4685Alex Lam S.L
2021-02-25fix corner case in `loops` (#4684)...fixes #4683Alex Lam S.L
2021-02-25fix corner case in `unused` (#4682)...fixes #4681Alex Lam S.L
2021-02-24fix corner case in `comparisons` (#4680)...fixes #4679Alex Lam S.L
2021-02-24support nullish coalescing operator (#4678)Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L
2021-02-22fix corner case in `templates` (#4677)...fixes #4676Alex Lam S.L
2021-02-22enhance `side_effects` (#4675)Alex Lam S.L
2021-02-22fix corner cases in `reduce_vars` (#4674)Alex Lam S.L
2021-02-21fix corner cases with `export default` (#4673)Alex Lam S.L
2021-02-20fix corner case in `conditionals` & `side_effects` (#4669)...fixes #4668Alex Lam S.L
2021-02-19fix corner cases in arrow functions & `rests` (#4667)...fixes #4666Alex Lam S.L
2021-02-19fix corner case in `reduce_vars` (#4665)...fixes #4664Alex Lam S.L
2021-02-18fix corner case in `reduce_vars` (#4663)...fixes #4662Alex Lam S.L
2021-02-18fix corner case in `inline` (#4660)...fixes #4659Alex Lam S.L
2021-02-16workaround bug in ECMAScript specification (#4656)...closes #4655Alex Lam S.L
2021-02-16fix corner case in `reduce_vars` (#4654)...fixes #4653Alex Lam S.L
2021-02-15introduce `hoist_exports` (#4651)Alex Lam S.L
2021-02-15support `export` statements (#4650)Alex Lam S.L
2021-02-14support `import` statements (#4646)Alex Lam S.L
2021-02-14improve fix for #4325 (#4649)Alex Lam S.L
2021-02-12fix corner case in `evaluate` (#4645)...fixes #4644Alex Lam S.L
2021-02-11enhance `join_vars` (#4643)Alex Lam S.L
2021-02-10fix corner cases with asynchronous generators (#4642)...fixes #4641Alex Lam S.L
2021-02-10enhance `collapse_vars` (#4637)Alex Lam S.L
2021-02-10fix corner cases in `inline` (#4640)...fixes #4639Alex Lam S.L
2021-02-10enhance `side_effects` (#4638)Alex Lam S.L
2021-02-10fix corner case in `reduce_vars` (#4636)Alex Lam S.L
2021-02-10fix corner case in `merge_vars` (#4635)Alex Lam S.L
2021-02-10fix corner case in `collapse_vars` (#4634)...fixes #4633Alex Lam S.L
2021-02-09fix corner case in `merge_vars` (#4629)...fixes #4628Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08fix corner case in `conditionals` (#4624)...fixes #4623Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-02-07fix corner case in `side_effects` (#4622)...fixes #4621Alex Lam S.L
2021-02-07fix corner case in `functions` (#4619)...fixes #4618Alex Lam S.L
2021-02-06enhance `compress` on arrow and `async` functions (#4616)Alex Lam S.L
2021-02-05fix corner case in `pure_getters` (#4615)...fixes #4614Alex Lam S.L
2021-02-05fix corner cases with function inlining (#4613)...fixes #4612Alex Lam S.L
2021-02-02fix corner cases in `templates` (#4610)Alex Lam S.L
2021-02-02fix corner case in `arguments` (#4609)...fixes #4608Alex Lam S.L
2021-02-02fix corner case in `templates` (#4607)...fixes #4606Alex Lam S.L
2021-02-01fix corner case in `collapse_vars` (#4605)...fixes #4604Alex Lam S.L
2021-02-01introduce `templates` (#4603)Alex Lam S.L
2021-02-01support template literals (#4601)Alex Lam S.L