Caleb Eby

Results 107 comments of Caleb Eby

Hm. `detective-es6` uses `node-source-walk`, which uses `babylon`. Babylon supports `async`/`await`. I'm not sure why this isn't working. A useful feature of `auto-install` would be to print the syntax error, rather...

OK, I did some digging. The error is coming from `detective`, not `detective-es6`. `detective` uses `acorn` instead of `babylon`, but `acorn` supports `async`/`await` as well

Can you explain what this would input and output? Is this even a transpiler?

:confused:

:+1:

I would really like to get this implemented. @jstransformers/core should we output the source map in a `sourceMap` property in the output object? ```js var coffee = require('jstransformer')(require('jstransformer-coffee')) coffee.render('n =...

@tunnckoCore https://github.com/andreypopp/jstransformify