refactor(compiler): Add conditionalCreate instruction#60425
Closed
thePunderWoman wants to merge 2 commits intoangular:mainfrom
Closed
refactor(compiler): Add conditionalCreate instruction#60425thePunderWoman wants to merge 2 commits intoangular:mainfrom
thePunderWoman wants to merge 2 commits intoangular:mainfrom
Conversation
b0f4de3 to
9413c92
Compare
a8f1402 to
7068c8a
Compare
4120a8c to
1f7e02f
Compare
1f7e02f to
d4fa840
Compare
crisbeto
approved these changes
Mar 20, 2025
Member
crisbeto
left a comment
There was a problem hiding this comment.
LGTM for the compiler parts.
alxhub
reviewed
Mar 20, 2025
d4fa840 to
3a43c84
Compare
3a43c84 to
18ad8a1
Compare
This adds a new instruction for dealing with creating conditionals. It ensures flags are set on the TNode for later identification during hydration.
3ce7588 to
3235256
Compare
a9c1c5a to
5a01a15
Compare
5a01a15 to
e89b9a4
Compare
Contributor
Author
|
Caretaker notes: This needs cl/739254495 patched in when it lands. Also, the adev test failure is expected due to the new symbols that the npm package has. So this is safe to merge with that test failing. |
AndrewKushnir
approved these changes
Mar 21, 2025
e89b9a4 to
e8539c7
Compare
This properly cleans up stale control flow branches in the case that branches change between server and client at the same timing as NgIf / NgSwitch. fixes: angular#58670 fixes: angular#60218
e8539c7 to
2376cc3
Compare
Member
|
This PR was merged into the repository by commit 13d1c8a. The changes were merged into the following branches: main |
alxhub
pushed a commit
that referenced
this pull request
Mar 21, 2025
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new instruction for dealing with creating conditionals. It ensures flags are set on the TNode for later identification during hydration.
Does this PR introduce a breaking change?