UglifyJS/test
alexlamsl 748d5e2247 invert reduce_vars tracking flag
Modules like webpack and grunt-contrib-uglify still uses `ast.transform(compressor)` before `Compressor.compress(ast)` was introduced.

Workaround this compatibility issue by deactivating `reduce_vars` in such case.

Also fix use case with omitted `options` when calling `Compressor()`.

fixes #1516
2017-03-01 02:58:34 +08:00
..
compress warn & drop #__PURE__ iff IIFE is dropped (#1511) 2017-02-28 02:25:44 +08:00
input improve error messages (#1506) 2017-02-27 03:40:54 +08:00
mocha invert reduce_vars tracking flag 2017-03-01 02:58:34 +08:00
benchmark.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
jetstream.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
run-tests.js fix duplicated test names 2017-02-21 13:29:58 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00