Skip to content

Commit 251ab25

Browse files
authored
feat(docs): add docs for ES2023 option for lib (#3185)
1 parent 47d664a commit 251ab25

File tree

1 file changed

+1
-0
lines changed
  • packages/tsconfig-reference/copy/en/options

1 file changed

+1
-0
lines changed

packages/tsconfig-reference/copy/en/options/lib.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In TypeScript 4.5, lib files can be overridden by npm modules, find out more [in
2929
| `ES2020` | Additional APIs available in ES2020 - `string.matchAll`, etc. |
3030
| `ES2021` | Additional APIs available in ES2021 - `promise.any`, `string.replaceAll` etc. |
3131
| `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. |
3233
| `ESNext` | Additional APIs available in ESNext - This changes as the JavaScript specification evolves |
3334
| `DOM` | [DOM](https://developer.mozilla.org/docs/Glossary/DOM) definitions - `window`, `document`, etc. |
3435
| `WebWorker` | APIs available in [WebWorker](https://developer.mozilla.org/docs/Web/API/Web_Workers_API/Using_web_workers) contexts |

0 commit comments

Comments
 (0)