htmlbars
htmlbars copied to clipboard
[WIP] Rehydration
This WIP PR implements rehydration at the HTMLBars level.
There are a few things we need to do before we can consider the primitive level "complete":
- [x]
templateId
(done in db6462fc7a318d2a5dcae19b4949c38bbda2bd8b) - [ ]
MorphList
- [x] Multiple adjacent text nodes (done in a09bed6e7e1c72952ab0b5fee4976751c88e1ef1)
- [x] Empty text nodes
- [ ] Dynamic templates (aka
ManualElement
)
:tada: