Age | Commit message (Expand) | Author |
---|---|---|
2020-04-10 | enhance `inline` (#3767) | Alex Lam S.L |
2020-04-05 | enhance `inline` (#3760) | Alex Lam S.L |
2020-03-28 | handle `source-map` operations internally (#3754) | Alex Lam S.L |
2020-03-21 | fix line accounting in multi-line strings (#3752)...fixes #3748 | 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-29 | detect `toplevel` option properly (#3735)...fixes #3730 | Alex Lam S.L |
2020-02-17 | speed 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 source | Alex Lam S.L |
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-12 | increase mocha `--reduce-test` timeout (#3715) | Alex Lam S.L |
2020-02-09 | add test for `--reduce-test` (#3712) | Alex Lam S.L |
2020-02-09 | improve `test/reduce` (#3710)...- suppress several instances of malformed AST generation - improve resilience & reporting against malformed ASTs | Alex Lam S.L |
2020-02-07 | fix corner cases in `test/reduce` (#3709) | Alex Lam S.L |
2020-01-08 | introduce `--output-opts` CLI option (#3678)...closes #3675 | Alex Lam S.L |
2019-12-25 | fix corner case in `directives` (#3645) | Alex Lam S.L |
2019-11-29 | fix corner case in parsing directives (#3615) | Alex Lam S.L |
2019-11-17 | fix corner case in `collapse_vars` (#3591) | Alex Lam S.L |
2019-10-30 | fix corner case in `comments` (#3550) | Alex Lam S.L |
2019-10-20 | fix corner case in `comments` (#3500) | Alex Lam S.L |
2019-10-15 | fix corner case in `ie8` & `rename` (#3474)...fixes #3473 | Alex Lam S.L |
2019-10-11 | improve source map handling (#3464)...fixes #2947 fixes #3277 fixes #3411 | Alex Lam S.L |
2019-05-11 | improve tests (#3405) | Alex Lam S.L |
2019-05-09 | improve tests (#3399) | Alex Lam S.L |
2019-05-04 | make `enclose` & `wrap` work with `sourceMap` (#3396)...fixes #3313 | Alex Lam S.L |
2019-05-04 | fix corner cases in `sourceMap` (#3397)...fixes #3255 fixes #3294 | Alex Lam S.L |
2019-05-02 | render comments in custom ASTs gracefully (#3393)...fixes #3246 | Alex Lam S.L |
2019-04-30 | unify logging functionality (#3392)...fixes #3253 fixes #3254 | Alex Lam S.L |
2019-03-20 | improve `compress` performance (#3348)...fixes #3174 | Alex Lam S.L |
2019-03-15 | fix corner case with `nameCache` (#3338)...fixes #3301 | Alex Lam S.L |
2019-03-15 | parse `mangle.properties.regex` in `--config-file` properly (#3337)...fixes #3315 | Alex Lam S.L |
2018-08-23 | fix corner case in `unused` (#3234)...fixes #3233 | Alex Lam S.L |
2018-06-28 | implement `directives` (#3203)...fixes #3166 | Alex Lam S.L |
2018-06-24 | improve `mocha` tests (#3195) | Alex Lam S.L |
2018-06-06 | general clean-ups (#3175) | Alex Lam S.L |
2018-06-01 | re-introduce `enclose` (#3163)...fixes #2443 | Jiavan |
2018-05-24 | augment tests for inline source maps (#3145) | Alex Lam S.L |
2018-04-26 | workaround test failures in Node.js 10 (#3102) | Alex Lam S.L |
2018-04-26 | workaround stack overflow in ChakraCore (#3101) | Alex Lam S.L |
2018-04-06 | support inline source map from multiple files (#3058)...fixes #145 | Alex Lam S.L |
2018-04-06 | improve usability of `includeSources` (#3057)...Exclude source contents from input source map if `includeSources=false` fixes #3041 | Alex Lam S.L |
2018-04-05 | speed up `has_parens()` (take 2) (#3052)...fixes #3050 | Alex Lam S.L |
2018-03-31 | Don't load source map until the JS source is fully received (#3040) | b-fuze |
2018-03-31 | give sensible error against invalid input source map (#3044) | Alex Lam S.L |
2018-03-29 | improve test for #3023 (#3031) | Alex Lam S.L |
2018-03-29 | improve source map granularity (#3030)...fixes #3023 | Alex Lam S.L |
2018-03-27 | fix extra regex slash when going through mozilla AST I/O (#3025)...This relates to #1929, but in the context of mozilla AST input/output. | Fábio Santos |
2018-03-23 | improve performance (#3020)...- replace `find_if()` with `all()` wherever possible - move ESTree-specific logic out of `figure_out_scope()` | Alex Lam S.L |
2018-03-15 | refactor brackets to braces (#3005) | Alex Lam S.L |
2018-03-13 | retain comments within brackets (#2999)...fixes #2998 | Alex Lam S.L |
2018-02-23 | improve `mangle` (#2948) | Alex Lam S.L |