DEV Community

Discussion on: ES2022 Preview: 10 Exciting JavaScript Language Features From 2021

Collapse
 
robpalmer2 profile image
Rob Palmer

Thanks for writing up this summary.

One minor improvement: the article currently says that both...

  • "Existence Checks For Private Fields"
  • "Static Class Initialization Blocks"

...are not supported in Node. These features shipped in V8 9.1 and then landed in Node 16.4.

Also, Error.cause shipped in V8 9.3 and then landed in Node 16.9.

Collapse
 
lgrammel profile image
Lars Grammel • Edited

Thanks for the correction. I have updated the article. I based my research on the data from MDN, believing it is accurate.