Files
UglifyJS/test/compress
Mihai Bazon 1a5fd3e052 optimization for if/break as first statement in a loop body
for(...; x; ...) if (y) break; → for(...; x&&!y; ...);

similarly for `while` and some combinations (i.e. the `break` appears in the
`else` clause, etc.)
2012-11-08 11:43:14 +02:00
..
2012-08-27 11:00:26 +03:00
2012-10-13 15:04:44 +03:00