Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | support limited `ufuzz` testing for `import` (#4707) | Alex Lam S.L | |
2021-02-27 | support limited `ufuzz` testing for `export` (#4693) | Alex Lam S.L | |
fixes #4692 | |||
2021-02-23 | support `class` literals (#4658) | Alex Lam S.L | |
2021-02-13 | avoid false positive in `--reduce-test` (#4648) | Alex Lam S.L | |
2021-02-09 | support `for [await]...of` statements (#4627) | Alex Lam S.L | |
2021-02-08 | fix corner case in `--reduce-test` (#4625) | Alex Lam S.L | |
2021-02-08 | support generator functions (#4620) | Alex Lam S.L | |
2021-01-20 | support asynchronous test cases properly (#4529) | Alex Lam S.L | |
2021-01-18 | fix corner case in `loops` (#4565) | Alex Lam S.L | |
fixes #4564 | |||
2021-01-18 | fix corner case in `reduce_vars` (#4563) | Alex Lam S.L | |
fixes #4562 | |||
2021-01-10 | support asynchronous arrow functions (#4530) | Alex Lam S.L | |
2021-01-07 | support rest parameters (#4515) | Alex Lam S.L | |
2021-01-03 | suppress invalid AST transform in `--reduce-test` (#4498) | Alex Lam S.L | |
2021-01-01 | fix corner case in `reduce_vars` (#4490) | Alex Lam S.L | |
fixes #4489 | |||
2020-12-31 | fix corner case with default values (#4484) | Alex Lam S.L | |
fixes #4483 | |||
2020-12-26 | fix corner case in `reduce_vars` & `unused` (#4465) | Alex Lam S.L | |
fixes #4464 | |||
2020-12-24 | fix & enhance `collapse_vars` (#4447) | Alex Lam S.L | |
fixes #4446 | |||
2020-12-24 | support default values (#4442) | Alex Lam S.L | |
2020-12-20 | handle destructuring `catch` in `--reduce-test` (#4427) | Alex Lam S.L | |
2020-12-18 | fix corner case in `arguments` (#4396) | Alex Lam S.L | |
fixes #4395 | |||
2020-12-17 | support arrow function (#4385) | Alex Lam S.L | |
2020-12-13 | maintain compatibility options when testing (#4376) | Alex Lam S.L | |
2020-12-07 | support async function (#4333) | Alex Lam S.L | |
2020-12-06 | support spread syntax (#4328) | Alex Lam S.L | |
2020-11-18 | fix corner case in `merge_vars` (#4295) | Alex Lam S.L | |
fixes #4294 | |||
2020-11-17 | support destructured literals (#4278) | Alex Lam S.L | |
2020-10-30 | improve resilience against spurious time-outs (#4252) | Alex Lam S.L | |
2020-10-12 | support `const` (#4190) | Alex Lam S.L | |
2020-10-06 | fix corner case in `ie8` (#4187) | Alex Lam S.L | |
fixes #4186 | |||
2020-10-05 | retrofit `try-catch-finally` as block-scoped (#4178) | Alex Lam S.L | |
- support optional catch binding | |||
2020-09-02 | reduce `AST_ForIn` gracefully (#4087) | Alex Lam S.L | |
2020-09-02 | fix test case runtime accounting (#4086) | Alex Lam S.L | |
2020-06-10 | fix corner case in `--reduce-test` (#3985) | Alex Lam S.L | |
2020-05-19 | update header comment for `--reduce-test` (#3910) | Alex Lam S.L | |
2020-05-11 | extend `--reduce-test` to cover `minify()` bugs (#3876) | Alex Lam S.L | |
2020-04-25 | fix corner case in `--reduce-test` (#3819) | Alex Lam S.L | |
2020-04-25 | improve `--reduce-test` on `Error.message` (#3816) | Alex Lam S.L | |
closes #3815 | |||
2020-03-21 | improve `--reduce-test` (#3742) | Alex Lam S.L | |
- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertions | |||
2020-03-01 | avoid reducing setter argument (#3737) | Alex Lam S.L | |
2020-02-29 | detect `toplevel` option properly (#3735) | Alex Lam S.L | |
fixes #3730 | |||
2020-02-17 | improve `--reduce-test` (#3727) | Alex Lam S.L | |
- print out Node.js and OS information | |||
2020-02-17 | speed up `--reduce-test` (#3726) | Alex Lam S.L | |
- avoid pathological test case branches via adaptive time-out - use initial test case elapsed time to adjust maximum time-out - index output cache using hash instead of raw source | |||
2020-02-15 | speed up `--reduce-test` via result caching (#3725) | Alex Lam S.L | |
2020-02-15 | improve `--reduce-test` (#3722) | kzc | |
- hoist body of functions and IIFEs - simplify var declarations | |||
2020-02-14 | improve `--reduce-test` (#3719) | Alex Lam S.L | |
- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly | |||
2020-02-09 | improve test reduction (#3711) | Alex Lam S.L | |
- scan `AST_SymbolFunarg` - scan `console.log(...)` | |||
2020-02-09 | improve `test/reduce` (#3710) | Alex Lam S.L | |
- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTs | |||
2020-02-07 | fix corner cases in `test/reduce` (#3709) | Alex Lam S.L | |
2020-02-06 | improve reduction of `AST_BlockStatement` (#3708) | Alex Lam S.L | |
2020-02-06 | export missing API for AST manipulation (#3707) | Alex Lam S.L | |