mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-19 22:07:42 -05:00
some missed token bugs
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user