-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Output ng generate #58299
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
Output ng generate #58299
Conversation
This change introduces a new configuration parameter to the output as function migration - it is now possible to restrict a set of migrated paths.
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.
LGTM
This commit exposes a new ng generate schematic that migrates outputs from the decorator version to the output function.
Remove the usage of MagicString and the generation of intermediate sourcemaps, as sourcemaps are never included in the schematic bundles. Peparing source maps is a CPU / memory intensive and was causing OoO errors in rollup.
9ffc205
to
8de8c85
Compare
This PR was merged into the repository by commit 3595445. The changes were merged into the following branches: main |
This commit exposes a new ng generate schematic that migrates outputs from the decorator version to the output function. PR Close #58299
Remove the usage of MagicString and the generation of intermediate sourcemaps, as sourcemaps are never included in the schematic bundles. Peparing source maps is a CPU / memory intensive and was causing OoO errors in rollup. PR Close #58299
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.