Age | Commit message (Expand) | Author |
---|---|---|
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 |
2018-02-20 | workaround `pure_getters=true` when dropping unused assignments (#2939)...fixes #2938 | Alex Lam S.L |
2018-02-17 | drop unused "class" definition IIFEs (#2923)...fixes #805 | Alex Lam S.L |
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)...fixes #2752 | Alex Lam S.L |
2018-01-06 | handle trailing line comments correctly (#2736)...fixes #2734 | Alex Lam S.L |
2018-01-05 | fix `mangle` name collision across files (#2722) | Alex Lam S.L |
2017-12-24 | fix comments output & improve `/*@__PURE__*/`...- fix whitespace around comments - fix comment parsing around parentheses - consider parentheses when parsing `/*@__PURE__*/` - remove all `/*@__PURE__*/` on output fixes #2638 | Alex Lam S.L |
2017-12-22 | make comments output more robust (#2633)...- 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 | Alex Lam S.L |
2017-12-20 | disable `hoist_funs` by default (#2626) | Alex Lam S.L |
2017-12-15 | handle `inline` of function arguments (#2590)...fixes #2476 | Alex Lam S.L |
2017-11-19 | expand symbol space to improve compression (#2460)...- give globally distinct names to distinct variables - improve ability to compress cross-scoped - introduce `options.rename` to `minify()` - default `true` if both `compress` & `mangle` | Alex Lam S.L |
2017-11-09 | remove hack in `collapse_vars` (#2457)...fixes #2456 | Alex Lam S.L |
2017-10-01 | trap invalid use of reserved words (#2338)...fixes #2337 | Alex Lam S.L |
2017-09-15 | improve source mapping (#2312)...fixes #2310 | Alex Lam S.L |
2017-08-14 | don't escape null characters as \0 when followed by any digit (#2273)...fixes #2272 | Erik Desjardins |
2017-07-29 | improve `mangle.properties` (#2261)...- include dead code when `keep_quoted` - unify `keep_quoted` & `reserved` - make `test/run-tests.js` consistent with `minify()` fixes #2256 | Alex Lam S.L |
2017-07-23 | unescape surrogate pairs only (#2246)...fixes #2242 | Alex Lam S.L |
2017-07-15 | reject malformed CLI parameters (#2239)...fixes #2237 | Alex Lam S.L |
2017-07-15 | ensure `ie8` works with mangled properties (#2238)...fixes #2234 | Alex Lam S.L |
2017-07-11 | enhance source mapping on IIFEs (#2224)...fixes #2213 | Alex Lam S.L |
2017-07-02 | improve `inline` efficiency (#2188)...... by teaching `collapse_vars` some new tricks. fixes #2187 | Alex Lam S.L |
2017-06-29 | improve usability of name cache under `minify()` (#2176)...fixes #2174 | Alex Lam S.L |
2017-06-27 | parse `@global_defs` as expressions (#2169)...- let parser rejects non-conformant input - eliminate need for extraneous parenthesis | Alex Lam S.L |
2017-06-23 | synchronise `mangle.properties` for `minify()` & `test/compress` (#2151) | Alex Lam S.L |
2017-06-23 | fix for-in loop parsing (#2144) | Alex Lam S.L |
2017-06-15 | avoid intermittent test time-out failures (#2100) | Alex Lam S.L |
2017-06-14 | cache web assets between CI runs (#2089)...- skip `test/jetstream.js` for `node@0.12` | Alex Lam S.L |
2017-06-13 | fix CLI parsing of `--source-map content` (#2088)...fixes #2082 | Ziad El Khoury Hanna |
2017-06-13 | add Node.js 8 to Travis CI (#2086)...- explicitly terminate `test/jetstream.js` upon completion - log verbose output from `test/benchmark.js` & `test/jetstream.js` - remove obsolete workaround for Travis CI | Alex Lam S.L |
2017-06-09 | marshal `mangle[.properties].reserved` from non-Array values (#2072) | Alex Lam S.L |
2017-06-08 | fix iteration over object with inherited properties (#2068)...fixes #2055 | Alex Lam S.L |
2017-06-07 | fix CLI output corruption (#2061)...Using `console.error()` & `console.log()` result in inconsistent formatting across Node.js versions. Avoid this issue by directly writing to `process.stderr` & `process.stdout` instead. Miscellaneous - prettify invalid option listing | Alex Lam S.L |
2017-06-06 | implement `test/jetstream.js --debug` (#2058) | Alex Lam S.L |
2017-06-06 | implement function inlining (#2053)...- empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281 | Alex Lam S.L |