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
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(283,12): error TS2554: Expected 2-3 arguments, but got 1.
14
14
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
15
-
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 871 more.
15
+
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 872 more.
16
16
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): 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.
17
17
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
18
18
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/npm.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -584,7 +584,7 @@ node_modules/npm/lib/npm.js(429,38): error TS2339: Property 'config' does not ex
584
584
node_modules/npm/lib/npm.js(439,33): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
585
585
node_modules/npm/lib/npm.js(445,34): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
586
586
node_modules/npm/lib/npm.js(460,13): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
587
-
node_modules/npm/lib/npm.js(465,7): error TS2367: This condition will always return 'false' since the types 'Module | undefined' and '{ "\"../../../tests/cases/user/npm/node_modules/npm/lib/npm\"": typeof internal.EventEmitter; }' have no overlap.
587
+
node_modules/npm/lib/npm.js(465,7): error TS2367: This condition will always return 'false' since the types 'Module | undefined' and '{ "\"../../../tests/cases/user/npm/node_modules/npm/lib/npm\"": typeof EventEmitter.EventEmitter; }' have no overlap.
588
588
node_modules/npm/lib/outdated.js(36,16): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
589
589
node_modules/npm/lib/outdated.js(71,30): error TS2339: Property 'dir' does not exist on type 'typeof EventEmitter'.
590
590
node_modules/npm/lib/outdated.js(74,11): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
node_modules/uglify-js/lib/compress.js(1297,29): error TS2532: Object is possibly 'undefined'.
23
23
node_modules/uglify-js/lib/compress.js(1315,29): error TS2322: Type 'false' is not assignable to type 'number'.
24
24
node_modules/uglify-js/lib/compress.js(1323,29): error TS2322: Type 'false' is not assignable to type 'never'.
25
-
node_modules/uglify-js/lib/compress.js(1438,53): error TS2554: Expected 0 arguments, but got 1.
26
-
node_modules/uglify-js/lib/compress.js(1549,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
27
-
node_modules/uglify-js/lib/compress.js(1573,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
28
-
node_modules/uglify-js/lib/compress.js(1588,46): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
29
-
node_modules/uglify-js/lib/compress.js(1619,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
30
-
node_modules/uglify-js/lib/compress.js(1651,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
31
-
node_modules/uglify-js/lib/compress.js(1667,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
32
-
node_modules/uglify-js/lib/compress.js(1764,42): error TS2554: Expected 0 arguments, but got 1.
33
-
node_modules/uglify-js/lib/compress.js(1795,41): error TS2554: Expected 0 arguments, but got 1.
34
-
node_modules/uglify-js/lib/compress.js(1917,49): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[number, number, ...never[]]'.
25
+
node_modules/uglify-js/lib/compress.js(1441,53): error TS2554: Expected 0 arguments, but got 1.
26
+
node_modules/uglify-js/lib/compress.js(1552,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
27
+
node_modules/uglify-js/lib/compress.js(1576,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
28
+
node_modules/uglify-js/lib/compress.js(1591,46): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
29
+
node_modules/uglify-js/lib/compress.js(1622,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
30
+
node_modules/uglify-js/lib/compress.js(1654,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
31
+
node_modules/uglify-js/lib/compress.js(1670,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
32
+
node_modules/uglify-js/lib/compress.js(1767,42): error TS2554: Expected 0 arguments, but got 1.
33
+
node_modules/uglify-js/lib/compress.js(1798,41): error TS2554: Expected 0 arguments, but got 1.
34
+
node_modules/uglify-js/lib/compress.js(1920,49): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[number, number, ...never[]]'.
35
35
Type 'number[]' is missing the following properties from type '[number, number, ...never[]]': 0, 1
36
-
node_modules/uglify-js/lib/compress.js(2248,59): error TS2554: Expected 0 arguments, but got 1.
37
-
node_modules/uglify-js/lib/compress.js(2286,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[number, number, ...never[]]'.
36
+
node_modules/uglify-js/lib/compress.js(2251,59): error TS2554: Expected 0 arguments, but got 1.
37
+
node_modules/uglify-js/lib/compress.js(2289,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[number, number, ...never[]]'.
38
38
Type 'any[]' is missing the following properties from type '[number, number, ...never[]]': 0, 1
39
-
node_modules/uglify-js/lib/compress.js(2434,34): error TS2554: Expected 0 arguments, but got 1.
40
-
node_modules/uglify-js/lib/compress.js(3148,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
41
-
node_modules/uglify-js/lib/compress.js(3149,25): error TS2531: Object is possibly 'null'.
42
-
node_modules/uglify-js/lib/compress.js(3149,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
43
-
node_modules/uglify-js/lib/compress.js(3149,56): error TS2531: Object is possibly 'null'.
44
-
node_modules/uglify-js/lib/compress.js(3190,42): error TS2554: Expected 0 arguments, but got 1.
45
-
node_modules/uglify-js/lib/compress.js(3269,33): error TS2532: Object is possibly 'undefined'.
46
-
node_modules/uglify-js/lib/compress.js(3676,38): error TS2554: Expected 0 arguments, but got 1.
47
-
node_modules/uglify-js/lib/compress.js(3702,29): error TS2322: Type '"f"' is not assignable to type 'boolean'.
48
-
node_modules/uglify-js/lib/compress.js(3835,33): error TS2554: Expected 0 arguments, but got 1.
49
-
node_modules/uglify-js/lib/compress.js(3888,29): error TS2554: Expected 0 arguments, but got 1.
50
-
node_modules/uglify-js/lib/compress.js(3906,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
51
-
node_modules/uglify-js/lib/compress.js(4021,63): error TS2554: Expected 0 arguments, but got 1.
52
-
node_modules/uglify-js/lib/compress.js(4151,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
53
-
node_modules/uglify-js/lib/compress.js(4247,38): error TS2554: Expected 0 arguments, but got 1.
54
-
node_modules/uglify-js/lib/compress.js(4268,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
55
-
node_modules/uglify-js/lib/compress.js(4278,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
56
-
node_modules/uglify-js/lib/compress.js(4363,32): error TS2554: Expected 0 arguments, but got 1.
57
-
node_modules/uglify-js/lib/compress.js(4602,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead.
58
-
node_modules/uglify-js/lib/compress.js(4670,45): error TS2554: Expected 0 arguments, but got 1.
59
-
node_modules/uglify-js/lib/compress.js(4781,33): error TS2554: Expected 0 arguments, but got 1.
60
-
node_modules/uglify-js/lib/compress.js(4873,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
61
-
node_modules/uglify-js/lib/compress.js(4888,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
62
-
node_modules/uglify-js/lib/compress.js(4999,33): error TS2554: Expected 0 arguments, but got 1.
63
-
node_modules/uglify-js/lib/compress.js(5149,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
64
-
node_modules/uglify-js/lib/compress.js(5242,37): error TS2554: Expected 0 arguments, but got 1.
65
-
node_modules/uglify-js/lib/compress.js(5491,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[string | RegExp, (string | undefined)?]'.
39
+
node_modules/uglify-js/lib/compress.js(2437,34): error TS2554: Expected 0 arguments, but got 1.
40
+
node_modules/uglify-js/lib/compress.js(3206,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
41
+
node_modules/uglify-js/lib/compress.js(3207,25): error TS2531: Object is possibly 'null'.
42
+
node_modules/uglify-js/lib/compress.js(3207,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
43
+
node_modules/uglify-js/lib/compress.js(3207,56): error TS2531: Object is possibly 'null'.
44
+
node_modules/uglify-js/lib/compress.js(3248,42): error TS2554: Expected 0 arguments, but got 1.
45
+
node_modules/uglify-js/lib/compress.js(3327,33): error TS2532: Object is possibly 'undefined'.
46
+
node_modules/uglify-js/lib/compress.js(3734,38): error TS2554: Expected 0 arguments, but got 1.
47
+
node_modules/uglify-js/lib/compress.js(3760,29): error TS2322: Type '"f"' is not assignable to type 'boolean'.
48
+
node_modules/uglify-js/lib/compress.js(3893,33): error TS2554: Expected 0 arguments, but got 1.
49
+
node_modules/uglify-js/lib/compress.js(3946,29): error TS2554: Expected 0 arguments, but got 1.
50
+
node_modules/uglify-js/lib/compress.js(3964,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
51
+
node_modules/uglify-js/lib/compress.js(4079,63): error TS2554: Expected 0 arguments, but got 1.
52
+
node_modules/uglify-js/lib/compress.js(4209,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
53
+
node_modules/uglify-js/lib/compress.js(4305,38): error TS2554: Expected 0 arguments, but got 1.
54
+
node_modules/uglify-js/lib/compress.js(4326,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
55
+
node_modules/uglify-js/lib/compress.js(4336,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
56
+
node_modules/uglify-js/lib/compress.js(4421,32): error TS2554: Expected 0 arguments, but got 1.
57
+
node_modules/uglify-js/lib/compress.js(4660,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead.
58
+
node_modules/uglify-js/lib/compress.js(4728,45): error TS2554: Expected 0 arguments, but got 1.
59
+
node_modules/uglify-js/lib/compress.js(4839,33): error TS2554: Expected 0 arguments, but got 1.
60
+
node_modules/uglify-js/lib/compress.js(4931,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
61
+
node_modules/uglify-js/lib/compress.js(4946,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
62
+
node_modules/uglify-js/lib/compress.js(5057,33): error TS2554: Expected 0 arguments, but got 1.
63
+
node_modules/uglify-js/lib/compress.js(5207,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
64
+
node_modules/uglify-js/lib/compress.js(5300,37): error TS2554: Expected 0 arguments, but got 1.
65
+
node_modules/uglify-js/lib/compress.js(5549,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[string | RegExp, (string | undefined)?]'.
66
66
Property '0' is missing in type 'any[]' but required in type '[string | RegExp, (string | undefined)?]'.
67
-
node_modules/uglify-js/lib/compress.js(5655,45): error TS2554: Expected 0 arguments, but got 1.
68
-
node_modules/uglify-js/lib/compress.js(5662,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; indentation: () => number; current_width: () => number; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; ... 23 more ...; parent: (n: any) => any; }'.
69
-
node_modules/uglify-js/lib/compress.js(5666,36): error TS2532: Object is possibly 'undefined'.
70
-
node_modules/uglify-js/lib/compress.js(5671,41): error TS2339: Property 'get' does not exist on type 'string'.
71
-
node_modules/uglify-js/lib/compress.js(6179,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned.
72
-
node_modules/uglify-js/lib/compress.js(6809,29): error TS2367: This condition will always return 'false' since the types 'boolean' and 'string' have no overlap.
73
-
node_modules/uglify-js/lib/compress.js(6851,47): error TS2554: Expected 0 arguments, but got 1.
74
-
node_modules/uglify-js/lib/compress.js(6932,39): error TS2554: Expected 0 arguments, but got 1.
75
-
node_modules/uglify-js/lib/compress.js(7004,39): error TS2554: Expected 0 arguments, but got 1.
76
-
node_modules/uglify-js/lib/compress.js(7010,41): error TS2554: Expected 0 arguments, but got 1.
77
-
node_modules/uglify-js/lib/compress.js(7497,43): error TS2454: Variable 'property' is used before being assigned.
78
-
node_modules/uglify-js/lib/compress.js(7512,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'.
79
-
node_modules/uglify-js/lib/compress.js(7515,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'.
80
-
node_modules/uglify-js/lib/compress.js(7521,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'.
81
-
node_modules/uglify-js/lib/compress.js(7554,34): error TS2554: Expected 0 arguments, but got 1.
67
+
node_modules/uglify-js/lib/compress.js(5713,45): error TS2554: Expected 0 arguments, but got 1.
68
+
node_modules/uglify-js/lib/compress.js(5720,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; indentation: () => number; current_width: () => number; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; ... 23 more ...; parent: (n: any) => any; }'.
69
+
node_modules/uglify-js/lib/compress.js(5724,36): error TS2532: Object is possibly 'undefined'.
70
+
node_modules/uglify-js/lib/compress.js(5729,41): error TS2339: Property 'get' does not exist on type 'string'.
71
+
node_modules/uglify-js/lib/compress.js(6236,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned.
72
+
node_modules/uglify-js/lib/compress.js(6860,29): error TS2367: This condition will always return 'false' since the types 'boolean' and 'string' have no overlap.
73
+
node_modules/uglify-js/lib/compress.js(6902,47): error TS2554: Expected 0 arguments, but got 1.
74
+
node_modules/uglify-js/lib/compress.js(6983,39): error TS2554: Expected 0 arguments, but got 1.
75
+
node_modules/uglify-js/lib/compress.js(7055,39): error TS2554: Expected 0 arguments, but got 1.
76
+
node_modules/uglify-js/lib/compress.js(7061,41): error TS2554: Expected 0 arguments, but got 1.
77
+
node_modules/uglify-js/lib/compress.js(7548,43): error TS2454: Variable 'property' is used before being assigned.
78
+
node_modules/uglify-js/lib/compress.js(7563,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'.
79
+
node_modules/uglify-js/lib/compress.js(7566,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'.
80
+
node_modules/uglify-js/lib/compress.js(7572,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'.
81
+
node_modules/uglify-js/lib/compress.js(7605,34): error TS2554: Expected 0 arguments, but got 1.
82
82
node_modules/uglify-js/lib/minify.js(186,75): error TS2339: Property 'compress' does not exist on type 'Compressor'.
83
83
node_modules/uglify-js/lib/mozilla-ast.js(566,33): error TS2554: Expected 0 arguments, but got 1.
84
84
node_modules/uglify-js/lib/output.js(459,37): error TS2554: Expected 0 arguments, but got 1.
0 commit comments