Skip to content

Commit

Permalink
chore: update javascript grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 1, 2024
1 parent 148910e commit 1da16a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/define-grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ module.exports = function defineGrammar(dialect) {
$.import_require_clause,
field('source', $.string),
),
optional($.import_attribute),
$._semicolon,
),

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": ">=8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.8",
"tree-sitter-javascript": "^0.20.2"
"tree-sitter-javascript": "^0.20.3"
},
"scripts": {
"build": "npm run build-typescript && npm run build-tsx",
Expand Down

0 comments on commit 1da16a7

Please sign in to comment.