All Projects → benjamn → es7-async-await

benjamn / es7-async-await

Licence: MIT license
Transformer that converts async functions and await expressions into ECMAScript 6 generator functions and yield expressions

Programming Languages

javascript
184084 projects - #8 most used programming language

es7-async-await

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].