JS: Add TemplateLiteralTypeExpr

This commit is contained in:
Asger Feldthaus
2020-10-29 21:14:27 +00:00
parent 9da5c5cc70
commit 5676891e44
14 changed files with 210 additions and 7 deletions

View File

@@ -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;