We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error is thrown if there's a list export in the same file, as a path that needs to be updated
No error should be thrown
https://github.com/mgawrys-recruitee/nx-move-generator-example
export {X}
nx g move A --newProjectName C
Node : 19.3.0 OS : darwin-arm64 npm : 9.2.0 nx : 18.0.5 @nx/js : 18.0.5 @nx/jest : 18.0.5 @nx/linter : 18.0.5 @nx/eslint : 18.0.5 @nx/workspace : 18.0.5 @nx/angular : 18.0.5 @nx/cypress : 18.0.5 @nx/devkit : 18.0.5 @nx/eslint-plugin : 18.0.5 @nrwl/tao : 18.0.5 @nx/web : 18.0.5 @nx/webpack : 18.0.5 typescript : 5.3.3
No response
The text was updated successfully, but these errors were encountered:
fix(misc): fix move generator when there is a list export in the same…
5d3fa5c
… file as path to update closed nrwl#22030
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Sorry, something went wrong.
AgentEnder
Successfully merging a pull request may close this issue.
Current Behavior
Error is thrown if there's a list export in the same file, as a path that needs to be updated
Expected Behavior
No error should be thrown
GitHub Repo
https://github.com/mgawrys-recruitee/nx-move-generator-example
Steps to Reproduce
export {X}
nx g move A --newProjectName C
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: