aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
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
2017-06-06workaround webkit parsing error (#2056)...Alex Lam S.L
2017-05-28improve CLI usability (#2016)...Alex Lam S.L
2017-05-23fix source map offset (#1993)...Alex Lam S.L
2017-05-22improve usability of `global_defs` in `minify()` (#1987)...Alex Lam S.L
2017-05-20enhance `if_return` to handle `return void...` (#1977)...Alex Lam S.L
2017-05-15improve keyword-related parser errors (#1941)...Alex Lam S.L
2017-05-15fix & improve coverage of `estree` (#1935)...Alex Lam S.L
2017-05-14fix bugs with getter/setter (#1926)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...Alex Lam S.L
2017-05-10extend test timeout...Alex Lam S.L
2017-05-09print error stack in CLI (#1890)Alex Lam S.L
2017-05-08return `Error` from `minify()` (#1880)...Alex Lam S.L
2017-05-08support dumping AST (#1879)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-04-23improve parser under "use strict" (#1836)...Alex Lam S.L
2017-04-19fix parser bugs & CLI reporting (#1827)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-03-31fix missing preamble when shebang is absent (#1742)Alex Lam S.L
2017-03-29remove UGLIFY_DEBUG (#1720)...Alex Lam S.L
2017-03-24improve error marker placement (#1644)...Alex Lam S.L
2017-03-24fix expect_stdout (#1642)...Alex Lam S.L
2017-03-24improve collapsible value detection (#1638)...Alex Lam S.L
2017-03-23account for cross-scope modifications in `collapse_vars` (#1634)...Alex Lam S.L
2017-03-23fix a bug in simple_glob (#1632)...Alex Lam S.L
2017-03-16make `collapse_vars` consistent with `toplevel` (#1608)...Alex Lam S.L
2017-03-10fixup for #1585 (#1589)...Alex Lam S.L