@@ -3430,7 +3430,7 @@ merge(Compressor.prototype, {
|
||||
var v = e._eval(compressor, ignore_side_effects, cached, depth + 1);
|
||||
if (v === e) return this;
|
||||
modified(e);
|
||||
return v;
|
||||
return +v;
|
||||
});
|
||||
var non_converting_binary = makePredicate("&& || === !==");
|
||||
def(AST_Binary, function(compressor, ignore_side_effects, cached, depth) {
|
||||
|
||||
Reference in New Issue
Block a user