UglifyJS/lib
Mihai Bazon 18270dd9f3 added unsafe_comps for negating <= with >
since it has the potential to break code, let's keep it disabled by default
2012-11-01 15:14:56 +02:00
..
ast.js more sequence optimizations (lift some sequences above binary/unary expressions so that we can avoid parens) 2012-10-22 11:58:06 +03:00
compress.js added unsafe_comps for negating <= with > 2012-11-01 15:14:56 +02:00
mozilla-ast.js fix end tokens in spidermonkey ast import 2012-10-13 11:37:58 +03:00
output.js more sequence optimizations (lift some sequences above binary/unary expressions so that we can avoid parens) 2012-10-22 11:58:06 +03:00
parse.js minor 2012-10-13 12:42:01 +03:00
scope.js cripple scope to make IE happy :-( 2012-10-25 18:52:35 +03:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js minor 2012-10-12 14:55:54 +03:00
utils.js more optimizations for some break/continue cases 2012-10-18 15:14:57 +03:00