@@ -8002,7 +8002,6 @@ Compressor.prototype.compress = function(node) {
|
||||
var defs = defs_by_id[node.definition().id];
|
||||
if (!defs) return;
|
||||
if (node.fixed_value() !== defs.value) return;
|
||||
if (is_lhs(node, this.parent())) return;
|
||||
return make_node(AST_Object, node, { properties: [] });
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user