refactor(compiler): drop obsolete NgFactory and NgSummary config options#48268
refactor(compiler): drop obsolete NgFactory and NgSummary config options#48268AndrewKushnir wants to merge 1 commit intoangular:mainfrom
Conversation
a30de0a to
1a9b098
Compare
dgp1130
left a comment
There was a problem hiding this comment.
Bazel changes LGTM.
/cc @devversion as he might be interested.
devversion
left a comment
There was a problem hiding this comment.
LGTM for Bazel. Do you plan on doing the same internally, or are the shims still needed there? (I know ngc-wrapped is no longer synced but I still prefer to keep it somewhat in sync at this point)
|
@devversion thanks for the review! I've submitted a change today with a similar cleanup to the internal |
1a9b098 to
a376486
Compare
|
@devversion sorry, I've misunderstood a part of the question. For |
|
Makes sense! thx for clarifying |
The options to generate NgFactory and NgSummary files were added to Ivy for backwards compatibility with ViewEngine. Since ViewEngine was deprecated and removed, the NgFactory and NgSummary files are no longer used as well. This commit drops obsolete options to generate NgFactory and NgSummary files. Also, the logic that generates those files is also removed.
a376486 to
e989c55
Compare
|
TGP. |
|
Caretaker note: @alxhub FYI this PR is reviewed by a couple team members, but waiting for the |
jessicajaniuk
left a comment
There was a problem hiding this comment.
reviewed-for: fw-core, fw-common, fw-upgrade, fw-benchmarks, integration-tests, public-api
|
This PR was merged into the repository by commit 83a6e20. |
|
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. |
The options to generate NgFactory and NgSummary files were added to Ivy for backwards compatibility with ViewEngine. Since ViewEngine was deprecated and removed, the NgFactory and NgSummary files are no longer used as well.
This commit drops obsolete options to generate NgFactory and NgSummary files. Also, the logic that generates those files is removed.
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?