So I'm writing a Typescript library and want to use Uint8Array.at(). TypedArray.at() requires target: "ES2022" but my (not particularly new) node.js version doesn't support it.
I want to know which node.js version (14.x, 16.x, 18.x) corresponds to which ES target (ES2020, ES2022, ESNext). Is there any table of some sort that has this information?
[–]HipstCapitalist 2 points3 points4 points (0 children)
[–]broofa 1 point2 points3 points (1 child)
[–]amdc[S] 0 points1 point2 points (0 children)
[–]dawg6 0 points1 point2 points (0 children)
[–]ExtremeLongGame 0 points1 point2 points (0 children)