smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Replace parentTdBody, tdBody, indexPath with a FrameStack #134

Closed jimmyhchan closed 8 years ago

jimmyhchan commented 8 years ago

the value of the framestack inside of instructions being [inner, outer] might make more sense as [before, after] this might change when we eventually rejigger the generateJS step.

Next steps

smfoote commented 8 years ago

This looks really good. I would love to see blockIndex pulled out as well, and made somehow extensible. As far as I can tell, that is the last piece before blocks and inline-partials can become true extensions.