mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
TypeScript: support syntax for rest elements in tuple types
This commit is contained in:
@@ -558,6 +558,7 @@ case @typeexpr.kind of
|
||||
| 31 = @importnamespaceaccess
|
||||
| 32 = @importvartypeaccess
|
||||
| 33 = @optionaltypeexpr
|
||||
| 34 = @resttypeexpr
|
||||
;
|
||||
|
||||
@typeref = @typeaccess | @typedecl;
|
||||
|
||||
Reference in New Issue
Block a user