We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grammar:
__proto__
super
new.target
"\u{123456}"
parseScript
parseModule
Verification:
Create an issue (or comment on an existing one) if you want to start working on one.
The text was updated successfully, but these errors were encountered:
michaelficarra
No branches or pull requests
Grammar:
__proto__
) strict mode restriction (ES6: remove duplicate object property (besides __proto__) restriction #28)super
calls andsuper
member accesses (ES6: SuperCalls and SuperProperty #100)new.target
(ES6: new.target #101)"\u{123456}"
(ES6: extended unicode escapes in strings, templates, and regexps "\u{123456}" #78)validate surrogate pairs in strings, templates, and regexps(deferred)parseScript
andparseModule
interfaces (ES6: AddparseModule
interface #98)Verification:
Create an issue (or comment on an existing one) if you want to start working on one.
The text was updated successfully, but these errors were encountered: