|
1 |
| -Exit Code: 0 |
| 1 | +Exit Code: 1 |
2 | 2 | Standard output:
|
3 | 3 | yarn run vX.X.X
|
4 | 4 | $ gulp compile --max_old_space_size=4095
|
5 | 5 | [XX:XX:XX] Node flags detected: --max_old_space_size=4095
|
6 | 6 | [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. |
8 | 65 |
|
9 | 66 |
|
10 | 67 |
|
11 | 68 | 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. |
0 commit comments