|
1 |
| -Exit Code: 0 |
| 1 | +Exit Code: 2 |
2 | 2 | Standard output:
|
| 3 | +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"
|
0 commit comments