@@ -1963,6 +1963,7 @@ merge(Compressor.prototype, {
|
||||
} else if (candidate instanceof AST_VarDef) {
|
||||
replaced = !compressor.exposed(def) && def.references.length == def.replaced;
|
||||
}
|
||||
value_def.last_ref = false;
|
||||
value_def.single_use = false;
|
||||
}
|
||||
if (replaced && !remove_candidate(candidate)) statements.splice(stat_index, 1);
|
||||
|
||||
Reference in New Issue
Block a user