@@ -1825,7 +1825,11 @@ merge(Compressor.prototype, {
|
||||
name: sym,
|
||||
value: arg
|
||||
}));
|
||||
if (sym instanceof AST_Destructured) continue;
|
||||
if (sym instanceof AST_Destructured) {
|
||||
if (!sym.match_symbol(return_false)) continue;
|
||||
candidates.length = 0;
|
||||
break;
|
||||
}
|
||||
if (sym.name in names) continue;
|
||||
names[sym.name] = true;
|
||||
if (!arg) {
|
||||
|
||||
Reference in New Issue
Block a user