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/github-authentication/src/common/utils.ts(64,3): Argument of type '(result: U) => U' is not assignable to parameter of type '(value: awaited U) => U | PromiseLike<U>'.
8
-
Types of parameters 'result' and 'value' are incompatible.
9
-
Type 'awaited U' is not assignable to type 'U'.
10
-
'U' could be instantiated with an arbitrary type which could be unrelated to 'awaited U'.
7
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
8
+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(215,2): Type '{ collapseByDefault: true; identityProvider: { getId(el: IAsyncDataTreeNode<TInput, T>): { toString(): string; }; } | undefined; dnd: AsyncDataTreeNodeListDragAndDrop<TInput, T> | undefined; ... 31 more ...; horizontalScrolling?: boolean | undefined; } | undefined' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined'.
9
+
Type '{ collapseByDefault: true; identityProvider: { getId(el: IAsyncDataTreeNode<TInput, T>): { toString(): string; }; } | undefined; dnd: AsyncDataTreeNodeListDragAndDrop<TInput, T> | undefined; ... 31 more ...; horizontalScrolling?: boolean | undefined; }' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData>'.
10
+
Types of property 'ariaProvider' are incompatible.
11
+
Type '{ getPosInSet(el: IAsyncDataTreeNode<TInput, T>, index: number): number; getSetSize(el: IAsyncDataTreeNode<TInput, T>, index: number, listLength: number): number; getRole: (el: IAsyncDataTreeNode<...>) => string; isChecked: ((e: IAsyncDataTreeNode<...>) => boolean | undefined) | undefined; } | undefined' is not assignable to type 'IAriaProvider<IAsyncDataTreeNode<TInput, T>> | undefined'.
12
+
Type '{ getPosInSet(el: IAsyncDataTreeNode<TInput, T>, index: number): number; getSetSize(el: IAsyncDataTreeNode<TInput, T>, index: number, listLength: number): number; getRole: (el: IAsyncDataTreeNode<...>) => string; isChecked: ((e: IAsyncDataTreeNode<...>) => boolean | undefined) | undefined; }' is not assignable to type 'IAriaProvider<IAsyncDataTreeNode<TInput, T>>'.
13
+
Types of property 'isChecked' are incompatible.
14
+
Type '((e: IAsyncDataTreeNode<TInput, T>) => boolean | undefined) | undefined' is not assignable to type '((element: IAsyncDataTreeNode<TInput, T>) => boolean) | undefined'.
15
+
Type '(e: IAsyncDataTreeNode<TInput, T>) => boolean | undefined' is not assignable to type '(element: IAsyncDataTreeNode<TInput, T>) => boolean'.
16
+
Type 'boolean | undefined' is not assignable to type 'boolean'.
17
+
Type 'undefined' is not assignable to type 'boolean'.
18
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
19
+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(215,2): boolean | undefined; } | undefined' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined'.
20
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
21
+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(215,2): Type '{ collapseByDefault: true; identityProvider: { getId(el: IAsyncDataTreeNode<TInput, T>): { toString(): string; }; } | undefined; dnd: AsyncDataTreeNodeListDragAndDrop<TInput, T> | undefined; ... 31 more ...; horizontalScrolling?: boolean | undefined; } | undefined' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined'.
22
+
Type '{ collapseByDefault: true; identityProvider: { getId(el: IAsyncDataTreeNode<TInput, T>): { toString(): string; }; } | undefined; dnd: AsyncDataTreeNodeListDragAndDrop<TInput, T> | undefined; ... 31 more ...; horizontalScrolling?: boolean | undefined; }' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData>'.
23
+
Types of property 'ariaProvider' are incompatible.
24
+
Type '{ getPosInSet(el: IAsyncDataTreeNode<TInput, T>, index: number): number; getSetSize(el: IAsyncDataTreeNode<TInput, T>, index: number, listLength: number): number; getRole: (el: IAsyncDataTreeNode<...>) => string; isChecked: ((e: IAsyncDataTreeNode<...>) => boolean | undefined) | undefined; } | undefined' is not assignable to type 'IAriaProvider<IAsyncDataTreeNode<TInput, T>> | undefined'.
25
+
Type '{ getPosInSet(el: IAsyncDataTreeNode<TInput, T>, index: number): number; getSetSize(el: IAsyncDataTreeNode<TInput, T>, index: number, listLength: number): number; getRole: (el: IAsyncDataTreeNode<...>) => string; isChecked: ((e: IAsyncDataTreeNode<...>) => boolean | undefined) | undefined; }' is not assignable to type 'IAriaProvider<IAsyncDataTreeNode<TInput, T>>'.
26
+
Types of property 'isChecked' are incompatible.
27
+
Type '((e: IAsyncDataTreeNode<TInput, T>) => boolean | undefined) | undefined' is not assignable to type '((element: IAsyncDataTreeNode<TInput, T>) => boolean) | undefined'.
28
+
Type '(e: IAsyncDataTreeNode<TInput, T>) => boolean | undefined' is not assignable to type '(element: IAsyncDataTreeNode<TInput, T>) => boolean'.
29
+
Type 'boolean | undefined' is not assignable to type 'boolean'.
30
+
Type 'undefined' is not assignable to type 'boolean'.
31
+
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(216,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
32
+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts(215,2): boolean | undefined; } | undefined' is not assignable to type 'IObjectTreeOptions<IAsyncDataTreeNode<TInput, T>, TFilterData> | undefined'.
11
33
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
12
34
13
35
14
36
15
37
Standard error:
16
-
[XX:XX:XX] 'compile' errored after ?s
17
-
[XX:XX:XX] Error: Found 1 errors
38
+
[XX:XX:XX] 'compile' errored after
39
+
[XX:XX:XX] Error: Found 3 errors
18
40
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
19
41
at _end (/vscode/node_modules/through/index.js:65:9)
20
42
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
21
-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
22
-
at Object.onceWrapper (events.js:286:20)
23
-
at StreamFilter.emit (events.js:203:15)
24
-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
25
-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
26
-
at process._tickCallback (internal/process/next_tick.js:63:19)
43
+
at Stream.onend (internal/streams/legacy.js:42:10)
44
+
at Stream.emit (events.js:203:15)
45
+
at Stream.EventEmitter.emit (domain.js:466:23)
46
+
at drain (/vscode/node_modules/through/index.js:34:23)
47
+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
48
+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
49
+
at _end (/vscode/node_modules/through/index.js:65:9)
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
95
95
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
96
96
at processTicksAndRejections (internal/process/task_queues.js:97:5)
97
97
at async build (/vue-next/scripts/build.js:71:3)
98
98
at async buildAll (/vue-next/scripts/build.js:50:5)
99
99
at async run (/vue-next/scripts/build.js:40:5)
100
-
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
101
-
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
100
+
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
101
+
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
0 commit comments