-
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
Description
In #51579, I switched our sorting to be case insensitive, as sensitive sorting appeared to cause auto-imports to break.
This appears to be caused by #51616 (at least). After that's fixed, we could revert things.
Also, #51615, if we wanted to use organize imports
, however that would be a problem regardless, but less of one given auto-imports should be able to put things in the right place. (Though, I'd rather just let a formatter do this for us.)
Metadata
Metadata
Assignees
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure