htmlbars icon indicating copy to clipboard operation
htmlbars copied to clipboard

[WIP] Rehydration

Open wycats opened this issue 9 years ago • 1 comments

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)

wycats avatar Aug 18 '15 18:08 wycats

:tada:

mmun avatar Aug 18 '15 19:08 mmun