mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01: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