UglifyJS/lib
Alex Lam S.L e005099fb1 fix & improve coverage of estree (#1935)
- fix `estree` conversion of getter/setter
- fix non-directive literal in `to_mozilla_ast()`
- revamp `test/mozilla-ast.js`
  - reuse `test/ufuzz.js` for code generation
  - use `acorn.parse()` for creating `estree`
- extend `test/ufuzz.js` for `acorn` workaround
  - catch variable redefinition
  - non-trivial literal as directive
  - adjust options for tolerance

Miscellaneous
- optional semi-colon when parsing directives

fixes #1914
closes #1915
2017-05-15 02:37:53 +08:00
..
ast.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +08:00
compress.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +08:00
minify.js return Error from minify() (#1880) 2017-05-08 07:05:19 +08:00
mozilla-ast.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
output.js remove support for const (#1910) 2017-05-12 14:57:41 +08:00
parse.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
propmangle.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
scope.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00
utils.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00