Fix #1809, introduce non primitive type

This commit is contained in:
Herrington Darkholme
2016-11-25 18:54:01 +08:00
parent c563e83c99
commit ebe2fdb4c8
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ namespace ts {
"new": SyntaxKind.NewKeyword,
"null": SyntaxKind.NullKeyword,
"number": SyntaxKind.NumberKeyword,
"object": SyntaxKind.ObjectKeyword,
"package": SyntaxKind.PackageKeyword,
"private": SyntaxKind.PrivateKeyword,
"protected": SyntaxKind.ProtectedKeyword,