prevent crash when TemplateLiteral is used in import

This commit is contained in:
Erik Krogh Kristensen
2020-10-01 11:24:54 +02:00
parent 282d3e8f7e
commit fbd62abd64
3 changed files with 267 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
type X = import(3);
type Y = import(`Foo`);
type Z = import(Y);