babel-plugin-syntax-async-generators

v6.13.0
Allow parsing of async generator functions
babel-plugin

babel-plugin-syntax-async-generators

Allow parsing of async generator functions.

Installation

$ npm install babel-plugin-syntax-async-generators

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["syntax-async-generators"]
}

Via CLI

$ babel --plugins syntax-async-generators script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-async-generators"]
});

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/4/2016

Downloads