Alexander, ES6 generators accept any arbitrary values for the first
invocation of "next".  That's not going to change.

On Thu, May 14, 2015 at 3:49 PM Alexander Jones <a...@weej.com> wrote:

> In Python, sending a value other than `None` into the first invocation of
> `send` raises an error. That seems like a reasonable behaviour to me,
> without introducing too much weirdness.
>
>     TypeError: can't send non-None value to a just-started generator
>
> On Thursday, May 14, 2015, Allen Wirfs-Brock <al...@wirfs-brock.com>
> wrote:
>
>> At the March TC39 meeting we agreed that the `function.next` metapropty
>> should be made into a standalone stage 1 proposal.
>>
>> That proposal is now available at:
>> https://github.com/allenwb/ESideas/blob/master/Generator%20metaproperty.md
>>
>>
>> Allen
>>
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to