You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'void' is not assignable to type 'undefined'.
12
12
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
13
13
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
14
-
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 889 more.
14
+
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 787 more.
15
15
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,55): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
16
16
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
17
17
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(266,32): error TS2339: Property 'createChild' does not exist on type 'Element'.
6131
6131
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(271,14): error TS2339: Property 'createChild' does not exist on type 'Element'.
6132
6132
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(272,33): error TS2339: Property 'createChild' does not exist on type 'Element'.
6133
+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(277,14): error TS2339: Property 'createChild' does not exist on type 'Element'.
6134
+
node_modules/chrome-devtools-frontend/front_end/emulation/MediaQueryInspector.js(281,32): error TS2339: Property 'createChild' does not exist on type 'Element'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(125,23): error TS2345: Argument of type 'Set<any> | undefined' is not assignable to parameter of type 'Set<any>'.
7
7
Type 'undefined' is not assignable to type 'Set<any>'.
8
8
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(127,18): error TS2769: No overload matches this call.
9
-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
10
-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
11
-
Type 'null' is not assignable to type 'Timeout'.
9
+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
10
+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
11
+
Type 'null' is not assignable to type 'string | number | Timeout | undefined'.
12
12
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
13
13
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
14
14
Type 'null' is not assignable to type 'number | undefined'.
15
15
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(143,18): error TS2769: No overload matches this call.
16
-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
17
-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
18
-
Type 'null' is not assignable to type 'Timeout'.
16
+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
17
+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
19
18
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
20
19
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
21
20
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(162,18): error TS2769: No overload matches this call.
22
-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
23
-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
24
-
Type 'null' is not assignable to type 'Timeout'.
21
+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
22
+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
25
23
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
26
24
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
27
25
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(192,20): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'.
0 commit comments