es7-async-fn

1.0.1 • Public • Published

es7-async-fn

NPM version Build status Test coverage Dependency Status License Downloads Gittip

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i es7-async-fn

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jongleberry