Handle import types in serializeType (#24701)

This commit is contained in:
Wesley Wigham
2018-06-07 10:41:11 -07:00
committed by Wesley Wigham
parent 345b2b4f2b
commit d9e2bc6f38
6 changed files with 67 additions and 0 deletions
+1
View File
@@ -1910,6 +1910,7 @@ namespace ts {
case SyntaxKind.TypeLiteral:
case SyntaxKind.AnyKeyword:
case SyntaxKind.ThisType:
case SyntaxKind.ImportType:
break;
default: