broccoli-regeneratordeprecated

Transpile ES2015 generator functions to ES5

Usage no npm install needed!

<script type="module">
  import broccoliRegenerator from 'https://cdn.skypack.dev/broccoli-regenerator';
</script>

README

Deprecated

Use Babel instead.


broccoli-regenerator Build Status

Transpile ES2015 generator functions to ES5 with Regenerator

Issues with the output should be reported on the Regenerator issue tracker.

Install

$ npm install --save-dev broccoli-regenerator

Usage

var regenerator = require('broccoli-regenerator');
tree = regenerator(tree, options);

API

regenerator(tree, [options])

options.includeRuntime

Type: boolean
Default: false

A small runtime library (less than 1KB compressed) is required to provide the wrapGenerator function. You can install it either as a CommonJS module or as a standalone .js file, whichever you prefer.

License

MIT © Sindre Sorhus