Skip to content

Commit 08fbcf3

Browse files
Remove annotation from event_decl as it's not supported for now anyways
1 parent afa50a6 commit 08fbcf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grammar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ module.exports = grammar({
313313
// FUNCTION DECLARATION ================
314314

315315
event_decl: $ => seq(
316-
field('annotation', optional($.annotation)),
317316
$._event_decl_intro,
318317
field('params', $.func_params),
319318
optional(seq(

0 commit comments

Comments
 (0)