update API reports for TypeScript 5.6

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-08 11:35:44 +01:00
parent 31731b0a80
commit 6070fcfefc
91 changed files with 702 additions and 993 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export function createVersionedContext<
// @public
export function createVersionedContextForTesting(key: string): {
set(versions: { [x: number]: unknown }): void;
set(versions: { [version in number]: unknown }): void;
reset(): void;
};