-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Removed circular dependencies #20734
Conversation
You might also want #20723 for this:) it just enables eslint cycle import check. The plugin for it was already installed |
Yea, good idea, we should prevent new cycles from creeping in. There is a spot in the rollup config where we could just fail the whole build if rollup sees a cycle. |
Did a review with @kategengler and I have a few more minor changes and then this is good to go. |
I investigated the one proposed minor change, which was whether we should better hide these newly created modules from outside consumers, but that would not be consistent with how these packages are already published. Only a few (like |
No description provided.