williamkapke / node-compat-table

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

Stage 3 Optional Chaining and Nullish Coalescing via Harmony in Node 13 and 14 #71

Closed Whobeu closed 4 years ago

Whobeu commented 4 years ago

The node.green table should show that Stage 3 Optional Chaining and Nullish Coalescing are supported in Node 13 and Node 14 if the Harmony flags, --harmony-optional-chaining and --harmony-nullish, respectively, are specified. I've tested both versions with a simple script and they work fine.

williamkapke commented 4 years ago

I believe this is addressed along with #77

Thanks!