@@ -6366,7 +6366,10 @@ merge(Compressor.prototype, {
|
||||
if (value) {
|
||||
if (props.assign) {
|
||||
var assign = props.assign.drop_side_effect_free(compressor);
|
||||
if (assign) props.unshift(assign);
|
||||
if (assign) {
|
||||
assign.write_only = true;
|
||||
props.unshift(assign);
|
||||
}
|
||||
}
|
||||
if (!(parent instanceof AST_Sequence)
|
||||
|| parent.tail_node() === node
|
||||
@@ -6942,7 +6945,6 @@ merge(Compressor.prototype, {
|
||||
if (assign) {
|
||||
assign.write_only = true;
|
||||
assign.walk(tw);
|
||||
assign.write_only = "p";
|
||||
}
|
||||
props.forEach(function(prop) {
|
||||
prop.walk(tw);
|
||||
|
||||
Reference in New Issue
Block a user