UglifyJS.git
2021-02-27 Alex Lam S.Lfix corner cases with `export` (#4699)
2021-02-27 Alex Lam S.Lfix corner case with `arguments` (#4697)
2021-02-26 Alex Lam S.Lsupport limited `ufuzz` testing for `export` (#4693)
2021-02-26 Alex Lam S.Lfix corner cases with block-scoped functions (#4695)
2021-02-26 Alex Lam S.Luse strict-mode-safe placeholder (#4694)
2021-02-25 Alex Lam S.Lfix corner cases with `exports` (#4691)
2021-02-25 Alex Lam S.Lfix corner cases in `sequences` (#4690)
2021-02-25 Alex Lam S.Lfix corner cases with arrow functions (#4688)
2021-02-24 Alex Lam S.Lfix corner case in `collapse_vars` (#4686)
2021-02-24 Alex Lam S.Lfix corner case in `loops` (#4684)
2021-02-24 Alex Lam S.Lfix corner case in `unused` (#4682)
2021-02-24 Alex Lam S.Lfix corner case in `comparisons` (#4680)
2021-02-23 Alex Lam S.Lsupport nullish coalescing operator (#4678)
2021-02-23 Alex Lam S.Lsupport `class` literals (#4658)
2021-02-22 Alex Lam S.Lfix corner case in `templates` (#4677)
2021-02-22 Alex Lam S.Lenhance `side_effects` (#4675)
2021-02-22 Alex Lam S.Limprove CLI usability (#4670)
2021-02-22 Alex Lam S.Lfix corner cases in `reduce_vars` (#4674)
2021-02-21 Alex Lam S.Lfix corner cases with `export default` (#4673)
2021-02-21 Alex Lam S.Lfix corner case with `import` (#4672)
2021-02-20 Alex Lam S.Lparse dynamic `import` correctly (#4671)
2021-02-20 Alex Lam S.Lfix corner case in `conditionals` & `side_effects`...
2021-02-19 Alex Lam S.Lfix corner cases in arrow functions & `rests` (#4667)
2021-02-18 Alex Lam S.Lfix corner case in `reduce_vars` (#4665)
2021-02-18 Alex Lam S.Lfix corner case in `reduce_vars` (#4663)
2021-02-18 Alex Lam S.Lfix corner case in `inline` (#4660)
2021-02-16 Alex Lam S.Lworkaround bug in ECMAScript specification (#4656)
2021-02-15 Alex Lam S.Lfix corner case in `reduce_vars` (#4654)
2021-02-15 Alex Lam S.Lfix syntax error in tests (#4652)
2021-02-15 Alex Lam S.Lintroduce `hoist_exports` (#4651)
2021-02-14 Alex Lam S.Lsupport `export` statements (#4650)
2021-02-13 Alex Lam S.Lsupport `import` statements (#4646)
2021-02-13 Alex Lam S.Limprove fix for #4325 (#4649)
2021-02-13 Alex Lam S.Lv3.12.8
2021-02-13 Alex Lam S.Lavoid false positive in `--reduce-test` (#4648)
2021-02-11 Alex Lam S.Lfix corner case in `evaluate` (#4645)
2021-02-10 Alex Lam S.Lenhance `join_vars` (#4643)
2021-02-10 Alex Lam S.Lfix corner cases with asynchronous generators (#4642)
2021-02-10 Alex Lam S.Lenhance `collapse_vars` (#4637)
2021-02-10 Alex Lam S.Lfix corner cases in `inline` (#4640)
2021-02-10 Alex Lam S.Lenhance `side_effects` (#4638)
2021-02-10 Alex Lam S.Lfix corner case in `reduce_vars` (#4636)
2021-02-10 Alex Lam S.Lfix corner case in `merge_vars` (#4635)
2021-02-10 Alex Lam S.Lfix corner case in `collapse_vars` (#4634)
2021-02-09 Alex Lam S.Lreject invalid `for...of` syntax (#4632)
2021-02-09 Alex Lam S.Lfix corner case with template literals (#4631)
2021-02-09 Alex Lam S.Lfix corner case in `merge_vars` (#4629)
2021-02-08 Alex Lam S.Lsupport `for [await]...of` statements (#4627)
2021-02-08 Alex Lam S.Limprove false positive detection in `ufuzz` (#4626)
2021-02-08 Alex Lam S.Lfix corner case in `--reduce-test` (#4625)
2021-02-08 Alex Lam S.Lfix corner case in `conditionals` (#4624)
2021-02-07 Alex Lam S.Lsupport generator functions (#4620)
2021-02-07 Alex Lam S.Lfix corner case in `side_effects` (#4622)
2021-02-07 Alex Lam S.Lfix corner case in `functions` (#4619)
2021-02-06 Alex Lam S.Lv3.12.7
2021-02-06 Alex Lam S.Lenhance `compress` on arrow and `async` functions ...
2021-02-05 Alex Lam S.Lfix corner case in `pure_getters` (#4615)
2021-02-04 Alex Lam S.Lfix corner cases with function inlining (#4613)
2021-02-02 Alex Lam S.Lfix corner cases in `templates` (#4610)
2021-02-02 Alex Lam S.Lfix corner case in `arguments` (#4609)
2021-02-01 Alex Lam S.Lfix corner case in `templates` (#4607)
2021-02-01 Alex Lam S.Lfix corner case in `collapse_vars` (#4605)
2021-02-01 Alex Lam S.Lintroduce `templates` (#4603)
2021-02-01 Alex Lam S.Lsupport template literals (#4601)
2021-01-31 Alex Lam S.Lv3.12.6
2021-01-30 Alex Lam S.Lfix corner case in `conditionals` (#4599)
2021-01-29 Alex Lam S.Lsuppress false positives due to nested objects (#4597)
2021-01-26 Alex Lam S.Lfix corner case in `inline` (#4596)
2021-01-26 Alex Lam S.Lworkaround tty bugs on Node.js (#4594)
2021-01-24 Alex Lam S.Lsupport exponentiation operator (#4593)
2021-01-24 Alex Lam S.Lfix infinite recursion in `ufuzz` code generation ...
2021-01-24 Alex Lam S.Lfix corner cases in `collapse_vars` (#4591)
2021-01-24 Alex Lam S.Lfix corner cases with default parameters (#4589)
2021-01-24 Alex Lam S.Lsupport BigInt literals (#4583)
2021-01-23 Alex Lam S.Lfix corner case in `collapse_vars` (#4587)
2021-01-23 Alex Lam S.Lfix corner case in `reduce_vars` (#4585)
2021-01-22 Alex Lam S.Lfix corner case in `reduce_vars` (#4582)
2021-01-22 Alex Lam S.Limprove `ufuzz` on destructuring (#4580)
2021-01-22 Alex Lam S.Lworkaround Node.js bug (#4579)
2021-01-21 Alex Lam S.Lsuppress false positives in `ufuzz` (#4578)
2021-01-21 Alex Lam S.Lsuppress false positives in `ufuzz` (#4577)
2021-01-20 Alex Lam S.Lfix corner case in `rests` (#4576)
2021-01-20 Alex Lam S.Lsuppress false positives in `ufuzz` (#4574)
2021-01-20 Alex Lam S.Lworkaround GitHub Actions bug (#4573)
2021-01-19 Alex Lam S.Lsupport asynchronous test cases properly (#4529)
2021-01-19 Alex Lam S.Lv3.12.5
2021-01-19 Alex Lam S.Lfix corner case in `dead_code` (#4571)
2021-01-18 Jimb EsserFix overwriting existing sourcesContent in sourcemaps...
2021-01-18 Alex Lam S.Lfix corner case in `reduce_vars` (#4569)
2021-01-17 Alex Lam S.Lfix corner case in `loops` (#4565)
2021-01-17 Alex Lam S.Limprove false positive detection in `ufuzz` (#4566)
2021-01-17 Alex Lam S.Lfix corner case in `reduce_vars` (#4563)
2021-01-16 Alex Lam S.Lfix corner cases in `reduce_vars` (#4561)
2021-01-15 Alex Lam S.Lfix corner case in `unused` (#4559)
2021-01-15 Alex Lam S.Lfix corner case in `unused` (#4557)
2021-01-14 Alex Lam S.Lfix corner cases in `collapse_vars` (#4555)
2021-01-13 Alex Lam S.Lfix corner case in `evaluate` (#4553)
2021-01-12 Alex Lam S.Lsuppress invalid test generation in `ufuzz` (#4551)
2021-01-12 Alex Lam S.Lfix corner case in `merge_vars` (#4550)
2021-01-12 Alex Lam S.Ldocument v8 bug (#4549)
next