@@ -11162,6 +11162,10 @@ Compressor.prototype.compress = function(node) {
|
||||
return;
|
||||
}
|
||||
if (node instanceof AST_Class) return abort = true;
|
||||
if (node instanceof AST_Destructured) {
|
||||
side_effects = true;
|
||||
return;
|
||||
}
|
||||
if (node instanceof AST_Scope) return abort = true;
|
||||
if (avoid && node instanceof AST_Symbol && avoid[node.name]) return abort = true;
|
||||
if (node instanceof AST_SymbolRef) {
|
||||
|
||||
Reference in New Issue
Block a user