Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-09 | improve tests (#3399) | Alex Lam S.L | |
2019-05-04 | make `enclose` & `wrap` work with `sourceMap` (#3396) | Alex Lam S.L | |
fixes #3313 | |||
2019-05-04 | fix corner cases in `sourceMap` (#3397) | Alex Lam S.L | |
fixes #3255 fixes #3294 | |||
2019-05-02 | render comments in custom ASTs gracefully (#3393) | Alex Lam S.L | |
fixes #3246 | |||
2019-04-30 | unify logging functionality (#3392) | Alex Lam S.L | |
fixes #3253 fixes #3254 | |||
2019-03-20 | improve `compress` performance (#3348) | Alex Lam S.L | |
fixes #3174 | |||
2019-03-15 | fix corner case with `nameCache` (#3338) | Alex Lam S.L | |
fixes #3301 | |||
2019-03-15 | parse `mangle.properties.regex` in `--config-file` properly (#3337) | Alex Lam S.L | |
fixes #3315 | |||
2018-08-23 | fix corner case in `unused` (#3234) | Alex Lam S.L | |
fixes #3233 | |||
2018-06-28 | implement `directives` (#3203) | Alex Lam S.L | |
fixes #3166 | |||
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) | Jiavan | |
fixes #2443 | |||
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) | Alex Lam S.L | |
fixes #145 | |||
2018-04-06 | improve usability of `includeSources` (#3057) | Alex Lam S.L | |
Exclude source contents from input source map if `includeSources=false` fixes #3041 | |||
2018-04-05 | speed up `has_parens()` (take 2) (#3052) | Alex Lam S.L | |
fixes #3050 | |||
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) | Alex Lam S.L | |
fixes #3023 | |||
2018-03-27 | fix 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-23 | improve performance (#3020) | Alex Lam S.L | |
- replace `find_if()` with `all()` wherever possible - move ESTree-specific logic out of `figure_out_scope()` | |||
2018-03-15 | refactor brackets to braces (#3005) | Alex Lam S.L | |
2018-03-13 | retain comments within brackets (#2999) | Alex Lam S.L | |
fixes #2998 | |||
2018-02-23 | improve `mangle` (#2948) | Alex Lam S.L | |
2018-02-20 | workaround `pure_getters=true` when dropping unused assignments (#2939) | Alex Lam S.L | |
fixes #2938 | |||
2018-02-17 | drop unused "class" definition IIFEs (#2923) | Alex Lam S.L | |
fixes #805 | |||
2018-02-17 | improve `inline` efficiency (#2924) | Alex Lam S.L | |
2018-01-17 | configure `rename` with CLI (#2802) | Alex Lam S.L | |
2018-01-09 | improve synergy between `compress` and `rename` (#2755) | Alex Lam S.L | |
2018-01-09 | improve `rename` reproducibility (#2754) | Alex Lam S.L | |
fixes #2752 | |||
2018-01-06 | handle trailing line comments correctly (#2736) | Alex Lam S.L | |
fixes #2734 | |||
2018-01-05 | fix `mangle` name collision across files (#2722) | Alex Lam S.L | |
2017-12-24 | fix comments output & improve `/*@__PURE__*/` | Alex Lam S.L | |
- fix whitespace around comments - fix comment parsing around parentheses - consider parentheses when parsing `/*@__PURE__*/` - remove all `/*@__PURE__*/` on output fixes #2638 | |||
2017-12-22 | make comments output more robust (#2633) | Alex Lam S.L | |
- improve handling of comments right after `return` - retain comments after `OutputStream` - preserve trailing comments - fix handling of new line before comments - handle comments around parentheses fixes #88 fixes #112 fixes #218 fixes #372 fixes #2629 | |||
2017-12-20 | disable `hoist_funs` by default (#2626) | Alex Lam S.L | |
2017-12-15 | handle `inline` of function arguments (#2590) | Alex Lam S.L | |
fixes #2476 | |||
2017-11-19 | expand symbol space to improve compression (#2460) | Alex Lam S.L | |
- give globally distinct names to distinct variables - improve ability to compress cross-scoped - introduce `options.rename` to `minify()` - default `true` if both `compress` & `mangle` | |||
2017-11-09 | remove hack in `collapse_vars` (#2457) | Alex Lam S.L | |
fixes #2456 | |||
2017-10-01 | trap invalid use of reserved words (#2338) | Alex Lam S.L | |
fixes #2337 | |||
2017-09-15 | improve source mapping (#2312) | Alex Lam S.L | |
fixes #2310 | |||
2017-08-14 | don't escape null characters as \0 when followed by any digit (#2273) | Erik Desjardins | |
fixes #2272 | |||
2017-07-29 | improve `mangle.properties` (#2261) | Alex Lam S.L | |
- include dead code when `keep_quoted` - unify `keep_quoted` & `reserved` - make `test/run-tests.js` consistent with `minify()` fixes #2256 | |||
2017-07-23 | unescape surrogate pairs only (#2246) | Alex Lam S.L | |
fixes #2242 | |||
2017-07-15 | reject malformed CLI parameters (#2239) | Alex Lam S.L | |
fixes #2237 | |||
2017-07-15 | ensure `ie8` works with mangled properties (#2238) | Alex Lam S.L | |
fixes #2234 | |||
2017-07-11 | enhance source mapping on IIFEs (#2224) | Alex Lam S.L | |
fixes #2213 |