Lee Byron (2015-02-23T05:58:38.000Z)
Hey all,

I’d like to propose an addition to ES7 to add @@reduced as a way to short-circuit from Array.prototype.reduce.

I’ve written up a polyfill and explanation here:

https://github.com/leebyron/ecma-reduced

I would love your feedback on this.

Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150223/c161395e/attachment.html>
d at domenic.me (2015-03-06T00:48:48.145Z)
I’d like to propose an addition to ES7 to add @@reduced as a way to short-circuit from Array.prototype.reduce.

I’ve written up a polyfill and explanation here: https://github.com/leebyron/ecma-reduced

I would love your feedback on this.