@@ -10784,7 +10784,9 @@ Compressor.prototype.compress = function(node) {
|
||||
});
|
||||
child = scope;
|
||||
scope = compressor.parent(level++);
|
||||
if (scope instanceof AST_DWLoop) {
|
||||
if (scope instanceof AST_ClassField) {
|
||||
if (!scope.static) return false;
|
||||
} else if (scope instanceof AST_DWLoop) {
|
||||
in_loop = [];
|
||||
} else if (scope instanceof AST_For) {
|
||||
if (scope.init === child) continue;
|
||||
|
||||
Reference in New Issue
Block a user