UglifyJS/lib
Alex Lam S.L 3ca902258c fix bugs with getter/setter (#1926)
- `reduce_vars`
- `side_effects`
- property access for object
- `AST_SymbolAccessor` as key names

enhance `test/ufuzz.js`
- add object getter & setter
  - property assignment to setter
  - avoid infinite recursion in setter
- fix & adjust assignment operators
  - 50% `=`
  - 25% `+=`
  - 2.5% each for the rest
- avoid "Invalid array length"
- fix `console.log()`
  - bypass getter
  - curb recursive reference
- deprecate `-E`, always report runtime errors
2017-05-14 02:10:34 +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 remove support for const (#1910) 2017-05-12 14:57:41 +08:00
output.js remove support for const (#1910) 2017-05-12 14:57:41 +08:00
parse.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +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