mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
JS: Add TemplateLiteralTypeExpr
This commit is contained in:
@@ -584,6 +584,7 @@ case @typeexpr.kind of
|
||||
| 34 = @rest_typeexpr
|
||||
| 35 = @bigint_literal_typeexpr
|
||||
| 36 = @readonly_typeexpr
|
||||
| 37 = @template_literal_typeexpr
|
||||
;
|
||||
|
||||
@typeref = @typeaccess | @type_decl;
|
||||
|
||||
Reference in New Issue
Block a user