> On 15 Nov 2013, at 08:47, "Kevin Smith" <[email protected]> wrote: > > From the examples I've seen so far in this discussion, it's likely that what > is wanted isn't generator arrows, as much as syntactic support for asyc > functions. Such a function, would, among other things, insure that all > exceptions are converted to rejections, even exceptions occurring "in the > head" (as can occur with argument destructuring and default parameter > evaluation).
+1. Although, the outer-this-capturing nature of arrow functions would probably be nice for some async functions too. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

