UglifyJS/lib
Mihai Bazon d72c1d1293 few more optimizations:
- do multiple passes in tighten_body if it was changed
- transform if (foo) return x; return y; ==> return foo?x:y
- don't optimize !0 as true (use best_of after evaluation of constant expr)

With hoist_vars off we now beat UglifyJS v1 on jQuery-1.8.1
2012-09-13 15:20:57 +03:00
..
ast.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
compress.js few more optimizations: 2012-09-13 15:20:57 +03:00
output.js fixed run-tests and an issue about reversing the condition in AST_If 2012-09-12 13:00:13 +03:00
parse.js cleaned up usage of AST_BlockStatement 2012-09-05 11:39:43 +03:00
scope.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
sourcemap.js started support for generating source maps (WIP) 2012-08-29 19:39:19 +03:00
utils.js more AST_If optimizations 2012-09-12 16:10:03 +03:00