Skip to content

Commit 5a8bb7d

Browse files
committed
add a comment to the grammar, re generate
1 parent c0a7b3b commit 5a8bb7d

File tree

5 files changed

+491
-362
lines changed

5 files changed

+491
-362
lines changed

grammar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ module.exports = grammar({
497497
$.arrow_function,
498498
),
499499

500+
// Note: this is similar to MemberExpression from the ecmascript spec
500501
primary_expression: $ => choice(
501502
$.subscript_expression,
502503
$.new_expression,

src/grammar.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-types.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)