forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6834969
commit 48d4889
Showing
17 changed files
with
3,660 additions
and
2,385 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
4,011 changes: 2,421 additions & 1,590 deletions
4,011
tests/baselines/reference/docker/office-ui-fabric.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,43 @@ | ||
Exit Code: 0 | ||
Exit Code: 2 | ||
Standard output: | ||
pyright-internal: src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call. | ||
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. | ||
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright-internal: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'. | ||
pyright-internal: Type '{}' is not assignable to type 'T | readonly T[]'. | ||
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. | ||
pyright-internal: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright-internal: src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'. | ||
pyright-internal: Type 'T | readonly T[]' is not assignable to type 'T'. | ||
pyright-internal: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'. | ||
pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call. | ||
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. | ||
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'. | ||
pyright: Type '{}' is not assignable to type 'T | readonly T[]'. | ||
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. | ||
pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'. | ||
pyright: Type 'T | readonly T[]' is not assignable to type 'T'. | ||
pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'. | ||
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(299,34): error TS2769: No overload matches this call. | ||
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. | ||
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[] | undefined'. | ||
vscode-pyright: Type 'T & readonly {}[]' is not assignable to type 'readonly (T | readonly T[])[]'. | ||
vscode-pyright: Type '{}' is not assignable to type 'T | readonly T[]'. | ||
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. | ||
vscode-pyright: Argument of type '(T | readonly T[] | T[]) & readonly {}[]' is not assignable to parameter of type 'readonly (T | readonly T[])[] | undefined'. | ||
vscode-pyright: ../pyright-internal/src/common/collectionUtils.ts(305,5): error TS2322: Type '(T | readonly T[])[]' is not assignable to type 'T[]'. | ||
vscode-pyright: Type 'T | readonly T[]' is not assignable to type 'T'. | ||
vscode-pyright: 'T' could be instantiated with an arbitrary type which could be unrelated to 'T | readonly T[]'. | ||
|
||
|
||
|
||
Standard error: | ||
lerna notice cli vX.X.X | ||
lerna info Executing command in 3 packages: "tsc --noEmit" | ||
lerna ERR! Received non-zero exit code 2 during execution | ||
lerna success exec Executed command in 3 packages: "tsc --noEmit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,9 @@ Standard output: | |
|
||
> [email protected] build /xtermjs | ||
> tsc -b ./tsconfig.all.json | ||
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'? | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | ||
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. | ||
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. | ||
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | ||
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | ||
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. | ||
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments. | ||
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type. | ||
|
@@ -24,18 +16,6 @@ addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find | |
addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'. | ||
addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'. | ||
addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'. | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
The file is in the program because: | ||
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.