aboutsummaryrefslogtreecommitdiff
path: root/test/reduce.js
AgeCommit message (Expand)Author
2021-05-20fix corner case in `collapse_vars` (#4946)Alex Lam S.L
2021-05-13suppress invalid test case generation (#4930)Alex Lam S.L
2021-04-01suppress invalid AST transform in `--reduce-test` (#4833)Alex Lam S.L
2021-03-16ensure valid generated cases in `--reduce-test` (#4787)...Alex Lam S.L
2021-03-06speed up `compress` tests (#4737)Alex Lam S.L
2021-03-01support limited `ufuzz` testing for `import` (#4707)Alex Lam S.L
2021-02-27support limited `ufuzz` testing for `export` (#4693)...Alex Lam S.L
2021-02-23support `class` literals (#4658)Alex Lam S.L
2021-02-13avoid false positive in `--reduce-test` (#4648)Alex Lam S.L
2021-02-09support `for [await]...of` statements (#4627)Alex Lam S.L
2021-02-08fix corner case in `--reduce-test` (#4625)Alex Lam S.L
2021-02-08support generator functions (#4620)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2021-01-18fix corner case in `loops` (#4565)...Alex Lam S.L
2021-01-18fix corner case in `reduce_vars` (#4563)...Alex Lam S.L
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-07support rest parameters (#4515)Alex Lam S.L
2021-01-03suppress invalid AST transform in `--reduce-test` (#4498)Alex Lam S.L
2021-01-01fix corner case in `reduce_vars` (#4490)...Alex Lam S.L
2020-12-31fix corner case with default values (#4484)...Alex Lam S.L
2020-12-26fix corner case in `reduce_vars` & `unused` (#4465)...Alex Lam S.L
2020-12-24fix & enhance `collapse_vars` (#4447)...Alex Lam S.L
2020-12-24support default values (#4442)Alex Lam S.L
2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4396)...Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-13maintain compatibility options when testing (#4376)Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-12-06support spread syntax (#4328)Alex Lam S.L
2020-11-18fix corner case in `merge_vars` (#4295)...Alex Lam S.L
2020-11-17support destructured literals (#4278)Alex Lam S.L
2020-10-30improve resilience against spurious time-outs (#4252)Alex Lam S.L
2020-10-12support `const` (#4190)Alex Lam S.L
2020-10-06fix corner case in `ie8` (#4187)...Alex Lam S.L
2020-10-05retrofit `try-catch-finally` as block-scoped (#4178)...Alex Lam S.L
2020-09-02reduce `AST_ForIn` gracefully (#4087)Alex Lam S.L
2020-09-02fix test case runtime accounting (#4086)Alex Lam S.L
2020-06-10fix corner case in `--reduce-test` (#3985)Alex Lam S.L
2020-05-19update header comment for `--reduce-test` (#3910)Alex Lam S.L
2020-05-11extend `--reduce-test` to cover `minify()` bugs (#3876)Alex Lam S.L
2020-04-25fix corner case in `--reduce-test` (#3819)Alex Lam S.L
2020-04-25improve `--reduce-test` on `Error.message` (#3816)...Alex Lam S.L
2020-03-21improve `--reduce-test` (#3742)...Alex Lam S.L
2020-03-01avoid reducing setter argument (#3737)Alex Lam S.L
2020-02-29detect `toplevel` option properly (#3735)...Alex Lam S.L
2020-02-17improve `--reduce-test` (#3727)...Alex Lam S.L
2020-02-17speed up `--reduce-test` (#3726)...Alex Lam S.L
2020-02-15speed up `--reduce-test` via result caching (#3725)Alex Lam S.L
2020-02-15improve `--reduce-test` (#3722)...kzc
2020-02-14improve `--reduce-test` (#3719)...Alex Lam S.L