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

document new es6 features from v8 4.2 #1610

Closed
Fishrock123 opened this issue May 4, 2015 · 3 comments
Closed

document new es6 features from v8 4.2 #1610

Fishrock123 opened this issue May 4, 2015 · 3 comments
Labels
doc Issues and PRs related to the documentations. v8 engine Issues and PRs related to the V8 dependency.

Comments

@Fishrock123
Copy link
Member

Classes under strict, object literals, anything else?

/cc @domenic

@mscdex mscdex added doc Issues and PRs related to the documentations. v8 engine Issues and PRs related to the V8 dependency. labels May 4, 2015
@bnoordhuis
Copy link
Member

From here:

Classes and object literals are no longer behind a flag.

Rest parameters, computed property names and Unicode escapes ('\u{xxxx}') are new and behind flags. There is a separate flag for Unicode escapes in regular expressions.

@Fishrock123
Copy link
Member Author

Ah right. Thanks @bnoordhuis.

@Fishrock123
Copy link
Member Author

Doh this was meant to be on the website tracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

3 participants