UglifyJS/test
alexlamsl 1a56c2f31d unify CLI & API under minify()
- refactor `screw_ie8` to `ie8`
- compact `sourceMap` options
- more stringent verification on input `options`
- toplevel shorthands
  - `ie8`
  - `keep_fnames`
  - `toplevel`
- deprecated `fromString` in `minify()`
  - `minify()` no longer handles any `fs` operations
- unify order of operations for `mangle_properties()` on CLI & API
  - `bin/uglifyjs` used to `mangle_properties()` before even `Compressor`
  - `minify()` used to `mangle_properties()` after `Compressor` but before `mangle_names()`
  - both will now do `Compressor`, `mangle_names()` then `mangle_properties()`
- `options.parse` / `--parse` for parser options beyond `bare_returns`

closes #96
closes #1366
fixes #124
fixes #263
fixes #379
fixes #423
fixes #576
fixes #737
fixes #958
fixes #1036
fixes #1175
fixes #1220
fixes #1223
fixes #1280
2017-04-14 08:34:46 +08:00
..
compress unify CLI & API under minify() 2017-04-14 08:34:46 +08:00
input fix expect_stdout (#1642) 2017-03-24 13:19:50 +08:00
mocha unify CLI & API under minify() 2017-04-14 08:34:46 +08:00
benchmark.js unify CLI & API under minify() 2017-04-14 08:34:46 +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 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 extend ufuzz generator (#1783) 2017-04-07 18:47:30 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00
ufuzz.js unify CLI & API under minify() 2017-04-14 08:34:46 +08:00
ufuzz.json extend ufuzz generator (#1783) 2017-04-07 18:47:30 +08:00