williamkapke / node-compat-table

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

Add ES2021 features #79

Closed aryehb closed 3 years ago

aryehb commented 3 years ago

The following features are part of ES2021 and are supported in Node v15+. They are already listed in Kangax's table:

chharvey commented 3 years ago

@aryehb also AggregateError

williamkapke commented 3 years ago

I found the issue. See: https://github.com/williamkapke/node-compat-table/commit/fef7ba207fb39c9e25421f9407dc2dd79c6a6271

I guess when I wrote that code I was thinking 2020 was far enough in the future!

Thanks for reporting this. It should update tonight with its nightly test run. I'll check on it tomorrow to be sure.

williamkapke commented 3 years ago

I'm glad I checked today- I missed the change needed in the PUG template. Updated/rebuilt... node.green now shows 2021 👍