New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncGenerator* in section 14.5 but missing from appendix A #1291

Closed
erights opened this Issue Aug 19, 2018 · 1 comment

Comments

Projects
None yet
3 participants
@erights

erights commented Aug 19, 2018

http://www.ecma-international.org/ecma-262/9.0/#sec-functions-and-classes
includes definitions for AsyncGenerator(Method|Declaration|Expression|Body)

The Grammar Summary in Appendix A uses these but does not define them.

@jmdyck

This comment has been minimized.

Show comment
Hide comment
@jmdyck

jmdyck Aug 19, 2018

Collaborator

The absence was raised in #1255 and fixed in #1256. The fix should propagate out to Ecma's site next June.

Collaborator

jmdyck commented Aug 19, 2018

The absence was raised in #1255 and fixed in #1256. The fix should propagate out to Ecma's site next June.

@ljharb ljharb closed this Aug 19, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment