mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
TypeScript: support syntax for optional tuple type elements
This commit is contained in:
@@ -556,7 +556,9 @@ case @typeexpr.kind of
|
||||
| 29 = @infertypeexpr
|
||||
| 30 = @importtypeaccess
|
||||
| 31 = @importnamespaceaccess
|
||||
| 32 = @importvartypeaccess;
|
||||
| 32 = @importvartypeaccess
|
||||
| 33 = @optionaltypeexpr
|
||||
;
|
||||
|
||||
@typeref = @typeaccess | @typedecl;
|
||||
@typeidentifier = @typedecl | @localtypeaccess | @typelabel | @localvartypeaccess | @localnamespaceaccess;
|
||||
|
||||
Reference in New Issue
Block a user