> > > I think you'reright. The fact that `yield` is reserved in ES5 strict mode > is only relevant for non-generator functions. We could (now, but not > latter) reserve another identifier contextually within generator functions. > We just did something similar with `await` within modules. >
So just hypothetically speaking, what would be a good choice for reserved word? I had `input`, but that seems like a too-common identifier.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

