UglifyJS/lib
alexlamsl 7550c53fd6 fix usage of transform() vs optimize()
Given the current `OPT()` node:
- `optimize(compressor)` works on the same level, and will only `descend()` if returned instance is different
- `transform(compressor)` works on child nodes, and will always `descend()`

Other fixes
- `loopcontrol_target()` should compare against `compressor.self()` since the current node may have already been displaced
- remove obsolete optimisation in `AST_Binary` after #1477

fixes #1592
2017-03-11 05:08:30 +08:00
..
ast.js fix deep cloning of labels (#1565) 2017-03-07 18:38:27 +08:00
compress.js fix usage of transform() vs optimize() 2017-03-11 05:08:30 +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 plan B for IE8 do-while semi-colon fix (#1572) 2017-03-08 05:07:05 +08:00
parse.js fixup for #1585 (#1589) 2017-03-10 10:49:41 +08:00
propmangle.js in mangle_names there is a check that the variable name is legal and that it is not a reserved word. This should apply to propsmangle as well. 2017-02-10 14:13:47 +02:00
scope.js fix catch variable reference in IE8 (#1587) 2017-03-10 03:15:21 +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 crash on missing props to string_template() (#1523) 2017-03-01 15:25:26 +08:00