This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babel-helper-remap-async-to-generator
History
Sebastian McKenzie
d730f349e6
v6.0.16
2015-11-02 07:13:43 +00:00
..
src
fix bug where async class methods weren't having their
await
s converted to
yield
s in the async to generator helper -
fixes
#2661
2015-11-02 07:05:00 +00:00
.npmignore
add missing npmignores
2015-10-30 23:45:42 +00:00
package.json
v6.0.16
2015-11-02 07:13:43 +00:00
README.md
flesh out async-to-generator and bluebird-coroutines transformers, add babel-helper-async-to-generator module
2015-10-05 17:25:43 +01:00
README.md
babel-helper-remap-async-to-generator
Usage
TODO