@@ -5906,10 +5906,7 @@ merge(Compressor.prototype, {
|
||||
this.write_only = !exp.has_side_effects(compressor);
|
||||
return this;
|
||||
}
|
||||
if (this.operator == "typeof" && exp instanceof AST_SymbolRef) {
|
||||
if (drop_symbol(exp)) return null;
|
||||
if (exp.is_declared(compressor)) return exp;
|
||||
}
|
||||
if (this.operator == "typeof" && exp instanceof AST_SymbolRef && drop_symbol(exp)) return null;
|
||||
var node = exp.drop_side_effect_free(compressor, first_in_statement);
|
||||
if (first_in_statement && node && is_iife_call(node)) {
|
||||
if (node === exp && this.operator == "!") return this;
|
||||
|
||||
Reference in New Issue
Block a user