a
aboutsummaryrefslogtreecommitdiff
path: root/test/compress/collapse_vars.js
blob: edb5d57f9797ef029223b217eee78c8c85cbf346 (about) (plain)
blob size (158KB) exceeds display size limit (100KB).
?id=6988cd95584ce8b66716c17afad9d2dcc71717d0'>replace `keep_fargs` default to `false` (#4443)Alex Lam S.L 2020-12-20handle destructuring `catch` in `--reduce-test` (#4427)Alex Lam S.L 2020-09-03enhance `join_vars` (#4089)Alex Lam S.L 2020-06-10fix corner case in `--reduce-test` (#3985)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)...closes #3815Alex Lam S.L 2020-04-14expand testing on Node.js versions (#3779)Alex Lam S.L 2020-03-21improve `--reduce-test` (#3742)...- ignore difference in error messages - improve readability on trailing whitespace differences - improve performance & quality via `console.log()` insertionsAlex Lam S.L 2020-03-01avoid reducing setter argument (#3737)Alex Lam S.L 2020-02-29detect `toplevel` option properly (#3735)...fixes #3730Alex Lam S.L 2020-02-17speed up `--reduce-test` (#3726)...- 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 sourceAlex Lam S.L 2020-02-14improve `--reduce-test` (#3719)...- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctlyAlex Lam S.L 2020-02-12increase mocha `--reduce-test` timeout (#3715)Alex Lam S.L 2020-02-09add test for `--reduce-test` (#3712)Alex Lam S.L 2020-02-09improve `test/reduce` (#3710)...- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTsAlex Lam S.L 2020-02-07fix corner cases in `test/reduce` (#3709)Alex Lam S.L