We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ES2023
lib
1 parent 47d664a commit 251ab25Copy full SHA for 251ab25
packages/tsconfig-reference/copy/en/options/lib.md
@@ -29,6 +29,7 @@ In TypeScript 4.5, lib files can be overridden by npm modules, find out more [in
29
| `ES2020` | Additional APIs available in ES2020 - `string.matchAll`, etc. |
30
| `ES2021` | Additional APIs available in ES2021 - `promise.any`, `string.replaceAll` etc. |
31
| `ES2022` | Additional APIs available in ES2022 - `array.at`, `RegExp.hasIndices`, etc. |
32
+| `ES2023` | Additional APIs available in ES2023 - `array.with`, `array.findLast`, `array.findLastIndex`, `array.toSorted`, `array.toReversed`, etc. |
33
| `ESNext` | Additional APIs available in ESNext - This changes as the JavaScript specification evolves |
34
| `DOM` | [DOM](https://developer.mozilla.org/docs/Glossary/DOM) definitions - `window`, `document`, etc. |
35
| `WebWorker` | APIs available in [WebWorker](https://developer.mozilla.org/docs/Web/API/Web_Workers_API/Using_web_workers) contexts |
0 commit comments