aboutsummaryrefslogtreecommitdiff
path: root/test/input
AgeCommit message (Expand)Author
2017-09-15improve source mapping (#2312)...Alex Lam S.L
2017-06-23fix for-in loop parsing (#2144)Alex Lam S.L
2017-06-13fix CLI parsing of `--source-map content` (#2088)...Ziad El Khoury Hanna
2017-05-23fix source map offset (#1993)...Alex Lam S.L
2017-05-15improve keyword-related parser errors (#1941)...Alex Lam S.L
2017-05-12remove support for `const` (#1910)...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-03-24fix expect_stdout (#1642)...Alex Lam S.L
2017-03-23fix a bug in simple_glob (#1632)...Alex Lam S.L
2017-03-10Correctly raise a parse exception with a missing loop body (#1585)Michael Mior
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-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-08-14Add input file glob support to minify()kzc
2016-08-14Moved test input files to test/input.Lucas Wiener