Fix merge error
This commit is contained in:
parent
6bc9e7ebda
commit
60d7e940e2
@ -959,10 +959,7 @@ export default class StatementParser extends ExpressionParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
node.left = init;
|
node.left = init;
|
||||||
node.right =
|
node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign();
|
||||||
type === "ForInStatement"
|
|
||||||
? this.parseExpression()
|
|
||||||
: this.parseMaybeAssign();
|
|
||||||
this.expect(tt.parenR);
|
this.expect(tt.parenR);
|
||||||
|
|
||||||
node.body =
|
node.body =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user