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
pyright-internal: src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
4
+
pyright-internal: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
5
+
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
6
+
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
7
+
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
8
+
pyright-internal: Type '{}' is not assignable to type 'T | readonly T[]'.
9
+
pyright-internal: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
10
+
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
11
+
pyright-internal: src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
12
+
pyright-internal: Type 'T | readonly T[]' is not assignable to type 'T'.
13
+
pyright-internal: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
14
+
pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
15
+
pyright: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
16
+
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
17
+
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
18
+
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
19
+
pyright: Type '{}' is not assignable to type 'T | readonly T[]'.
20
+
pyright: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
21
+
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
22
+
pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
23
+
pyright: Type 'T | readonly T[]' is not assignable to type 'T'.
24
+
pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
25
+
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call.
26
+
vscode-pyright: Overload 1 of 2, '(to: (T | readonly T[])[], from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[]', gave the following error.
27
+
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
28
+
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'.
29
+
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'.
30
+
vscode-pyright: Type '{}' is not assignable to type 'T | readonly T[]'.
31
+
vscode-pyright: Overload 2 of 2, '(to: (T | readonly T[])[] | undefined, from: readonly (T | readonly T[])[] | undefined, start?: number | undefined, end?: number | undefined): (T | readonly T[])[] | undefined', gave the following error.
32
+
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'.
33
+
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'.
34
+
vscode-pyright: Type 'T | readonly T[]' is not assignable to type 'T'.
35
+
vscode-pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'.
3
36
4
37
5
38
6
39
Standard error:
7
40
lerna notice cli vX.X.X
8
41
lerna info Executing command in 3 packages: "tsc --noEmit"
42
+
lerna ERR! Received non-zero exit code 2 during execution
9
43
lerna success exec Executed command in 3 packages: "tsc --noEmit"
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9): Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists
7
7
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
8
8
9
9
10
10
11
11
Standard error:
12
-
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
13
-
[XX:XX:XX] 'compile' errored after
12
+
[XX:XX:XX] 'compile' errored after ?s
14
13
[XX:XX:XX] Error: Found 1 errors
15
14
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
16
15
at _end (/vscode/node_modules/through/index.js:65:9)
17
16
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
18
17
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10)
19
-
at Object.onceWrapper (events.js:286:20)
20
-
at StreamFilter.emit (events.js:203:15)
21
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
18
+
at Object.onceWrapper (events.js:519:28)
19
+
at StreamFilter.emit (events.js:412:35)
20
+
at StreamFilter.emit (domain.js:537:15)
22
21
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
23
-
at process._tickCallback (internal/process/next_tick.js:63:19)
22
+
at processTicksAndRejections (internal/process/task_queues.js:82:21)
23
+
at runNextTicks (internal/process/task_queues.js:64:3)
Copy file name to clipboardExpand all lines: tests/baselines/reference/docker/xterm.js.log
+1-21
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,9 @@ Standard output:
3
3
4
4
> xterm@X.X.X build /xtermjs
5
5
> tsc -b ./tsconfig.all.json
6
-
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
8
-
The file is in the program because:
9
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
10
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11
-
The file is in the program because:
12
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
13
6
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
14
7
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
15
-
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
16
-
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
8
+
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
17
9
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
18
10
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
19
11
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
node_modules/clone/clone.js(186,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'string', but here has type 'number'.
8
8
node_modules/clone/clone.js(186,23): error TS2365: Operator '<' cannot be applied to types 'string' and 'number'.
9
9
node_modules/clone/clone.js(186,52): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type.
10
-
node_modules/clone/clone.js(255,35): error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/graceful-fs.log
+11-11
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ node_modules/graceful-fs/graceful-fs.js(74,30): error TS2345: Argument of type '
11
11
node_modules/graceful-fs/graceful-fs.js(86,13): error TS2554: Expected 0 arguments, but got 1.
12
12
node_modules/graceful-fs/graceful-fs.js(97,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
13
13
node_modules/graceful-fs/graceful-fs.js(99,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
14
-
node_modules/graceful-fs/graceful-fs.js(217,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
15
-
node_modules/graceful-fs/graceful-fs.js(218,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
16
-
node_modules/graceful-fs/graceful-fs.js(238,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
17
-
node_modules/graceful-fs/graceful-fs.js(248,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
18
-
node_modules/graceful-fs/graceful-fs.js(282,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19
-
node_modules/graceful-fs/graceful-fs.js(305,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20
-
node_modules/graceful-fs/graceful-fs.js(353,9): error TS2554: Expected 0 arguments, but got 3.
21
-
node_modules/graceful-fs/graceful-fs.js(397,11): error TS2554: Expected 0 arguments, but got 3.
22
-
node_modules/graceful-fs/graceful-fs.js(401,11): error TS2554: Expected 0 arguments, but got 3.
23
-
node_modules/graceful-fs/graceful-fs.js(416,13): error TS2554: Expected 0 arguments, but got 3.
14
+
node_modules/graceful-fs/graceful-fs.js(236,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
15
+
node_modules/graceful-fs/graceful-fs.js(237,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
16
+
node_modules/graceful-fs/graceful-fs.js(257,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
17
+
node_modules/graceful-fs/graceful-fs.js(267,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
18
+
node_modules/graceful-fs/graceful-fs.js(301,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
19
+
node_modules/graceful-fs/graceful-fs.js(324,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
20
+
node_modules/graceful-fs/graceful-fs.js(372,9): error TS2554: Expected 0 arguments, but got 3.
21
+
node_modules/graceful-fs/graceful-fs.js(416,11): error TS2554: Expected 0 arguments, but got 3.
22
+
node_modules/graceful-fs/graceful-fs.js(420,11): error TS2554: Expected 0 arguments, but got 3.
23
+
node_modules/graceful-fs/graceful-fs.js(435,13): error TS2554: Expected 0 arguments, but got 3.
24
24
node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Stream'.
25
25
Type 'ReadStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
26
26
node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/grunt.log
+29-13
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,35 @@ lib/grunt/fail.js(28,35): error TS2339: Property 'red' does not exist on type 's
14
14
lib/grunt/fail.js(35,13): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
15
15
lib/grunt/fail.js(61,14): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
16
16
lib/grunt/file.js(35,39): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
17
-
Type 'IArguments' is missing the following properties from type 'string[]': pop, push, concat, join, and 26 more.
17
+
Type 'IArguments' is missing the following properties from type 'string[]': pop, push, concat, join, and 27 more.
18
18
lib/grunt/file.js(87,33): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[options?: any, patterns?: any, filepaths?: any]'.
19
19
lib/grunt/file.js(182,13): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
20
+
lib/grunt/file.js(186,91): error TS2571: Object is of type 'unknown'.
21
+
lib/grunt/file.js(224,85): error TS2571: Object is of type 'unknown'.
20
22
lib/grunt/file.js(234,25): error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string'.
21
23
Type 'Buffer' is not assignable to type 'string'.
24
+
lib/grunt/file.js(239,74): error TS2571: Object is of type 'unknown'.
25
+
lib/grunt/file.js(263,74): error TS2571: Object is of type 'unknown'.
22
26
lib/grunt/file.js(270,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
23
-
lib/grunt/file.js(333,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
24
-
lib/grunt/file.js(344,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
25
-
lib/grunt/file.js(346,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
26
-
lib/grunt/file.js(361,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
27
-
lib/grunt/file.js(365,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
28
-
lib/grunt/file.js(385,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
29
-
lib/grunt/file.js(391,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
30
-
lib/grunt/file.js(405,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
31
-
lib/grunt/file.js(411,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
32
-
lib/grunt/file.js(417,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
33
-
lib/grunt/file.js(444,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
34
-
lib/grunt/file.js(454,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
27
+
lib/grunt/file.js(288,86): error TS2571: Object is of type 'unknown'.
28
+
lib/grunt/file.js(341,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29
+
lib/grunt/file.js(352,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30
+
lib/grunt/file.js(354,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31
+
lib/grunt/file.js(369,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32
+
lib/grunt/file.js(373,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33
+
lib/grunt/file.js(387,75): error TS2571: Object is of type 'unknown'.
34
+
lib/grunt/file.js(393,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35
+
lib/grunt/file.js(399,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36
+
lib/grunt/file.js(403,9): error TS2571: Object is of type 'unknown'.
37
+
lib/grunt/file.js(407,85): error TS2571: Object is of type 'unknown'.
38
+
lib/grunt/file.js(413,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39
+
lib/grunt/file.js(419,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40
+
lib/grunt/file.js(425,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41
+
lib/grunt/file.js(452,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42
+
lib/grunt/file.js(463,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43
+
lib/grunt/file.js(467,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44
+
lib/grunt/file.js(472,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45
+
lib/grunt/file.js(477,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35
46
lib/grunt/help.js(58,40): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
36
47
lib/grunt/help.js(59,19): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
37
48
lib/grunt/help.js(81,9): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'. Did you mean 'tasks'?
@@ -68,8 +79,11 @@ lib/grunt/task.js(241,23): error TS2339: Property 'config' does not exist on typ
68
79
lib/grunt/task.js(248,29): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
69
80
lib/grunt/task.js(273,27): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
70
81
lib/grunt/task.js(274,25): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
82
+
lib/grunt/task.js(278,21): error TS2571: Object is of type 'unknown'.
71
83
lib/grunt/task.js(285,35): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
84
+
lib/grunt/task.js(331,48): error TS2571: Object is of type 'unknown'.
72
85
lib/grunt/task.js(348,23): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
86
+
lib/grunt/task.js(354,29): error TS2571: Object is of type 'unknown'.
73
87
lib/grunt/task.js(361,13): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
74
88
lib/grunt/task.js(377,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
75
89
lib/grunt/task.js(390,19): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
@@ -95,6 +109,8 @@ lib/grunt/template.js(30,22): error TS2339: Property 'opener' does not exist on
95
109
lib/grunt/template.js(31,39): error TS2339: Property 'closer' does not exist on type '{}'.
96
110
lib/grunt/template.js(33,14): error TS2339: Property 'lodash' does not exist on type '{}'.
97
111
lib/grunt/template.js(60,50): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
112
+
lib/grunt/template.js(85,5): error TS2571: Object is of type 'unknown'.
113
+
lib/grunt/template.js(85,69): error TS2571: Object is of type 'unknown'.
98
114
lib/grunt/template.js(86,11): error TS2339: Property 'warn' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
99
115
lib/grunt/template.js(86,25): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
100
116
lib/util/task.js(161,36): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
0 commit comments