1.0.1 • Published 11 years ago
es7-async-fn v1.0.1
es7-async-fn
Fork of es7-async-await for ecstacy usage.
Transformer that converts async functions and await expressions into ECMAScript 6 generator functions and yield expressions.
Note that this transform is only really useful if you know you're targeting a platform that supports generator functions natively. Otherwise, you're better off using Regenerator, since it has the ability to transform async functions into ES5 without creating immediately-invoked GeneratorFunctions.