fix corner case with `yield` (#4867)
[UglifyJS.git] / test / compress / yields.js
2021-04-24 Alex Lam S.Lfix corner case with `yield` (#4867)
2021-03-17 Alex Lam S.Lfix corner case in `collapse_vars` (#4797)
2021-03-16 Alex Lam S.Lenhance "functions" (#4791)
2021-03-13 Alex Lam S.Lfix corner cases with `yield` (#4771)
2021-02-26 Alex Lam S.Luse strict-mode-safe placeholder (#4694)
2021-02-10 Alex Lam S.Lfix corner cases with asynchronous generators (#4642)
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-08 Alex Lam S.Lsupport `for [await]...of` statements (#4627)
2021-02-08 Alex Lam S.Lfix corner case in `conditionals` (#4624)
2021-02-07 Alex Lam S.Lsupport generator functions (#4620)