-
Notifications
You must be signed in to change notification settings - Fork 140
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
[Feature] Add <SEPARATOR> special word #296
base: v6
Are you sure you want to change the base?
Conversation
Hi @ayusharma, @byara |
This will need my additional changes (joutvhu/prettier-plugin-sort-imports#2) before merging, as adding tests revealed some critical issues. |
I changes the base branch to v6. Let's release it there. |
@byara I added tests |
Add tests for the separator special word
# Conflicts: # src/utils/get-sorted-nodes.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesnt have any comments? I already included tests in ImportsManualSeparated
, so i think these Separator
tests can be removed.
Implement feature #268