UglifyJS/test
Alex Lam S.L dee5a27516 enhance collapse_vars (#1862)
- extend expression types
  - `a++`
  - `a=x;`
- extend scan range
  - `for(init;;);`
  - `switch(expr){case expr:}`
  - `a = x; a = a || y;`
- terminate upon `debugger;`

closes #1821
fixes #27
fixes #315
fixes #1858
2017-05-06 16:15:43 +08:00
..
compress enhance collapse_vars (#1862) 2017-05-06 16:15:43 +08:00
input improve parser under "use strict" (#1836) 2017-04-23 20:05:22 +08:00
mocha improve parser under "use strict" (#1836) 2017-04-23 20:05:22 +08:00
benchmark.js update test/benchmark.js resources (#1864) 2017-05-02 19:48:12 +08:00
jetstream.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js metadata cleanup (#1630) 2017-03-23 01:31:46 +08:00
run-tests.js implement test/sandbox.js (#1749) 2017-04-01 05:47:11 +08:00
sandbox.js improve parser under "use strict" (#1836) 2017-04-23 20:05:22 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00
ufuzz.js fix fuzzer on this (#1842) 2017-04-24 03:15:03 +08:00
ufuzz.json unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00