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
6cb58d3
commit ee8a735
Showing
11 changed files
with
1,857 additions
and
2,611 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
3,243 changes: 1,070 additions & 2,173 deletions
3,243
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
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
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 | ||
|
||
|
||
|
||
|
Oops, something went wrong.