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