UglifyJS/test
Alex Lam S.L f2af093402 fix CLI output corruption (#2061)
Using `console.error()` & `console.log()` result in inconsistent formatting across Node.js versions.

Avoid this issue by directly writing to `process.stderr` & `process.stdout` instead.

Miscellaneous
- prettify invalid option listing
2017-06-07 04:25:32 +08:00
..
compress fix inline handling of AST_Call.args (#2059) 2017-06-06 22:55:25 +08:00
input fix source map offset (#1993) 2017-05-23 20:25:48 +08:00
mocha fix CLI output corruption (#2061) 2017-06-07 04:25:32 +08:00
benchmark.js report timing breakdown (#2000) 2017-05-25 07:15:55 +08:00
exports.js deprecate low level API (#1877) 2017-05-08 03:24:42 +08:00
jetstream.js implement test/jetstream.js --debug (#2058) 2017-06-06 19:28:12 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
node.js deprecate low level API (#1877) 2017-05-08 03:24:42 +08:00
run-tests.js make expect_stdout node version specific (#1963) 2017-05-18 11:28:35 +08:00
sandbox.js fix AST_Function scope invariance (#2052) 2017-06-04 19:27:43 +08:00
sourcemaps.js fix source map offset (#1993) 2017-05-23 20:25:48 +08:00
ufuzz.js implement --help options (#2017) 2017-05-28 18:21:44 +08:00
ufuzz.json unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00