I get an unexpected token error ##### Reproduce ```js const test = cwise({ args: ['scalar'], body: function({ x }) {}, }) test({ x: 0 }) ```