Skip to content

Commit 9639934

Browse files
committed
chore: allow semis anywhere in class bodies
1 parent d59b29d commit 9639934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/define-grammar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ module.exports = function defineGrammar(dialect) {
403403
),
404404
choice($._semicolon, ',')
405405
),
406+
';',
406407
)),
407408
'}'
408409
),

0 commit comments

Comments
 (0)