Conversation
83a7b78 to
175ecd5
Compare
There was a problem hiding this comment.
I'll likely send a follow-up PR to refactor the triggers into a map since they aren't allowed to repeat, but for now this should be enough to unblock any further work.
175ecd5 to
a57e371
Compare
AndrewKushnir
left a comment
There was a problem hiding this comment.
@crisbeto looks great 👍
crisbeto
left a comment
There was a problem hiding this comment.
Thank you for the review @AndrewKushnir, I've addressed all of the feedback.
a57e371 to
ae4c422
Compare
ae4c422 to
a3d65e1
Compare
a3d65e1 to
7f96145
Compare
Adds the logic to create `defer`-specific AST nodes from the generic HTML `BlockGroup` and `Block`. The logic for parsing the triggers will be in the next commit.
Adds the logic to parse the `when` and `on` triggers in a deferred block.
7f96145 to
58fa84f
Compare
jessicajaniuk
left a comment
There was a problem hiding this comment.
This looks fantastic! 🍪
There was a problem hiding this comment.
insert highlander joke here
There was a problem hiding this comment.
I would make another highlander joke, but there can be only one.
|
Caretaker note: there's a pending language service review, but the changes there are trivial. |
|
This PR was merged into the repository by commit 76d22ae. |
Adds the logic to parse the `when` and `on` triggers in a deferred block. PR Close #51050
Adds the logic to create `defer`-specific AST nodes from the generic HTML `BlockGroup` and `Block`. The logic for parsing the triggers will be in the next commit. PR Close angular#51050
Adds the logic to parse the `when` and `on` triggers in a deferred block. PR Close angular#51050
|
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. |
Adds the logic to create `defer`-specific AST nodes from the generic HTML `BlockGroup` and `Block`. The logic for parsing the triggers will be in the next commit. PR Close angular#51050
Adds the logic to parse the `when` and `on` triggers in a deferred block. PR Close angular#51050
Adds the logic to create
defer-specific AST nodes from the generic HTMLBlockGroupandBlock.Split across a couple of commits to make it easier to review.