This commit is contained in:
Wesley Wigham
2019-01-09 14:23:57 -08:00
committed by GitHub
parent 387be1fffa
commit d0aff9bdcd
5 changed files with 71 additions and 0 deletions

View File

@@ -1898,6 +1898,7 @@ namespace ts {
case SyntaxKind.StringLiteral:
return createIdentifier("String");
case SyntaxKind.PrefixUnaryExpression:
case SyntaxKind.NumericLiteral:
return createIdentifier("Number");