>
> function*(a = yield/b/g) {
> a = yield/b/g;
> }
>Why allow yield as an identifier in parameter defaults of generators? Wouldn't it be simpler just to disallow there as well?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

