@@ -2579,6 +2579,8 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
if (node instanceof AST_Scope) return node;
|
||||
if (!(node instanceof AST_Statement)) return node;
|
||||
}, function(node) {
|
||||
if (node instanceof AST_For && is_empty(node.init)) node.init = null;
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user