Closed leobalter closed 7 years ago
Oh, I see! So without this fix async function* () {}
would be syntactically invalid, right? If so, good catch! (If not, I'm still missing something...)
So without this fix async function* () {} would be syntactically invalid, right?
yes
Thanks!
I'm already writing a few tests including unnamed async generator expressions. I should have a (huge) PR open today or tomorrow.
Fixes #95
cc @domenic, it's easier to write this patch to show the exact part I'm asking on #95.
Considering your feedback, I believe this optional flag is missing here.
ref: GeneratorExpression