Comment on Generator (yield keyword) support in CoffeeScript for Node.jsparentComments−wycats13yGenerators will be an ES6 feature, and therefore libraries written using generators and yield will run on both the server and in browsers.For many use-cases, this is a good enough reason to use them.−olegp13yIn my experience there's very few libraries that would require generators that could run on both the server and in browsers.
Comments
Generators will be an ES6 feature, and therefore libraries written using generators and yield will run on both the server and in browsers.
For many use-cases, this is a good enough reason to use them.
In my experience there's very few libraries that would require generators that could run on both the server and in browsers.