mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
JS: Add TypeAnnotations class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user