UglifyJS/lib
Alex Lam S.L 00e4f7b3c1 in-place tigten_body() (#2111)
By reducing copies of `AST_Node` arrays, we should be able to reduce:
- memory pressure
- potential bugs caused by multiple references in AST
- duplicated executions of `OPT()`
2017-06-16 19:19:54 +08:00
..
ast.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +08:00
compress.js in-place tigten_body() (#2111) 2017-06-16 19:19:54 +08:00
minify.js fix iteration over object with inherited properties (#2068) 2017-06-08 03:27:03 +08:00
mozilla-ast.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
output.js workaround webkit parsing error (#2056) 2017-06-06 04:06:42 +08:00
parse.js clean up lib/parse.js (#2047) 2017-06-03 14:00:59 +08:00
propmangle.js marshal mangle[.properties].reserved from non-Array values (#2072) 2017-06-09 04:29:12 +08:00
scope.js compute uses_arguments correctly in figure_out_scope() (#2099) 2017-06-15 03:28:26 +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 clean up lib/parse.js (#2047) 2017-06-03 14:00:59 +08:00