@@ -4784,6 +4784,7 @@ merge(Compressor.prototype, {
|
||||
if (node instanceof AST_SymbolFunarg) mark(node, false, true);
|
||||
};
|
||||
var scanner = new TreeWalker(function(ref) {
|
||||
if (ref instanceof AST_SymbolDeclaration) references[ref.definition().id] = false;
|
||||
if (!(ref instanceof AST_SymbolRef)) return;
|
||||
var def = ref.definition();
|
||||
var ldef = node.variables.get(ref.name);
|
||||
|
||||
Reference in New Issue
Block a user