-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
Description
TypeScript Version: 3.2.0-dev.20181114
In parser.ts, there is an identifierCount variable that is incremented every time createIdentifier is called.
Unfortunately, not all createIdentifier calls will result in an identifier in the AST, since some may have happened during speculative parsing. It may be necessary to reset identifierCount after speculative parsing fails.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure