js2coffee / js2coffee

Compile JavaScript to CoffeeScript

Home Page:http://js2.coffee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for async/await

specious opened this issue · comments

js2coffee version 2.2.0

test.js:

async function f() {}

Error:

test.js:1:6: [error] Unexpected token function