|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| lib | há 2 anos atrás | |
| .npmignore | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| package.json | há 2 anos atrás | |
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"]
});