0.1.0 • Published 10 years ago

generatable v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

generatable

Build Status

Throw a verbose error when ES6 generator functions are not available This is useful mainly for command line applications

Installation

$ npm install generatable

Example

just

require('generatable');
  

If generator functions are unavailable, it will throw an error for you.

Quirks

... todo

Todo

  • Throw a real error, not just a string
  • Find a good web link on enabling harmony/generator compatibility (gnode, regenerator) that we can link as an error message

License

MIT

0.1.0

10 years ago