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
[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-21Lines changed: 1 addition & 21 deletions
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.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/grunt.log
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,27 @@ 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")'.
27
+
lib/grunt/file.js(288,86): error TS2571: Object is of type 'unknown'.
23
28
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
29
lib/grunt/file.js(344,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
25
30
lib/grunt/file.js(346,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
26
31
lib/grunt/file.js(361,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
27
32
lib/grunt/file.js(365,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33
+
lib/grunt/file.js(379,75): error TS2571: Object is of type 'unknown'.
28
34
lib/grunt/file.js(385,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
29
35
lib/grunt/file.js(391,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36
+
lib/grunt/file.js(395,9): error TS2571: Object is of type 'unknown'.
37
+
lib/grunt/file.js(399,85): error TS2571: Object is of type 'unknown'.
30
38
lib/grunt/file.js(405,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
31
39
lib/grunt/file.js(411,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
32
40
lib/grunt/file.js(417,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
@@ -68,8 +76,11 @@ lib/grunt/task.js(241,23): error TS2339: Property 'config' does not exist on typ
68
76
lib/grunt/task.js(248,29): error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
69
77
lib/grunt/task.js(273,27): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
70
78
lib/grunt/task.js(274,25): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
79
+
lib/grunt/task.js(278,21): error TS2571: Object is of type 'unknown'.
71
80
lib/grunt/task.js(285,35): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
81
+
lib/grunt/task.js(331,48): error TS2571: Object is of type 'unknown'.
72
82
lib/grunt/task.js(348,23): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
83
+
lib/grunt/task.js(354,29): error TS2571: Object is of type 'unknown'.
73
84
lib/grunt/task.js(361,13): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
74
85
lib/grunt/task.js(377,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
75
86
lib/grunt/task.js(390,19): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
@@ -95,6 +106,8 @@ lib/grunt/template.js(30,22): error TS2339: Property 'opener' does not exist on
95
106
lib/grunt/template.js(31,39): error TS2339: Property 'closer' does not exist on type '{}'.
96
107
lib/grunt/template.js(33,14): error TS2339: Property 'lodash' does not exist on type '{}'.
97
108
lib/grunt/template.js(60,50): error TS2339: Property 'config' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
109
+
lib/grunt/template.js(85,5): error TS2571: Object is of type 'unknown'.
110
+
lib/grunt/template.js(85,69): error TS2571: Object is of type 'unknown'.
98
111
lib/grunt/template.js(86,11): error TS2339: Property 'warn' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
99
112
lib/grunt/template.js(86,25): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
100
113
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[]]'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/npm.log
+36-41Lines changed: 36 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ lib/commands/ci.js(18,16): error TS2769: No overload matches this call.
45
45
The last overload gave the following error.
46
46
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
47
47
lib/commands/ci.js(24,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'CI'.
48
-
lib/commands/ci.js(34,11): error TS2339: Property 'code' does not exist on type 'Error'.
49
-
lib/commands/ci.js(50,13): error TS2339: Property 'verbose' does not exist on type '{}'.
48
+
lib/commands/ci.js(35,11): error TS2339: Property 'code' does not exist on type 'Error'.
49
+
lib/commands/ci.js(51,13): error TS2339: Property 'verbose' does not exist on type '{}'.
50
50
lib/commands/completion.js(49,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Completion'.
51
51
lib/commands/completion.js(60,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
52
52
Type 'undefined' is not assignable to type 'string'.
@@ -82,26 +82,24 @@ lib/commands/dist-tag.js(169,11): error TS2339: Property 'error' does not exist
82
82
lib/commands/dist-tag.js(177,24): error TS2532: Object is possibly 'undefined'.
83
83
lib/commands/docs.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Docs'.
84
84
lib/commands/docs.js(37,9): error TS2339: Property 'silly' does not exist on type '{}'.
85
-
lib/commands/doctor.js(42,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Doctor'.
86
-
lib/commands/doctor.js(47,9): error TS2339: Property 'info' does not exist on type '{}'.
87
-
lib/commands/doctor.js(95,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
88
-
lib/commands/doctor.js(95,36): error TS2538: Type 'any[]' cannot be used as an index type.
89
-
lib/commands/doctor.js(97,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
90
-
lib/commands/doctor.js(109,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
85
+
lib/commands/doctor.js(41,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Doctor'.
86
+
lib/commands/doctor.js(46,9): error TS2339: Property 'info' does not exist on type '{}'.
87
+
lib/commands/doctor.js(98,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
88
+
lib/commands/doctor.js(98,36): error TS2538: Type 'any[]' cannot be used as an index type.
89
+
lib/commands/doctor.js(100,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
90
+
lib/commands/doctor.js(112,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
91
91
Type 'string' is not assignable to type 'boolean'.
92
-
lib/commands/doctor.js(115,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
93
-
lib/commands/doctor.js(141,25): error TS2339: Property 'newItem' does not exist on type '{}'.
94
-
lib/commands/doctor.js(147,27): error TS2571: Object is of type 'unknown'.
95
-
lib/commands/doctor.js(148,15): error TS2571: Object is of type 'unknown'.
96
-
lib/commands/doctor.js(148,41): error TS2571: Object is of type 'unknown'.
97
-
lib/commands/doctor.js(150,15): error TS2571: Object is of type 'unknown'.
98
-
lib/commands/doctor.js(158,25): error TS2339: Property 'newItem' does not exist on type '{}'.
99
-
lib/commands/doctor.js(177,25): error TS2339: Property 'newItem' does not exist on type '{}'.
100
-
lib/commands/doctor.js(206,7): error TS2322: Type 'number' is not assignable to type 'null'.
92
+
lib/commands/doctor.js(118,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
93
+
lib/commands/doctor.js(145,25): error TS2339: Property 'newItem' does not exist on type '{}'.
94
+
lib/commands/doctor.js(151,27): error TS2571: Object is of type 'unknown'.
95
+
lib/commands/doctor.js(152,15): error TS2571: Object is of type 'unknown'.
96
+
lib/commands/doctor.js(152,41): error TS2571: Object is of type 'unknown'.
97
+
lib/commands/doctor.js(154,15): error TS2571: Object is of type 'unknown'.
98
+
lib/commands/doctor.js(162,25): error TS2339: Property 'newItem' does not exist on type '{}'.
99
+
lib/commands/doctor.js(181,25): error TS2339: Property 'newItem' does not exist on type '{}'.
101
100
lib/commands/doctor.js(211,25): error TS2339: Property 'newItem' does not exist on type '{}'.
102
-
lib/commands/doctor.js(240,27): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
103
-
lib/commands/doctor.js(273,25): error TS2339: Property 'newItem' does not exist on type '{}'.
104
-
lib/commands/doctor.js(286,25): error TS2339: Property 'newItem' does not exist on type '{}'.
101
+
lib/commands/doctor.js(276,25): error TS2339: Property 'newItem' does not exist on type '{}'.
102
+
lib/commands/doctor.js(289,25): error TS2339: Property 'newItem' does not exist on type '{}'.
105
103
lib/commands/edit.js(13,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Edit'.
106
104
lib/commands/exec.js(40,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Exec'.
107
105
lib/commands/exec.js(50,24): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
@@ -149,8 +147,8 @@ lib/commands/init.js(161,15): error TS2339: Property 'info' does not exist on ty
149
147
lib/commands/install-ci-test.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallCITest'.
150
148
lib/commands/install-test.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallTest'.
151
149
lib/commands/install.js(16,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Install'.
152
-
lib/commands/install.js(121,15): error TS2339: Property 'warn' does not exist on type '{}'.
153
-
lib/commands/install.js(142,11): error TS2339: Property 'warn' does not exist on type '{}'.
150
+
lib/commands/install.js(124,15): error TS2339: Property 'warn' does not exist on type '{}'.
151
+
lib/commands/install.js(145,11): error TS2339: Property 'warn' does not exist on type '{}'.
154
152
lib/commands/link.js(16,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Link'.
155
153
lib/commands/ll.js(4,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'LL'.
156
154
lib/commands/logout.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Logout'.
@@ -168,17 +166,11 @@ lib/commands/outdated.js(262,9): error TS2571: Object is of type 'unknown'.
168
166
lib/commands/outdated.js(263,9): error TS2571: Object is of type 'unknown'.
169
167
lib/commands/outdated.js(264,9): error TS2571: Object is of type 'unknown'.
170
168
lib/commands/owner.js(11,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Owner'.
171
-
lib/commands/owner.js(106,11): error TS2339: Property 'error' does not exist on type '{}'.
172
-
lib/commands/owner.js(127,9): error TS2339: Property 'verbose' does not exist on type '{}'.
173
-
lib/commands/owner.js(150,9): error TS2339: Property 'verbose' does not exist on type '{}'.
174
-
lib/commands/owner.js(164,11): error TS2339: Property 'error' does not exist on type '{}'.
175
-
lib/commands/owner.js(168,27): error TS2339: Property 'name' does not exist on type 'string'.
176
-
lib/commands/owner.js(168,37): error TS2339: Property 'error' does not exist on type 'string'.
177
-
lib/commands/owner.js(178,5): error TS2322: Type '{ name: any; email: any; }' is not assignable to type 'string'.
178
-
lib/commands/owner.js(178,19): error TS2339: Property 'name' does not exist on type 'string'.
179
-
lib/commands/owner.js(178,34): error TS2339: Property 'email' does not exist on type 'string'.
180
-
lib/commands/owner.js(224,13): error TS2339: Property 'info' does not exist on type '{}'.
181
-
lib/commands/owner.js(246,11): error TS2339: Property 'info' does not exist on type '{}'.
169
+
lib/commands/owner.js(89,11): error TS2339: Property 'error' does not exist on type '{}'.
170
+
lib/commands/owner.js(115,9): error TS2339: Property 'verbose' does not exist on type '{}'.
171
+
lib/commands/owner.js(124,11): error TS2339: Property 'error' does not exist on type '{}'.
172
+
lib/commands/owner.js(151,13): error TS2339: Property 'info' does not exist on type '{}'.
173
+
lib/commands/owner.js(165,13): error TS2339: Property 'info' does not exist on type '{}'.
182
174
lib/commands/pack.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Pack'.
183
175
lib/commands/pack.js(70,11): error TS2339: Property 'warn' does not exist on type '{}'.
184
176
lib/commands/pack.js(75,26): error TS2488: Type 'any[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
lib/commands/publish.js(166,13): error TS2571: Object is of type 'unknown'.
209
201
lib/commands/publish.js(167,15): error TS2339: Property 'warn' does not exist on type '{}'.
210
202
lib/commands/rebuild.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Rebuild'.
211
-
lib/commands/rebuild.js(23,33): error TS2554: Expected 0-1 arguments, but got 2.
203
+
lib/commands/rebuild.js(24,33): error TS2554: Expected 0-1 arguments, but got 2.
212
204
lib/commands/repo.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Repo'.
213
205
lib/commands/repo.js(60,9): error TS2339: Property 'silly' does not exist on type '{}'.
214
206
lib/commands/restart.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Restart'.
@@ -282,17 +274,17 @@ lib/commands/unpublish.js(103,11): error TS2339: Property 'verbose' does not exi
282
274
lib/commands/unpublish.js(151,24): error TS2532: Object is possibly 'undefined'.
283
275
lib/commands/unstar.js(5,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Unstar'.
284
276
lib/commands/update.js(12,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Update'.
285
-
lib/commands/update.js(34,33): error TS2554: Expected 0-1 arguments, but got 2.
286
-
lib/commands/update.js(51,11): error TS2339: Property 'warn' does not exist on type '{}'.
277
+
lib/commands/update.js(36,33): error TS2554: Expected 0-1 arguments, but got 2.
278
+
lib/commands/update.js(53,11): error TS2339: Property 'warn' does not exist on type '{}'.
287
279
lib/commands/version.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Version'.
288
280
lib/commands/version.js(84,32): error TS2532: Object is possibly 'undefined'.
289
281
lib/commands/version.js(121,24): error TS2532: Object is possibly 'undefined'.
290
282
lib/commands/view.js(24,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'View'.
291
-
lib/commands/view.js(122,13): error TS2339: Property 'silly' does not exist on type '{}'.
292
-
lib/commands/view.js(126,11): error TS2339: Property 'disableProgress' does not exist on type '{}'.
293
-
lib/commands/view.js(144,11): error TS2339: Property 'warn' does not exist on type '{}'.
294
-
lib/commands/view.js(154,24): error TS2532: Object is possibly 'undefined'.
295
-
lib/commands/view.js(162,13): error TS2339: Property 'silly' does not exist on type '{}'.
283
+
lib/commands/view.js(123,13): error TS2339: Property 'silly' does not exist on type '{}'.
284
+
lib/commands/view.js(127,11): error TS2339: Property 'disableProgress' does not exist on type '{}'.
285
+
lib/commands/view.js(145,11): error TS2339: Property 'warn' does not exist on type '{}'.
286
+
lib/commands/view.js(155,24): error TS2532: Object is possibly 'undefined'.
287
+
lib/commands/view.js(163,13): error TS2339: Property 'silly' does not exist on type '{}'.
296
288
lib/commands/view.js(212,10): error TS2339: Property 'statusCode' does not exist on type 'Error'.
297
289
lib/commands/view.js(213,10): error TS2339: Property 'code' does not exist on type 'Error'.
298
290
lib/commands/view.js(214,10): error TS2339: Property 'pkgid' does not exist on type 'Error'.
@@ -467,6 +459,9 @@ lib/utils/log-file.js(225,11): error TS2339: Property 'silly' does not exist on
467
459
lib/utils/log-file.js(231,15): error TS2339: Property 'silly' does not exist on type '{}'.
468
460
lib/utils/log-file.js(235,11): error TS2339: Property 'warn' does not exist on type '{}'.
469
461
lib/utils/open-url.js(49,14): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
462
+
lib/utils/otplease.js(8,9): error TS2571: Object is of type 'unknown'.
463
+
lib/utils/otplease.js(8,33): error TS2571: Object is of type 'unknown'.
464
+
lib/utils/otplease.js(8,78): error TS2571: Object is of type 'unknown'.
470
465
lib/utils/path.js(4,18): error TS2532: Object is possibly 'undefined'.
471
466
lib/utils/pulse-till-done.js(15,9): error TS2339: Property 'gauge' does not exist on type '{}'.
472
467
lib/utils/queryable.js(282,24): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
0 commit comments