mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
TypeScript: support optional and rest elements in static tuple type
This commit is contained in:
@@ -738,6 +738,15 @@ self_types(
|
||||
int selfType: @typereference ref
|
||||
);
|
||||
|
||||
tuple_type_min_length(
|
||||
unique int typ: @type ref,
|
||||
int minLength: int ref
|
||||
);
|
||||
|
||||
tuple_type_rest(
|
||||
unique int typ: @type ref
|
||||
);
|
||||
|
||||
// comments
|
||||
comments (unique int id: @comment,
|
||||
int kind: int ref,
|
||||
|
||||
Reference in New Issue
Block a user