batiste / pug-vdom

PUG template to HyperScript Virtual DOM
MIT License
18 stars 6 forks source link

while-loop not supported #21

Closed matejcik closed 6 years ago

matejcik commented 6 years ago

Pug's while loop does not work. Error: Node not handled: While

(Otherwise kudos for this project! I'm working on better Pug integration for Vue.js and this was the missing piece. The usual method was basically "use Pug to generate HTML, then process HTML with Vue's compiler", which is stupid and can't actually use Pug's templating features.)

gryphonmyers commented 6 years ago

Yes Vue's "support" of pug is not useful.

I will work on adding this if I find time