google / traceur-compiler

Traceur is a JavaScript.next-to-JavaScript-of-today compiler
Apache License 2.0
8.17k stars 580 forks source link

Add support for transforming async functions into generators #2001

Closed arv closed 8 years ago

arv commented 8 years ago

Now that most browsers supports generators natively we should add an option to transform async functions into generators and wrap.

arv commented 8 years ago

Duplicate of #1780