Skip to content

Commit d67fba2

Browse files
Update user baselines
1 parent b485f1c commit d67fba2

File tree

3 files changed

+95
-3
lines changed

3 files changed

+95
-3
lines changed
+71-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,80 @@
1-
Exit Code: 0
1+
Exit Code: 1
22
Standard output:
33
yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
Done in ?s.
7+
[XX:XX:XX] Error: /vscode/extensions/grunt/src/main.ts(116,5): Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[]>'.
8+
The types of 'then(...).then' are incompatible between these types.
9+
Type '<TResult1 = never, TResult2 = never>(onfulfilled?: ((value: never) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => Promise<...>' is not assignable to type '{ <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<TResult>) | undefined, onrejected?: ((reason: any) => TResult | Thenable<TResult>) | undefined): Thenable<...>; <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<...>) | undefined, onrejected?: ((reason: any) => void) | undefined): Thenable<...>...'.
10+
Types of parameters 'onrejected' and 'onrejected' are incompatible.
11+
Type '((reason: any) => void) | undefined' is not assignable to type '((reason: any) => PromiseLike<any>) | null | undefined'.
12+
Type '(reason: any) => void' is not assignable to type '(reason: any) => PromiseLike<any>'.
13+
Type 'void' is not assignable to type 'PromiseLike<any>'.
14+
[XX:XX:XX] Error: /vscode/extensions/grunt/src/main.ts(118,4): Type 'Task[] | undefined' is not assignable to type 'Task[]'.
15+
Type 'undefined' is not assignable to type 'Task[]'.
16+
[XX:XX:XX] Error: /vscode/extensions/grunt/src/main.ts(299,5): Type '() => Promise<vscode.Task[]>' is not assignable to type '(token?: CancellationToken | undefined) => ProviderResult<Task[]>'.
17+
Type 'Promise<Task[]>' is not assignable to type 'ProviderResult<Task[]>'.
18+
Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[] | null | undefined>'.
19+
The types returned by 'then(...)' are incompatible between these types.
20+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
21+
[XX:XX:XX] Error: /vscode/extensions/grunt/src/main.ts(302,5): Type '(_task: Task) => Promise<Task | undefined>' is not assignable to type '(task: Task, token?: CancellationToken | undefined) => ProviderResult<Task>'.
22+
Type 'Promise<Task | undefined>' is not assignable to type 'ProviderResult<Task>'.
23+
Type 'Promise<Task | undefined>' is not assignable to type 'Thenable<Task | null | undefined>'.
24+
The types returned by 'then(...)' are incompatible between these types.
25+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
26+
[XX:XX:XX] Error: /vscode/extensions/gulp/src/main.ts(124,5): Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[]>'.
27+
The types of 'then(...).then' are incompatible between these types.
28+
Type '<TResult1 = never, TResult2 = never>(onfulfilled?: ((value: never) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => Promise<...>' is not assignable to type '{ <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<TResult>) | undefined, onrejected?: ((reason: any) => TResult | Thenable<TResult>) | undefined): Thenable<...>; <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<...>) | undefined, onrejected?: ((reason: any) => void) | undefined): Thenable<...>...'.
29+
Types of parameters 'onrejected' and 'onrejected' are incompatible.
30+
Type '((reason: any) => void) | undefined' is not assignable to type '((reason: any) => PromiseLike<any>) | null | undefined'.
31+
Type '(reason: any) => void' is not assignable to type '(reason: any) => PromiseLike<any>'.
32+
Type 'void' is not assignable to type 'PromiseLike<any>'.
33+
[XX:XX:XX] Error: /vscode/extensions/gulp/src/main.ts(126,4): Type 'Task[] | undefined' is not assignable to type 'Task[]'.
34+
Type 'undefined' is not assignable to type 'Task[]'.
35+
[XX:XX:XX] Error: /vscode/extensions/gulp/src/main.ts(281,5): Type '() => Promise<Task[]>' is not assignable to type '(token?: CancellationToken | undefined) => ProviderResult<Task[]>'.
36+
Type 'Promise<Task[]>' is not assignable to type 'ProviderResult<Task[]>'.
37+
Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[] | null | undefined>'.
38+
The types returned by 'then(...)' are incompatible between these types.
39+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
40+
[XX:XX:XX] Error: /vscode/extensions/gulp/src/main.ts(284,5): Type '(_task: Task) => Promise<Task | undefined>' is not assignable to type '(task: Task, token?: CancellationToken | undefined) => ProviderResult<Task>'.
41+
Type 'Promise<Task | undefined>' is not assignable to type 'ProviderResult<Task>'.
42+
Type 'Promise<Task | undefined>' is not assignable to type 'Thenable<Task | null | undefined>'.
43+
The types returned by 'then(...)' are incompatible between these types.
44+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
45+
[XX:XX:XX] Error: /vscode/extensions/jake/src/main.ts(116,5): Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[]>'.
46+
The types of 'then(...).then' are incompatible between these types.
47+
Type '<TResult1 = never, TResult2 = never>(onfulfilled?: ((value: never) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => Promise<...>' is not assignable to type '{ <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<TResult>) | undefined, onrejected?: ((reason: any) => TResult | Thenable<TResult>) | undefined): Thenable<...>; <TResult>(onfulfilled?: ((value: any) => TResult | Thenable<...>) | undefined, onrejected?: ((reason: any) => void) | undefined): Thenable<...>...'.
48+
Types of parameters 'onrejected' and 'onrejected' are incompatible.
49+
Type '((reason: any) => void) | undefined' is not assignable to type '((reason: any) => PromiseLike<any>) | null | undefined'.
50+
Type '(reason: any) => void' is not assignable to type '(reason: any) => PromiseLike<any>'.
51+
Type 'void' is not assignable to type 'PromiseLike<any>'.
52+
[XX:XX:XX] Error: /vscode/extensions/jake/src/main.ts(118,4): Type 'Task[] | undefined' is not assignable to type 'Task[]'.
53+
Type 'undefined' is not assignable to type 'Task[]'.
54+
[XX:XX:XX] Error: /vscode/extensions/jake/src/main.ts(273,5): Type '() => Promise<Task[]>' is not assignable to type '(token?: CancellationToken | undefined) => ProviderResult<Task[]>'.
55+
Type 'Promise<Task[]>' is not assignable to type 'ProviderResult<Task[]>'.
56+
Type 'Promise<Task[]>' is not assignable to type 'Thenable<Task[] | null | undefined>'.
57+
The types returned by 'then(...)' are incompatible between these types.
58+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
59+
[XX:XX:XX] Error: /vscode/extensions/jake/src/main.ts(276,5): Type '(_task: Task) => Promise<Task | undefined>' is not assignable to type '(task: Task, token?: CancellationToken | undefined) => ProviderResult<Task>'.
60+
Type 'Promise<Task | undefined>' is not assignable to type 'ProviderResult<Task>'.
61+
Type 'Promise<Task | undefined>' is not assignable to type 'Thenable<Task | null | undefined>'.
62+
The types returned by 'then(...)' are incompatible between these types.
63+
Type 'Promise<never>' is not assignable to type 'Thenable<any>'.
64+
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
865

966

1067

1168
Standard error:
69+
[XX:XX:XX] 'compile' errored after ?s
70+
[XX:XX:XX] Error: Found 4 errors
71+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
72+
at _end (/vscode/node_modules/through/index.js:65:9)
73+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
74+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
75+
at Object.onceWrapper (events.js:286:20)
76+
at StreamFilter.emit (events.js:203:15)
77+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
78+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
79+
at process._tickCallback (internal/process/next_tick.js:63:19)
80+
error Command failed with exit code 1.

tests/baselines/reference/docker/vue-next.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS
124124
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
125125
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
126126
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
127-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:8c72b1f,NODE_ENV:production,TARGET:runtime-core,TYPES:true
127+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:3412893,NODE_ENV:production,TARGET:runtime-core,TYPES:true
128128
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
129129
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
130130
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/immutable/dist/immutable-nonambient.d.ts(1961,20): error TS2430: Interface 'Stack<T>' incorrectly extends interface 'Indexed<T>'.
4+
The types returned by 'concat(...).filter(...)' are incompatible between these types.
5+
Type 'Set<any>' is not assignable to type 'Indexed<any>'.
6+
node_modules/immutable/dist/immutable-nonambient.d.ts(2701,22): error TS2430: Interface 'Keyed<K, V>' incorrectly extends interface 'Seq<K, V>'.
7+
The types returned by 'map(...).map(...).findKey(...)' are incompatible between these types.
8+
Type 'K | undefined' is not assignable to type 'undefined'.
9+
Type 'K' is not assignable to type 'undefined'.
10+
node_modules/immutable/dist/immutable-nonambient.d.ts(2824,22): error TS2430: Interface 'Indexed<T>' incorrectly extends interface 'Seq<number, T>'.
11+
The types returned by 'map(...).map(...).concat(...).map(...).flatMap(...).findKey(...)' are incompatible between these types.
12+
Type 'number | undefined' is not assignable to type 'undefined'.
13+
Type 'number' is not assignable to type 'undefined'.
14+
node_modules/immutable/dist/immutable-nonambient.d.ts(3252,22): error TS2430: Interface 'Keyed<K, V>' incorrectly extends interface 'Collection<K, V>'.
15+
The types returned by 'toSeq().map(...)' are incompatible between these types.
16+
Type 'Keyed<K, any>' is not assignable to type 'Seq<K, any>'.
17+
node_modules/immutable/dist/immutable-nonambient.d.ts(3412,22): error TS2430: Interface 'Indexed<T>' incorrectly extends interface 'Collection<number, T>'.
18+
The types returned by 'toSeq().map(...)' are incompatible between these types.
19+
Type 'Indexed<any>' is not assignable to type 'Seq<number, any>'.
20+
21+
22+
23+
Standard error:

0 commit comments

Comments
 (0)