@@ -8345,6 +8345,9 @@ Compressor.prototype.compress = function(node) {
|
||||
var dropped = value.drop_side_effect_free(compressor);
|
||||
if (dropped !== value) {
|
||||
changed = true;
|
||||
if (dropped && async && !is_primitive(compressor, dropped)) {
|
||||
dropped = dropped.negate(compressor);
|
||||
}
|
||||
node.value = dropped;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user