|
||||
---|---|---|---|---|
.. | ||||
lib | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
.npmignore | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
README.md | 11e3a9652a | %!s(int64=7) %!d(string=hace) años | ||
package.json | 11e3a9652a | %!s(int64=7) %!d(string=hace) años |
Allow parsing of async generator functions.
$ npm install babel-plugin-syntax-async-generators
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-async-generators"]
}
$ babel --plugins syntax-async-generators script.js
require("babel-core").transform("code", {
plugins: ["syntax-async-generators"]
});