-
Notifications
You must be signed in to change notification settings - Fork 26.3k
feat(compiler-cli): Adapt the compiler to use standalone by default. #58169
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(compiler-cli): Adapt the compiler to use standalone by default. #58169
Conversation
480c7f9
to
408084f
Compare
408084f
to
5c327a2
Compare
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
Reviewed-for: global-approvers
Caretaker note: presubmit failure looks like a flake to me; I ran a TGP for these changes yesterday and it was green |
This PR was merged into the repository by commit 9ab663e. The changes were merged into the following branches: main |
Use `semver` in the partial compiler to decide on a default value Co-authored-by: Alex Rickabaugh <[email protected]> PR Close #58169
`UpgradeComponent` is meant to be used as a subclass, it doesn't need to disable `standalone`. PR Close #58169
After flipping the standalone default value, this is reflected in the partial output result. PR Close #58169
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. |
On top of #58160 & #58175
This PR flips the default for standalone from
false
totrue
for components, directives and pipes.This PR also includes the necessary changes for the impacted tests as well as other targets that dependens on them (adev, benchmarks etc).