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 148910e commit 1da16a7Copy full SHA for 1da16a7
common/define-grammar.js
@@ -300,6 +300,7 @@ module.exports = function defineGrammar(dialect) {
300
$.import_require_clause,
301
field('source', $.string),
302
),
303
+ optional($.import_attribute),
304
$._semicolon,
305
306
package.json
@@ -23,7 +23,7 @@
23
"eslint": ">=8.56.0",
24
"eslint-config-google": "^0.14.0",
25
"tree-sitter-cli": "^0.20.8",
26
- "tree-sitter-javascript": "^0.20.2"
+ "tree-sitter-javascript": "^0.20.3"
27
},
28
"scripts": {
29
"build": "npm run build-typescript && npm run build-tsx",
0 commit comments