UglifyJS/lib
Alex Lam S.L a8c67ea353 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-15 18:22:43 +08:00
..
ast.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
compress.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js fix label-related bugs (#1835) 2017-05-07 00:16:30 +08:00
parse.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
propmangle.js exclude mangling of special property names (#1779) 2017-04-04 03:50:19 +08:00
scope.js fix bugs with getter/setter (#1926) 2017-05-15 18:22:43 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js fix AST_Node.optimize() (#1602) 2017-03-15 18:44:13 +08:00