@@ -1286,7 +1286,7 @@ merge(Compressor.prototype, {
|
||||
col: node.start.col
|
||||
});
|
||||
if (candidate instanceof AST_UnaryPostfix) {
|
||||
lhs.definition().fixed = false;
|
||||
if (lhs instanceof AST_SymbolRef) lhs.definition().fixed = false;
|
||||
return make_node(AST_UnaryPrefix, candidate, candidate);
|
||||
}
|
||||
if (candidate instanceof AST_VarDef) {
|
||||
|
||||
Reference in New Issue
Block a user