This may also make some library devs happy (link <http://koajs.com/> as an example)
On Wednesday, September 17, 2014 6:39:40 AM UTC-4, Andy Wingo wrote: > > [FYI +blink-dev] > > ES6 defines a new language feature, "generator functions" [1]. > > ES6 generator functions have been shipping in Firefox since version 26 > (December 2013) [2]. Although IE and Safari developers participated > actively in the design of generator functions, and so we expect > generator functions to be implemented by them, we don't know when. > > V8 has had generator functions since June 2013, under the > --harmony-generators flag. The specification has undegone minor changes > since then, to which we have adapted. To our knowledge, the V8 > implementation of generators is specification-compliant, with a few > known bugs that will be fixed [3]. Work to nicely integrate generator > objects with devtools is ongoing [4]. > > Owners: [email protected] <javascript:>, [email protected] <javascript:> > > [1] > http://people.mozilla.org/~jorendorff/es6-draft.html#sec-generator-function-definitions > > [2] https://developer.mozilla.org/en-US/Firefox/Releases/27#JavaScript > [3] http://code.google.com/p/v8/issues/detail?id=3565 > [4] http://code.google.com/p/v8/issues/detail?id=3292 > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
