Add missing closing parenthesis
This commit is contained in:
parent
92b743cf51
commit
6fd3582ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ grammar({
|
|||
),
|
||||
|
||||
binary_expression: $ => choice(
|
||||
prec.left(1, seq($._expression, 'instanceof', $._expression)
|
||||
prec.left(1, seq($._expression, 'instanceof', $._expression))
|
||||
// ...
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue