Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort import fixes by number of directory separators #42614

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

andrewbranch
Copy link
Member

Fixes the part of #41083 that can currently be fixed.

Previously, we only sorted reëxports of the same symbol (and we used absolute module specifier length, not number of directory separators). With this change, we sort all fixes together by number of directory separators. (Fix kind and package.json restrictions still take priority.)

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants