UglifyJS/test
Mihai Bazon a5b60217ce Fix compressing conditionals
Only transform foo() ? EXP(x) : EXP(y) into EXP(foo() ? x : y) if EXP has no
side effects.

Fix #710
2015-05-18 13:56:04 +03:00
..
compress Fix compressing conditionals 2015-05-18 13:56:04 +03:00
mozilla-ast.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00
run-tests.js Added expect_exact for testing the OutputStream 2015-04-14 20:26:47 +02:00