respond to comments

This commit is contained in:
Arthur Ozga
2017-05-12 16:27:35 -07:00
parent 0588f8b380
commit a32bc985bf
7 changed files with 101 additions and 89 deletions

View File

@@ -360,7 +360,7 @@ namespace ts {
_incrementExpressionBrand: any;
_unaryExpressionBrand: any;
_expressionBrand: any;
typeArguments: any;
/*@internal*/typeArguments: NodeArray<TypeNode>;
constructor(_kind: SyntaxKind.Identifier, pos: number, end: number) {
super(pos, end);
}