@@ -86,7 +86,6 @@ merge(Compressor.prototype, {
|
|||||||
before: function(node, descend, in_list) {
|
before: function(node, descend, in_list) {
|
||||||
if (node._squeezed) return node;
|
if (node._squeezed) return node;
|
||||||
if (node instanceof AST_Scope) {
|
if (node instanceof AST_Scope) {
|
||||||
node.drop_unused(this);
|
|
||||||
node = node.hoist_declarations(this);
|
node = node.hoist_declarations(this);
|
||||||
}
|
}
|
||||||
descend(node, this);
|
descend(node, this);
|
||||||
|
|||||||
Reference in New Issue
Block a user