tdumitrescu / virtual-jade

Compile Jade templates to Hyperscript for Virtual DOM libraries
Other
31 stars 4 forks source link

each cannot iterate objects #24

Closed zakj closed 7 years ago

zakj commented 7 years ago

Jade/Pug allows each val, key in {...}: https://pugjs.org/language/iteration.html

tdumitrescu commented 7 years ago

Here you go: https://github.com/tdumitrescu/virtual-jade/pull/25 Care to give it a glance?