@@ -6651,7 +6651,7 @@ merge(Compressor.prototype, {
|
||||
var s = def.scope;
|
||||
do {
|
||||
s = s.parent_scope;
|
||||
if (s.variables.has(node.name)) return false;
|
||||
if (s.var_names()[node.name]) return false;
|
||||
} while (s !== scope);
|
||||
return true;
|
||||
}) ? make_node(AST_Var, self, {
|
||||
|
||||
Reference in New Issue
Block a user