enhance hoist_vars (#5865)
This commit is contained in:
@@ -10353,7 +10353,6 @@ Compressor.prototype.compress = function(node) {
|
||||
def.assignments++;
|
||||
}
|
||||
def.eliminated++;
|
||||
def.single_use = false;
|
||||
return a;
|
||||
}, []);
|
||||
if (assignments.length == 0) return null;
|
||||
|
||||
Reference in New Issue
Block a user