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

Editorial: Clarification on auto semicolon insertion #1254

Open
crlf0710 opened this Issue Jul 7, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@crlf0710

crlf0710 commented Jul 7, 2018

Hello, I think the spec text should mention that the ";" rule of ClassElement can not use an auto inserted semicolon. While this conclusion can be actually deduced from the current syntax rules(e.g. adding semicolon there will not change an offending token into an accepted one so syntax error still will happen), it's not very obvious at first sight.

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