You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
originalKeywordKind?: SyntaxKind;// Original syntaxKind which get set so that we can report an error later
695
-
/*@internal*/autoGenerateKind?: GeneratedIdentifierKind;// Specifies whether to auto-generate the text for an identifier.
701
+
/*@internal*/autoGenerateFlags?: GeneratedIdentifierFlags;// Specifies whether to auto-generate the text for an identifier.
696
702
/*@internal*/autoGenerateId?: number;// Ensures unique generated identifiers get unique names, but clones get the same name.
697
703
isInJSDocNamespace?: boolean;// if the node is a member in a JSDoc namespace
698
704
/*@internal*/typeArguments?: NodeArray<TypeNode|TypeParameterDeclaration>;// Only defined on synthesized nodes. Though not syntactically valid, used in emitting diagnostics, quickinfo, and signature help.
699
705
/*@internal*/jsdocDotPos?: number;// Identifier occurs in JSDoc-style generic: Id.<T>
700
-
/*@internal*/skipNameGenerationScope?: boolean;// Should skip a name generation scope when generating the name for this identifier
701
706
}
702
707
703
708
// Transient identifier node (marked by id === -1)
0 commit comments