aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/minify.js
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-07-29improve `mangle.properties` (#2261)...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-08fix iteration over object with inherited properties (#2068)...Alex Lam S.L
2017-06-06implement function inlining (#2053)...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-08return `Error` from `minify()` (#1880)...Alex Lam S.L
2017-05-08deprecate low level API (#1877)...Alex Lam S.L
2017-04-15unify CLI & API under `minify()` (#1811)...Alex Lam S.L
2017-03-16make `collapse_vars` consistent with `toplevel` (#1608)...Alex Lam S.L
2017-03-02optimize trivial IIFEs returning constants (#1530)kzc
2017-03-01invert `reduce_vars` tracking flag (#1519)...Alex Lam S.L
2017-02-28warn & drop `#__PURE__` iff IIFE is dropped (#1511)...Alex Lam S.L
2017-02-27improve error messages (#1506)...Alex Lam S.L
2017-02-25allow --in-source-map inline (#1490)...Alex Lam S.L
2017-02-21Support marking a call as pure...kzc
2016-11-29feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...1111hui
2016-10-23Add an option for writing inline source mappengzhenqing
2016-08-14Moved test input files to test/input.Lucas Wiener
2016-08-14Added test for #1236Lucas Wiener
2016-06-19Respect quote style in object literals...Shrey Banga
2016-04-19Add `passes` compress option. Fix duplicate compress warnings.kzc