Skip to content
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

Restore SyntaxError description #314

Closed
wants to merge 1 commit into from
Closed

Conversation

anba
Copy link
Contributor

@anba anba commented Jan 22, 2016

And add missing quotes around string literals.
Also amend the strict mode note for class definitions to fix https://bugs.ecmascript.org/show_bug.cgi?id=4497

And add missing quotes around string literals.
Also amend the strict mode note for class definitions to fix https://bugs.ecmascript.org/show_bug.cgi?id=4497
@@ -23607,7 +23606,7 @@
<!-- es6num="19.5.5.4" -->
<emu-clause id="sec-native-error-types-used-in-this-standard-syntaxerror">
<h1>SyntaxError</h1>
<p></p>
<p>Indicates that a parsing error has occurred.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... how did this happen?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was removed in 1181a40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants