UglifyJS/lib
Alex Lam S.L ff289b90a9 implement delayed resolution for reduce_vars (#1788)
Although it would be nice to enforce `AST_Node` cloning during transformation, that ship has sailed a long time ago.

We now get the assigned value when resolving `AST_SymbolRef` instead of `reset_opt_flags()`, which has the added advantage of improved compressor efficiency.

fixes #1787
2017-04-05 21:06:42 +08:00
..
ast.js optimise do{...}while(false) (#1785) 2017-04-04 23:48:22 +08:00
compress.js implement delayed resolution for reduce_vars (#1788) 2017-04-05 21:06:42 +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 improve compression of undefined, NaN & Infinitiy (#1748) 2017-04-01 03:02:14 +08:00
parse.js sort options in alphabetical order (#1743) 2017-03-31 16:41:04 +08:00
propmangle.js exclude mangling of special property names (#1779) 2017-04-04 03:50:19 +08:00
scope.js sort options in alphabetical order (#1743) 2017-03-31 16:41:04 +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