aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/minify.js
AgeCommit message (Expand)Author
2020-04-25fix corner case in `--reduce-test` (#3819)Alex Lam S.L
2020-04-17suppress mutation of input `options` (#3785)Alex Lam S.L
2020-02-29detect `toplevel` option properly (#3735)...Alex Lam S.L
2019-05-04make `enclose` & `wrap` work with `sourceMap` (#3396)...Alex Lam S.L
2019-03-15fix corner case with `nameCache` (#3338)...Alex Lam S.L
2019-03-15parse `mangle.properties.regex` in `--config-file` properly (#3337)...Alex Lam S.L
2018-06-28implement `directives` (#3203)...Alex Lam S.L
2018-06-24improve `mocha` tests (#3195)Alex Lam S.L
2018-06-01re-introduce `enclose` (#3163)...Jiavan
2018-03-29improve source map granularity (#3030)...Alex Lam S.L
2018-03-23improve performance (#3020)...Alex Lam S.L
2018-02-23improve `mangle` (#2948)Alex Lam S.L
2018-02-17improve `inline` efficiency (#2924)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-05fix `mangle` name collision across files (#2722)Alex Lam S.L
2017-12-24fix comments output & improve `/*@__PURE__*/`...Alex Lam S.L
2017-12-20disable `hoist_funs` by default (#2626)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-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