UglifyJS/lib
Alex Lam S.L 49bfc6b555
improve performance (#3020)
- replace `find_if()` with `all()` wherever possible
- move ESTree-specific logic out of `figure_out_scope()`
2018-03-23 03:43:52 +08:00
..
ast.js extend fuzzy RHS folding (#3006) 2018-03-17 03:10:21 +08:00
compress.js improve performance (#3020) 2018-03-23 03:43:52 +08:00
minify.js minor clean-ups (#2951) 2018-02-24 02:24:47 +08:00
mozilla-ast.js improve performance (#3020) 2018-03-23 03:43:52 +08:00
output.js refactor brackets to braces (#3005) 2018-03-15 15:46:45 +08:00
parse.js improve performance (#3020) 2018-03-23 03:43:52 +08:00
propmangle.js fix mangle name collision across files (#2722) 2018-01-05 05:08:09 +08:00
scope.js improve performance (#3020) 2018-03-23 03:43:52 +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