/[sudobot]/trunk/tests/framework/polyfills/Promise.test.ts
ViewVC logotype

Diff of /trunk/tests/framework/polyfills/Promise.test.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 575 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC
# Line 3  import { describe, expect, it } from "vi Line 3  import { describe, expect, it } from "vi
3    
4  declare global {  declare global {
5      interface PromiseConstructor {      interface PromiseConstructor {
6            // @ts-ignore
7          withResolvers?<T>(): PromiseWithResolversReturn<T>;          withResolvers?<T>(): PromiseWithResolversReturn<T>;
8      }      }
9  }  }

Legend:
Removed from v.575  
changed lines
  Added in v.632

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26