williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

[feature] Sidebar with links to each ES version #81

Open thiagodp opened 3 years ago

thiagodp commented 3 years ago

Currently, the page header shows a clickable link to ES2015 (called "Node.js ES2015 Support").

image

Instead, it could show a toggle button that displays a sidebar with each available ES version. Something like this (when it's opened):

image

atian25 commented 3 years ago

+1 for this.

and could use it to filter the table.

scene: when configuring eslint's ecmaVersion, need to figure up the special node version support

williamkapke commented 3 years ago

Cool. Any interest in creating a PR for this?

thiagodp commented 3 years ago

@williamkapke Sorry, not used to work with pug (and no time to learn it now).