Skip to content

Commit 1820df1

Browse files
RReversersandersn
authored andcommitted
Update DOM from TSJS-lib-generator (#33753)
This bumps generated bindings to include microsoft/TypeScript-DOM-lib-generator#767. Note that other related APIs were already updated in microsoft/TypeScript-DOM-lib-generator#755 and microsoft/TypeScript-DOM-lib-generator#756 and included in current TypeScript beta. Unfortunately, this one slipped under the radar, but it would be really great to include these changes in beta too for consistency between different WebAssembly methods.
1 parent 0d75038 commit 1820df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19083,7 +19083,7 @@ declare namespace WebAssembly {
1908319083

1908419084
var Instance: {
1908519085
prototype: Instance;
19086-
new(module: Module, importObject?: any): Instance;
19086+
new(module: Module, importObject?: Imports): Instance;
1908719087
};
1908819088

1908919089
interface LinkError {

src/lib/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5609,7 +5609,7 @@ declare namespace WebAssembly {
56095609

56105610
var Instance: {
56115611
prototype: Instance;
5612-
new(module: Module, importObject?: any): Instance;
5612+
new(module: Module, importObject?: Imports): Instance;
56135613
};
56145614

56155615
interface Memory {

0 commit comments

Comments
 (0)