some missed token bugs

This commit is contained in:
Arthur Ozga
2017-03-13 20:20:26 -07:00
parent e02ac178ca
commit 27fe2df203
9 changed files with 34 additions and 36 deletions

View File

@@ -895,7 +895,7 @@ namespace ts {
exprName: EntityName;
}
/** A TypeLiteral is the declaration node for an anonymous symbol. */
// A TypeLiteral is the declaration node for an anonymous symbol.
export interface TypeLiteralNode extends TypeNode, Declaration {
kind: SyntaxKind.TypeLiteral;
members: NodeArray<TypeElement>;