-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Remove deprecated CompilerOptions.useJit
andCompilerOptions.missingTranslation
properties
#49672
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
Remove deprecated CompilerOptions.useJit
andCompilerOptions.missingTranslation
properties
#49672
Conversation
4c13f03
to
0803d15
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.
Nice work!
Marking as |
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.
reviewed-for: fw-core, fw-migrations, public-api
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.
reviewed-for: public-api
@JeanMeche if we can rebase this, it can land in v17 :D |
0803d15
to
0bb949e
Compare
0bb949e
to
f79a076
Compare
…tions.missingTranslation`. Both properties have been deprecated in v13 and are unused in v16.
…erties `useJit` and `missingTranslation` have been deprecated since v13 and are unused in Ivy. They can be safely removed.
f79a076
to
9d5d12e
Compare
This PR was merged into the repository by commit f0da7c2. |
PR angular#49672 added a g3-flavored migration for compiler option removal, but g3 doesn't use those options at all. So this migration is unnecessary and we can remove it.
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. |
…tions.missingTranslation`. (angular#49672) Both properties have been deprecated in v13 and are unused in v16. PR Close angular#49672
…erties (angular#49672) `useJit` and `missingTranslation` have been deprecated since v13 and are unused in Ivy. They can be safely removed. PR Close angular#49672
useJit
andmissingTranslation
properties have been deprecated since v13 and are unused in Ivy. They can be safely removed.Migration is provided to handle the breaking changes.
Does this PR introduce a breaking change?