UglifyJS/tmp
Mihai Bazon 924aa58060 more optimizations that v1 does and some cleanups
- a = a + x ==> a+=x
- joining consecutive var statements (hoisting is not always desirable)
- x == false ==> x == 0, x != true ==> x != 1
- x, x ==> x; x = exp(), x ==> x = exp()
- discarding useless break-s
2012-09-14 15:36:38 +03:00
..
browser.js doc (WIP) 2012-08-20 00:35:54 +03:00
index.html doc (WIP) 2012-08-20 00:35:54 +03:00
test-maps.js add source mappings for more node types; started CLI utility 2012-09-02 14:32:00 +03:00
test-node.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
todo more optimizations that v1 does and some cleanups 2012-09-14 15:36:38 +03:00