Merge pull request #13505 from Microsoft/fix13504

Emit 'object' type in declaration emitter
This commit is contained in:
Ron Buckton
2017-01-16 15:05:41 -08:00
committed by GitHub
9 changed files with 44 additions and 0 deletions

View File

@@ -390,6 +390,7 @@ namespace ts {
case SyntaxKind.StringKeyword:
case SyntaxKind.NumberKeyword:
case SyntaxKind.BooleanKeyword:
case SyntaxKind.ObjectKeyword:
case SyntaxKind.SymbolKeyword:
case SyntaxKind.VoidKeyword:
case SyntaxKind.UndefinedKeyword: