@@ -6102,9 +6102,10 @@ Compressor.prototype.compress = function(node) {
|
||||
if (prop.static) {
|
||||
prop.value.walk(tw);
|
||||
} else {
|
||||
push(tw);
|
||||
push();
|
||||
segment.block = node;
|
||||
prop.value.walk(tw);
|
||||
pop(tw);
|
||||
pop();
|
||||
}
|
||||
});
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user