minor lints (#5740)
This commit is contained in:
@@ -6559,7 +6559,7 @@ Compressor.prototype.compress = function(node) {
|
||||
});
|
||||
return true;
|
||||
}
|
||||
if (node instanceof AST_SymbolConst || node instanceof AST_SymbolLet) {
|
||||
if (node instanceof AST_SymbolDeclaration) {
|
||||
references[node.definition().id] = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user