Error when using babel code inside cwise
Opened this issue · 0 comments
Sceat commented
I get an unexpected token error
Reproduce
const test = cwise({
args: ['scalar'],
body: function({ x }) {},
})
test({ x: 0 })
Opened this issue · 0 comments
I get an unexpected token error
const test = cwise({
args: ['scalar'],
body: function({ x }) {},
})
test({ x: 0 })