-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(core): allow referencing other packages to specify implementations for executors + generators #15987
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
I don't think this will work -- This makes the migration story for plugin's really hard. If a community plugin extends one of our plugin's executors collections its easy for updating Nx to break that plugin's targets since their options would not get migrated.
At minimum we need to only allow this for @nrwl -> @nx, and remove it after v17. Either way this is quite ugly imho, I'm not sure its the path we should go down 🤔
f2d4412
to
cf1724c
Compare
cf1724c
to
e2bf8aa
Compare
e2bf8aa
to
ddf9f1c
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Generators and executors cannot specify that their schema and implementation are in a different package.
Expected Behavior
Generators and executors can specify that their schema and implementation are in a different package.
Related Issue(s)
Fixes #