UglifyJS/lib
Alex Lam S.L 3493a182b2 implement function inlining (#2053)
- empty body
- single `AST_Return`
- single `AST_SimpleStatement`
- avoid `/*#__PURE__*/`

Miscellaneous
- enhance single-use function substitution

fixes #281
2017-06-06 05:49:53 +08:00
..
ast.js fix bugs with getter/setter (#1926) 2017-05-14 02:10:34 +08:00
compress.js implement function inlining (#2053) 2017-06-06 05:49:53 +08:00
minify.js report timing breakdown (#2000) 2017-05-25 07:15:55 +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 unify CLI & API under minify() (#1811) 2017-04-15 23:50:50 +08:00
scope.js clean up lib/scope.js (#2003) 2017-05-26 03:58:35 +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