UglifyJS/lib
Alex Lam S.L 0f4f01b66c clean up collapse_vars (#1826)
- remove overlap in functionality of singular, consecutive reference of constant value
- remove workarounds for previous bugs in `lib/scope.js`
- distribute recursive `collapse_single_use_vars()` calls to their respective `OPT(AST_Node)`
- enable collapsing of variables within a single `AST_Definitions`
2017-04-18 21:45:34 +08:00
..
ast.js enhance reduce_vars (#1814) 2017-04-17 01:36:50 +08:00
compress.js clean up collapse_vars (#1826) 2017-04-18 21:45:34 +08:00
minify.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
mozilla-ast.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00
output.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
parse.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
propmangle.js unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
scope.js compress duplicated variable definitions (#1817) 2017-04-17 17:11:29 +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