-
Notifications
You must be signed in to change notification settings - Fork 133
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
Option to group namespace specifiers #105
Conversation
Hi @Mattinton, The build is failing. Could you please check it. |
Sorry should have checked this before the PR. Should be passing now. |
Is there a standard release schedule for PR's like this? |
We will try to release the PR this week. |
…rts into group-namespace-specifiers
Hi @Mattinton , we had merged your changes to v3.2.x branch. We will try to release it as soon as possible along with some new changes. Thank you so much for your contribution ❤️ |
Hi, is there any progress on a release for this? Cheers! |
HI @Mattinton, Thank you so much for your PR. Please respond to the notification here. #118 |
Hey @ayusharma, I emailed opensource@trivago.com a while ago but never got any response! Should I try again? |
Hi @Mattinton, It seems some issue. Could you please send the details again? |
Sent again, let me know if any issues :D |
Hi @Mattinton, I still have not received the mail. I checked the mail systems and they are working fine. Could you please drop the information to ayush.sharma@trivago.com and please cc behrang.yarahmadi@trivago.com |
Sent again again 😆. Hoping it goes through this time! |
I received it. Thank you. |
This PR adds the
importOrderGroupNamespaceSpecifiers
config variable. When true it groupsimport * as lib from 'lib'
imports to the top of the group.Closes #104