aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Collapse)Author
2020-02-17speed 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-14improve `--reduce-test` (#3719)Alex Lam S.L
- cover missing cases when eliminating unreferenced labels - format multi-line outputs correctly
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)Alex Lam S.L
- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTs
2020-02-07fix corner cases in `test/reduce` (#3709)Alex Lam S.L
2020-01-08introduce `--output-opts` CLI option (#3678)Alex Lam S.L
closes #3675
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)Alex Lam S.L
fixes #3473
2019-10-11improve source map handling (#3464)Alex Lam S.L
fixes #2947 fixes #3277 fixes #3411
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)Alex Lam S.L
fixes #3313
2019-05-04fix corner cases in `sourceMap` (#3397)Alex Lam S.L
fixes #3255 fixes #3294
2019-05-02render comments in custom ASTs gracefully (#3393)Alex Lam S.L
fixes #3246
2019-04-30unify logging functionality (#3392)Alex Lam S.L
fixes #3253 fixes #3254
2019-03-20improve `compress` performance (#3348)Alex Lam S.L
fixes #3174
2019-03-15fix corner case with `nameCache` (#3338)Alex Lam S.L
fixes #3301
2019-03-15parse `mangle.properties.regex` in `--config-file` properly (#3337)Alex Lam S.L
fixes #3315
2018-08-23fix corner case in `unused` (#3234)Alex Lam S.L
fixes #3233
2018-06-28implement `directives` (#3203)Alex Lam S.L
fixes #3166
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)Jiavan
fixes #2443
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
2018-04-06support inline source map from multiple files (#3058)Alex Lam S.L
fixes #145
2018-04-06improve usability of `includeSources` (#3057)Alex Lam S.L
Exclude source contents from input source map if `includeSources=false` fixes #3041
2018-04-05speed up `has_parens()` (take 2) (#3052)Alex Lam S.L
fixes #3050
2018-03-31Don't load source map until the JS source is fully received (#3040)b-fuze
2018-03-31give sensible error against invalid input source map (#3044)Alex Lam S.L
2018-03-29improve test for #3023 (#3031)Alex Lam S.L
2018-03-29improve source map granularity (#3030)Alex Lam S.L
fixes #3023
2018-03-27fix extra regex slash when going through mozilla AST I/O (#3025)Fábio Santos
This relates to #1929, but in the context of mozilla AST input/output.
2018-03-23improve performance (#3020)Alex Lam S.L
- replace `find_if()` with `all()` wherever possible - move ESTree-specific logic out of `figure_out_scope()`
2018-03-15refactor brackets to braces (#3005)Alex Lam S.L
2018-03-13retain comments within brackets (#2999)Alex Lam S.L
fixes #2998
2018-02-23improve `mangle` (#2948)Alex Lam S.L
2018-02-20workaround `pure_getters=true` when dropping unused assignments (#2939)Alex Lam S.L
fixes #2938
2018-02-17drop unused "class" definition IIFEs (#2923)Alex Lam S.L
fixes #805
2018-02-17improve `inline` efficiency (#2924)Alex Lam S.L
2018-01-17configure `rename` with CLI (#2802)Alex Lam S.L
2018-01-09improve synergy between `compress` and `rename` (#2755)Alex Lam S.L
2018-01-09improve `rename` reproducibility (#2754)Alex Lam S.L
fixes #2752
2018-01-06handle trailing line comments correctly (#2736)Alex Lam S.L
fixes #2734