| 
				
					 | 
			2 yıl önce | |
|---|---|---|
| .. | ||
| lib | 2 yıl önce | |
| .npmignore | 2 yıl önce | |
| README.md | 2 yıl önce | |
| package.json | 2 yıl önce | |
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"]
});