address CR feedback

This commit is contained in:
Vladimir Matveev
2014-09-12 22:45:52 -07:00
parent c21b4abb50
commit aa7ffdba4c
2 changed files with 19 additions and 15 deletions
+3 -1
View File
@@ -221,7 +221,9 @@ module ts {
FirstTypeNode = TypeReference,
LastTypeNode = ArrayType,
FirstPunctuation= OpenBraceToken,
LastPunctuation = CaretEqualsToken
LastPunctuation = CaretEqualsToken,
FirstToken = EndOfFileToken,
LastToken = StringKeyword
}
export enum NodeFlags {