jstransformers / jstransformer

Normalize the API of any JSTransformer.
http://npm.im/jstransformer
MIT License
153 stars 12 forks source link

vel #112

Closed tunnckoCore closed 1 year ago

tunnckoCore commented 8 years ago

https://github.com/yoshuawuyts/vel

I'm not completely sure about the testing, how can be done.

tunnckoCore commented 8 years ago

It would be tricky to implement all (more than one) things. e.g.

const el = vel(function (h, state) {
  return h('div', state.foo)
})

and

const el = vel(function (h) {
  return h.html('<div>hello world</div>')
})

and etc.

If no state, it would just return with h.html(str)

webketje commented 1 year ago

Project looks abandoned: last release and significant activity 7 years ago