aboutsummaryrefslogtreecommitdiff
path: root/test/mocha
AgeCommit message (Expand)Author
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
2017-03-10Correctly raise a parse exception with a missing loop body (#1585)Michael Mior
2017-03-08only run benchmark & jetstream on CI (#1571)Alex Lam S.L
2017-03-07include benchmark.js in test suite (#1564)...Alex Lam S.L
2017-03-07transform function calls to IIFEs (#1560)...Alex Lam S.L
2017-03-05fix handling of shebang and preamble (#1545)...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-26consolidate `evaluate` & `reduce_vars` (#1505)...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
2017-02-21Fix: AST_Accessor missing start / end tokens...Ondřej Španěl
2017-02-21remove extraneous spaces between ++/+/--/-...alexlamsl
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-11-29Generate source map data from normalized files...Martijn Swaagman
2016-11-29feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...1111hui
2016-11-29Do not overwrite options.comments + cleanupAnthony Van de Gejuchte
2016-10-27Pass mangle options to figure_out_scope before mangling in testsAnthony Van de Gejuchte
2016-10-23Don't filter shebangs when using the 'some' comment filter...Anthony Van de Gejuchte
2016-10-23fix uses_arguments handling (broken since 6605d1578351)...Jann Horn
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-08-14Add input file glob support to minify()kzc
2016-08-14Moved test input files to test/input.Lucas Wiener
2016-08-14Added test for #1236Lucas Wiener
2016-07-21Legacy octal integer strict mode fixesAnthony Van de Gejuchte
2016-07-17lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map...Lauri Pokka
2016-07-04Backport mocha with test from harmonyAnthony Van de Gejuchte
2016-07-03Don't convert all strings to directives from moz-astAnthony Van de Gejuchte
2016-07-01Introduce a test that tests the --self buildRichard van Velzen
2016-06-30Allow input files to be map (url->filename)Geraint
2016-06-30Various LineTerminator changes...Anthony Van de Gejuchte
2016-06-30Fix spidermonkey AST (ESTree) export and import, Array holes...kzc
2016-06-30Move OctalEscapeSequence to read_escape_char...Anthony Van de Gejuchte
2016-06-20Keep master in sync with harmony...Anthony Van de Gejuchte