@@ -10948,6 +10948,7 @@ Compressor.prototype.compress = function(node) {
|
||||
in_order = null;
|
||||
return;
|
||||
}
|
||||
if (node instanceof AST_Class) return abort = true;
|
||||
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