Skip to content

Commit e4eb582

Browse files
committed
Remove conflict declaration that was left over by accident
1 parent 39b534f commit e4eb582

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grammar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ module.exports = grammar({
6363
[$.primary_expression, $.statement_block, 'object'],
6464
[$.import_statement, $.import],
6565
[$.export_statement, $.primary_expression],
66-
[$.export_clause, $.object],
6766
],
6867

6968
conflicts: $ => [

0 commit comments

Comments
 (0)