node-compat-table
node-compat-table copied to clipboard
node.green - Node.js ECMAScript compatibility tables
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
```js function(){ try { eval('var d = function d([d]) { return d };if (d([true]) !== true) return false;'); } catch (e) { return !(e instanceof SyntaxError); } try { eval('var...
Errors
Checkbox "supported versions only" (9.x, latest in 8.x line, latest in 6.x line, latest in 4.x line) would be really nice.
Currently, the page header shows a clickable link to ES2015 (called "Node.js ES2015 Support").  Instead, it could show a toggle button that displays a sidebar with each available ES...
It would be very helpful if node.green displayed the release date for each version of Node.js, either above/below the `X% compatible` or on Node.js version mouse hover. This would help...
Just like Nightly, can you also write which node version is the stable, LTS, end-of-support? 
Hi, It seems for-await-of loops is still experimental in Node v10.x. But the site shows as `yes`. Is it correct? I thought it should show with `flag` property. https://nodejs.org/download/nightly/v10.0.0-nightly2018033083d44bee01/docs/api/stream.html#stream_readable_asynciterator Thanks
According to the Node.green table, Node 4.9.1 does not support classes, but it does? ``` borisov@glossy:~ $ sudo docker run -it mhart/alpine-node:4 node > process.versions { http_parser: '2.8.0', node: '4.9.1',...