mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Merge pull request #672 from Microsoft/getSyntacticClassifications
Add support for syntactic classification.
This commit is contained in:
@@ -222,7 +222,7 @@ module ts {
|
||||
FirstTypeNode = TypeReference,
|
||||
LastTypeNode = TupleType,
|
||||
FirstPunctuation = OpenBraceToken,
|
||||
LastPunctuation = CaretEqualsToken
|
||||
LastPunctuation = CaretEqualsToken,
|
||||
}
|
||||
|
||||
export enum NodeFlags {
|
||||
|
||||
Reference in New Issue
Block a user