-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
ES6 page should be ready to be updated when Node.js v6 drops. #671
Comments
Should we maybe just start directing people to node.green? |
I thought node.green included some staging flags. We probably do not want to include things that require staging flags IMO |
It does, but there is a toggle (barely visible) at the top of the page to turn off the things that require flags. Perhaps we could ask @williamkapke to make that toggle more evident? Or perhaps visually distinguish the things that do require a flag? |
see: williamkapke/node-compat-table#1 I will change the colors soon (just swamped at the moment). PR welcome ;) |
ok, I'm +1 for removing the page entirely and linking to node.green if we can get work out the flag issue |
Linking #434 |
Also linking #653. |
Linking #488 as well. |
PR is ready: #674. |
Does node.green explain the «shipping»/«staged»/«in progress» status of the features and the It should be moved somehwere, perhaps to a new page. |
@fhemberger: does this mean we should look at hosting node.green as well? |
My 2c would be to keep it separate. |
I think node.green is not a good idea for the page (but is amazing otherwise) because the page should be a lot more reader friendly. |
@benjamingr honestly I think that we will end with something very similar to node.green if we continue #434. |
FYI, I pushed the gold color & percent changes. I am not opposed to turning it over to the node community... that's what I built it for! At minimum, I'd like to have contributors/collaborators. ;) |
I'm in favor with the direction the PR is taking: keeping the part explaining what ES6 is about and then linking to node.green in the "what ES6 features are supported" part. I'm also in favor of the foundation taking over node.green and @williamkapke joining the node foundation and maintaining it from within. |
I'm not sure I would characterize it as "taking it over" :-) We're more Question for @williamkapke: how closely does this follow test262?
|
@jasnell All of the tests are pulled from Kangax's project- so I'm not sure. They are quite active at adding/updating/improving the tests. It is all automatic- tests are pulled and run daily. |
@jasnell The V8 blog has more info on your question about test262.
|
Node.js v6.0.0 is in the rc phase. See nodejs/node#5766 for status updates. This will include a jump to v8 5.0. That jump will greatly increase the amount of ES2015 features and we need to update the ES6 page (https://nodejs.org/en/docs/es6/).
The text was updated successfully, but these errors were encountered: