@@ -616,7 +616,11 @@ merge(Compressor.prototype, {
|
||||
if (node instanceof AST_DestructuredObject) {
|
||||
var save = fixed;
|
||||
node.properties.forEach(function(node) {
|
||||
if (node.key instanceof AST_Node) node.key.walk(tw);
|
||||
if (node.key instanceof AST_Node) {
|
||||
push(tw);
|
||||
node.key.walk(tw);
|
||||
pop(tw);
|
||||
}
|
||||
fixed = function() {
|
||||
var key = node.key;
|
||||
var type = AST_Sub;
|
||||
|
||||
Reference in New Issue
Block a user