Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2e5342c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 27, 2024
1 parent 2fb88dc commit 0e03fcf
Show file tree
Hide file tree
Showing 10 changed files with 177 additions and 31 deletions.
7 changes: 1 addition & 6 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3090,12 +3090,7 @@ declare namespace $ {
}

declare namespace $ {
function $mol_wait_timeout_async(this: $, timeout: number): Promise<void> & {
done: (res: void | PromiseLike<void>) => void;
fail: (error?: any) => void;
} & {
destructor: () => void;
};
function $mol_wait_timeout_async(this: $, timeout: number): Promise<void>;
function $mol_wait_timeout(this: $, timeout: number): void;
}

Expand Down
2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

87 changes: 81 additions & 6 deletions node.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2966,12 +2966,7 @@ declare namespace $ {
}

declare namespace $ {
function $mol_wait_timeout_async(this: $, timeout: number): Promise<void> & {
done: (res: void | PromiseLike<void>) => void;
fail: (error?: any) => void;
} & {
destructor: () => void;
};
function $mol_wait_timeout_async(this: $, timeout: number): Promise<void>;
function $mol_wait_timeout(this: $, timeout: number): void;
}

Expand Down
2 changes: 1 addition & 1 deletion web.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

95 changes: 88 additions & 7 deletions web.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.test.js.map

Large diffs are not rendered by default.

0 comments on commit 0e03fcf

Please sign in to comment.