Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 éve
..
src 653318b7e4 Always transform for-await in async functions. (#7446) 6 éve
test 653318b7e4 Always transform for-await in async functions. (#7446) 6 éve
.npmignore 7a1ccf076c Misc (#5545) 7 éve
README.md b445b79734 Refactor move docs (#8108) 6 éve
package.json 90566103a6 v7.0.0-beta.49 6 éve

README.md

@babel/plugin-transform-async-to-generator

Turn async functions into ES2015 generators

See our website @babel/plugin-transform-async-to-generator for more information.

Install

Using npm:

npm install --save @babel/plugin-transform-async-to-generator

or using yarn:

yarn add --save @babel/plugin-transform-async-to-generator