|
||||
---|---|---|---|---|
.. | ||||
lib | 11e3a9652a | 7 年 前 | ||
.npmignore | 11e3a9652a | 7 年 前 | ||
README.md | 11e3a9652a | 7 年 前 | ||
package.json | 11e3a9652a | 7 年 前 |
Allow parsing of async functions.
$ npm install babel-plugin-syntax-async-functions
.babelrc
(Recommended).babelrc
{
"plugins": ["syntax-async-functions"]
}
$ babel --plugins syntax-async-functions script.js
require("babel-core").transform("code", {
plugins: ["syntax-async-functions"]
});