williamkapke / node-compat-table

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

Optional Chaining and Nullish Coalescing Node 14 #76

Closed Whobeu closed 4 years ago

Whobeu commented 4 years ago

The latest nightlies of Node 14 now incorporate V8 8.1. Optional Chaining and Nullish Coalescing no longer require a harmony flag to work and do not throw an error. The ES2020 section of Node.green needs to be updated to remove the "Error" flag under Node 14.0.0.

Conduitry commented 4 years ago

This looks like it's all set now that the auto update script has been fixed (#77).

williamkapke commented 4 years ago

Ah yes. Thanks!