-
Notifications
You must be signed in to change notification settings - Fork 26.3k
fix(ngcc): rename the executable from ivy-ngcc
to ngcc
#33140
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
Conversation
You can preview 179a4dd at https://pr33140-179a4dd.ngbuilds.io/. |
179a4dd
to
3a74d6b
Compare
You can preview 3a74d6b at https://pr33140-3a74d6b.ngbuilds.io/. |
With angular/angular#33140, the Angular Compatibility Compiler executable will be renamed from `ivy-ngcc` to `ngcc`.
Previously, the executable for the Angular Compatibility Compiler (`ngcc`) was called `ivy-ngcc`. This would be confusing for users not familiar with our internal terminology, especially given that we call it `ngcc` in all our docs and presentations. This commit renames the executable to `ngcc` and replaces `ivy-ngcc` with a script that errors with an informative message (prompting the user to use `ngcc` instead). Jira issue: [FW-1624](https://angular-team.atlassian.net/browse/FW-1624)
3a74d6b
to
417a6fc
Compare
You can preview 417a6fc at https://pr33140-417a6fc.ngbuilds.io/. |
BTW, we might need more changes if #32999 lands first. |
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.
Assuming @alxhub is happy, I'm happy.
merge-assistance: global approval |
With angular/angular#33140, the Angular Compatibility Compiler executable will be renamed from `ivy-ngcc` to `ngcc`.
With angular/angular#33140, the Angular Compatibility Compiler executable will be renamed from `ivy-ngcc` to `ngcc`.
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. |
Previously, the executable for the Angular Compatibility Compiler (
ngcc
) was calledivy-ngcc
. This would be confusing for users not familiar with our internal terminology, especially given that we call itngcc
in all our docs and presentations.This commit renames the executable to
ngcc
and replacesivy-ngcc
with a script that errors with an informative message (prompting the user to usengcc
instead).Jira issue: FW-1624
Related PR: angular/angular-cli#15840