4.0.0 • Published 5 years ago

broccoli-regenerator v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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