mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
TypeScript: support unknown static type
This commit is contained in:
@@ -610,6 +610,7 @@ case @type.kind of
|
||||
| 20 = @thistype
|
||||
| 21 = @numberliteraltype
|
||||
| 22 = @stringliteraltype
|
||||
| 23 = @unknowntype
|
||||
;
|
||||
|
||||
@booleanliteraltype = @truetype | @falsetype;
|
||||
|
||||
Reference in New Issue
Block a user