aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
2020-09-03enhance `join_vars` (#4089)Alex Lam S.L
2020-08-17reject multiple `default`s in `switch` (#4053)...fixes #4050Alex Lam S.L
2020-06-10fix corner case in `--reduce-test` (#3985)Alex Lam S.L
2020-06-08fix corner cases related to `in` (#3964)Alex Lam S.L
2020-06-07parse command line internally (#3961)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-17suppress mutation of input `options` (#3785)Alex Lam S.L
2020-04-17support optional output of `names` in source maps (#3784)Alex Lam S.L
2020-04-16improve source-map generation (#3782)...- emit singleton segments to mark generated code from inputAlex Lam S.L
2020-04-15prevent input source map mutation (#3781)...fixes #3780Alex Lam S.L
2020-04-14expand testing on Node.js versions (#3779)Alex Lam S.L
2020-04-10enhance `inline` (#3767)Alex Lam S.L
2020-04-05enhance `inline` (#3760)Alex Lam S.L
2020-03-28handle `source-map` operations internally (#3754)Alex Lam S.L
2020-03-21fix line accounting in multi-line strings (#3752)...fixes #3748Alex 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
2020-01-08introduce `--output-opts` CLI option (#3678)...closes #3675Alex Lam S.L
2019-12-25fix corner case in `directives` (#3645)Alex Lam S.L
2019-11-29fix corner case in parsing directives (#3615)Alex Lam S.L
2019-11-17fix corner case in `collapse_vars` (#3591)Alex Lam S.L
2019-10-30fix corner case in `comments` (#3550)Alex Lam S.L
2019-10-20fix corner case in `comments` (#3500)Alex Lam S.L
2019-10-15fix corner case in `ie8` & `rename` (#3474)...fixes #3473Alex Lam S.L
2019-10-11improve source map handling (#3464)...fixes #2947 fixes #3277 fixes #3411Alex Lam S.L
2019-05-11improve tests (#3405)Alex Lam S.L
2019-05-09improve tests (#3399)Alex Lam S.L
2019-05-04make `enclose` & `wrap` work with `sourceMap` (#3396)...fixes #3313Alex Lam S.L
2019-05-04fix corner cases in `sourceMap` (#3397)...fixes #3255 fixes #3294Alex Lam S.L
2019-05-02render comments in custom ASTs gracefully (#3393)...fixes #3246Alex Lam S.L
2019-04-30unify logging functionality (#3392)...fixes #3253 fixes #3254Alex Lam S.L
2019-03-20improve `compress` performance (#3348)...fixes #3174Alex Lam S.L
2019-03-15fix corner case with `nameCache` (#3338)...fixes #3301Alex Lam S.L
2019-03-15parse `mangle.properties.regex` in `--config-file` properly (#3337)...fixes #3315Alex Lam S.L
2018-08-23fix corner case in `unused` (#3234)...fixes #3233Alex Lam S.L
2018-06-28implement `directives` (#3203)...fixes #3166Alex Lam S.L
2018-06-24improve `mocha` tests (#3195)Alex Lam S.L
2018-06-06general clean-ups (#3175)Alex Lam S.L
2018-06-01re-introduce `enclose` (#3163)...fixes #2443Jiavan
2018-05-24augment tests for inline source maps (#3145)Alex Lam S.L
2018-04-26workaround test failures in Node.js 10 (#3102)Alex Lam S.L
2018-04-26workaround stack overflow in ChakraCore (#3101)Alex Lam S.L