aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
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
2018-04-06improve usability of `includeSources` (#3057)...Alex Lam S.L
2018-04-05speed up `has_parens()` (take 2) (#3052)...Alex Lam S.L
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
2018-03-27fix extra regex slash when going through mozilla AST I/O (#3025)...Fábio Santos
2018-03-23improve performance (#3020)...Alex Lam S.L
2018-03-15refactor brackets to braces (#3005)Alex Lam S.L
2018-03-13retain comments within brackets (#2999)...Alex Lam S.L
2018-02-23improve `mangle` (#2948)Alex Lam S.L
2018-02-20workaround `pure_getters=true` when dropping unused assignments (#2939)...Alex Lam S.L
2018-02-17drop unused "class" definition IIFEs (#2923)...Alex Lam S.L
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
2018-01-06handle trailing line comments correctly (#2736)...Alex Lam S.L
2018-01-05fix `mangle` name collision across files (#2722)Alex Lam S.L
2017-12-24fix comments output & improve `/*@__PURE__*/`...Alex Lam S.L
2017-12-22make comments output more robust (#2633)...Alex Lam S.L
2017-12-20disable `hoist_funs` by default (#2626)Alex Lam S.L
2017-12-15handle `inline` of function arguments (#2590)...Alex Lam S.L
2017-11-19expand symbol space to improve compression (#2460)...Alex Lam S.L
2017-11-09remove hack in `collapse_vars` (#2457)...Alex Lam S.L
2017-10-01trap invalid use of reserved words (#2338)...Alex Lam S.L
2017-09-15improve source mapping (#2312)...Alex Lam S.L
2017-08-14don't escape null characters as \0 when followed by any digit (#2273)...Erik Desjardins
2017-07-29improve `mangle.properties` (#2261)...Alex Lam S.L
2017-07-23unescape surrogate pairs only (#2246)...Alex Lam S.L
2017-07-15reject malformed CLI parameters (#2239)...Alex Lam S.L
2017-07-15ensure `ie8` works with mangled properties (#2238)...Alex Lam S.L
2017-07-11enhance source mapping on IIFEs (#2224)...Alex Lam S.L
2017-07-02improve `inline` efficiency (#2188)...Alex Lam S.L
2017-06-29improve usability of name cache under `minify()` (#2176)...Alex Lam S.L
2017-06-27parse `@global_defs` as expressions (#2169)...Alex Lam S.L
2017-06-23synchronise `mangle.properties` for `minify()` & `test/compress` (#2151)Alex Lam S.L
2017-06-23fix for-in loop parsing (#2144)Alex Lam S.L
2017-06-15avoid intermittent test time-out failures (#2100)Alex Lam S.L
2017-06-14cache web assets between CI runs (#2089)...Alex Lam S.L
2017-06-13fix CLI parsing of `--source-map content` (#2088)...Ziad El Khoury Hanna
2017-06-13add Node.js 8 to Travis CI (#2086)...Alex Lam S.L
2017-06-09marshal `mangle[.properties].reserved` from non-Array values (#2072)Alex Lam S.L
2017-06-08fix iteration over object with inherited properties (#2068)...Alex Lam S.L
2017-06-07fix CLI output corruption (#2061)...Alex Lam S.L
2017-06-06implement `test/jetstream.js --debug` (#2058)Alex Lam S.L
2017-06-06implement function inlining (#2053)...Alex Lam S.L