UglifyJS/lib
Alex Lam S.L 2a4c68be4f
relax collapse_vars on AST_Exit (#2855)
First introduced in #1862 to stop assignments to migrate beyond `return` or `throw`. Since then `collapse_vars` has been improved to handle various side-effect-related corner cases.
2018-01-31 23:49:59 +08:00
..
ast.js compress undefined property names (#2811) 2018-01-19 00:36:30 +08:00
compress.js relax collapse_vars on AST_Exit (#2855) 2018-01-31 23:49:59 +08:00
minify.js improve synergy between compress and rename (#2755) 2018-01-09 17:55:41 +08:00
mozilla-ast.js fix & improve coverage of estree (#1935) 2017-05-15 02:37:53 +08:00
output.js compress undefined property names (#2811) 2018-01-19 00:36:30 +08:00
parse.js compress undefined property names (#2811) 2018-01-19 00:36:30 +08:00
propmangle.js fix mangle name collision across files (#2722) 2018-01-05 05:08:09 +08:00
scope.js handle duplicate function declarations correctly (#2837) 2018-01-23 01:28:09 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Transform can be simplified when clone is not done. (#2621) 2017-12-19 17:56:16 +08:00
utils.js fix AST_Scope.clone() (#2803) 2018-01-17 21:33:13 +08:00