shama / yo-yoify

Transform choo, yo-yo or bel template strings into pure and fast document calls
111 stars 17 forks source link

error with interpolating objects #44

Open yoshuawuyts opened 7 years ago

yoshuawuyts commented 7 years ago

The following code works with bel but fails in yo-yoify:

var html = require('bel')
var props = { foo: 'bar' }
var el = html`<div ${props}></div>`

We should probs look into this

goto-bus-stop commented 7 years ago

fixed by #55