UglifyJS/lib
Mihai Bazon 92e22c460d possible optimization for AST_Undefined
if undefined is defined, ;-), we replace AST_Undefined nodes to a reference
to the "undefined" variable; in turn the mangler will compress it to a
single letter; this helps at least on jQuery.
2012-09-17 12:27:32 +03:00
..
ast.js figure out label targets 2012-09-15 16:05:17 +03:00
compress.js possible optimization for AST_Undefined 2012-09-17 12:27:32 +03:00
output.js rewrite handle_if_return 2012-09-16 15:46:20 +03:00
parse.js more optimizations that v1 does and some cleanups 2012-09-14 15:36:38 +03:00
scope.js figure out label targets 2012-09-15 16:05:17 +03:00
sourcemap.js started support for generating source maps (WIP) 2012-08-29 19:39:19 +03:00
utils.js rewrite handle_if_return 2012-09-16 15:46:20 +03:00