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 43252c5 commit 7b4f59aCopy full SHA for 7b4f59a
common/define-grammar.js
@@ -142,6 +142,7 @@ module.exports = function defineGrammar(dialect) {
142
seq(optional('abstract'), optional('readonly')),
143
seq(optional('readonly'), optional('abstract')),
144
),
145
+ optional('accessor'),
146
field('name', $._property_name),
147
optional(choice('?', '!')),
148
field('type', optional($.type_annotation)),
0 commit comments