@@ -2528,9 +2528,8 @@ merge(Compressor.prototype, {
|
||||
return left.is_negative_zero() || right.is_negative_zero();
|
||||
case "*":
|
||||
case "/":
|
||||
return true;
|
||||
case "%":
|
||||
return left.is_negative_zero();
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user