JS: Add TypeAnnotations class

This commit is contained in:
Asger F
2019-04-12 14:44:43 +01:00
parent 7d2c17f27c
commit 967752c6c1
4 changed files with 73 additions and 58 deletions

View File

@@ -232,6 +232,7 @@ isDelegating (int yield: @yieldexpr ref);
@exprortype = @expr | @typeexpr;
@exprparent = @exprorstmt | @property | @functiontypeexpr;
@arraylike = @arrayexpr | @arraypattern;
@type_annotation = @typeexpr | @jsdoc_type_expr;
case @expr.kind of
0 = @label