aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/cli.js
AgeCommit message (Expand)Author
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-24improve error marker placement (#1644)...Alex Lam S.L
2017-03-24fix expect_stdout (#1642)...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
2017-03-10Correctly raise a parse exception with a missing loop body (#1585)Michael Mior
2017-03-07transform function calls to IIFEs (#1560)...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-21improve `--beautify bracketize`...alexlamsl
2017-02-21enhance `global_defs`...alexlamsl
2017-02-18Improve optimizing `function() { if(c){return foo} bar();}`...Anthony Van de Gejuchte
2017-01-26fix mangling collision with keep_fnames (#1431)...Alex Lam S.L
2016-10-23Add an option for writing inline source mappengzhenqing
2016-09-06Make all comment options in cli available in js api...Anthony Van de Gejuchte
2016-07-01Introduce a test that tests the --self buildRichard van Velzen