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 64b5a68 commit 3b3f66bCopy full SHA for 3b3f66b
compiler/lib/dune
@@ -27,6 +27,8 @@
27
Js_token
28
--explain
29
--unused-token
30
+ TAnnot
31
+ --unused-token
32
TComment
33
34
TCommentLineDirective
compiler/lib/js_parser.mly
@@ -244,9 +244,6 @@ standalone_expression:
244
program:
245
| l=module_item* T_EOF { l }
246
247
-annot:
248
- | a=TAnnot { a, pi $symbolstartpos }
249
-
250
module_item:
251
| item { $symbolstartpos, $1 }
252
0 commit comments