Skip to content

Commit e28e325

Browse files
committed
Remove unnecessary conflict declaration left over by accident
1 parent 20febe3 commit e28e325

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
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: $ => [

src/grammar.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6427,16 +6427,6 @@
64276427
"type": "SYMBOL",
64286428
"name": "primary_expression"
64296429
}
6430-
],
6431-
[
6432-
{
6433-
"type": "SYMBOL",
6434-
"name": "export_clause"
6435-
},
6436-
{
6437-
"type": "SYMBOL",
6438-
"name": "object"
6439-
}
64406430
]
64416431
],
64426432
"externals": [

0 commit comments

Comments
 (0)