mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
add initial support for expressions in TypeScript
This commit is contained in:
@@ -349,6 +349,7 @@ case @expr.kind of
|
||||
| 112 = @e4x_xml_static_qualident
|
||||
| 113 = @e4x_xml_dynamic_qualident
|
||||
| 114 = @e4x_xml_dotdotexpr
|
||||
| 115 = @importmetaexpr
|
||||
;
|
||||
|
||||
@varaccess = @proper_varaccess | @export_varaccess;
|
||||
@@ -1169,4 +1170,4 @@ extraction_data(
|
||||
varchar(900) cacheFile: string ref,
|
||||
boolean fromCache: boolean ref,
|
||||
int length: int ref
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user