We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b534f commit e4eb582Copy full SHA for e4eb582
grammar.js
@@ -63,7 +63,6 @@ module.exports = grammar({
63
[$.primary_expression, $.statement_block, 'object'],
64
[$.import_statement, $.import],
65
[$.export_statement, $.primary_expression],
66
- [$.export_clause, $.object],
67
],
68
69
conflicts: $ => [
0 commit comments