-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
Milestone
Description
TypeScript Version: master branch
Search Terms:
AllowQualifedNameInPlaceOfIdentifier
AllowQualifiedNameInPlaceOfIdentifier
Code
TypeScript/src/compiler/types.ts
Line 3688 in a1c8608
AllowQualifedNameInPlaceOfIdentifier = 1 << 16, |
Expected behavior:
AllowQualifedNameInPlaceOfIdentifier
should be deprecated in favor of AllowQualifiedNameInPlaceOfIdentifier
Actual behavior:
AllowQualifedNameInPlaceOfIdentifier
is not deprecated
Introduced in PR: #14709
Metadata
Metadata
Assignees
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure