Age | Commit message (Expand) | Author |
---|---|---|
2021-01-18 | fix corner case in `reduce_vars` (#4563)...fixes #4562 | Alex Lam S.L |
2021-01-03 | suppress invalid AST transform in `--reduce-test` (#4498) | Alex Lam S.L |
2020-12-24 | replace `keep_fargs` default to `false` (#4443) | Alex Lam S.L |
2020-12-20 | handle destructuring `catch` in `--reduce-test` (#4427) | Alex Lam S.L |
2020-09-03 | enhance `join_vars` (#4089) | Alex Lam S.L |
2020-06-10 | fix corner case in `--reduce-test` (#3985) | Alex Lam S.L |
2020-03-21 | improve `--reduce-test` (#3742)...- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertions | Alex Lam S.L |
2020-03-01 | avoid reducing setter argument (#3737) | Alex Lam S.L |
2020-02-15 | improve `--reduce-test` (#3722)...- hoist body of functions and IIFEs - simplify var declarations | kzc |
2020-02-14 | improve `--reduce-test` (#3719)...- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly | Alex Lam S.L |
2020-02-09 | add test for `--reduce-test` (#3712) | Alex Lam S.L |