|
1 |
| -Exit Code: 2 |
| 1 | +Exit Code: 1 |
2 | 2 | Standard output:
|
3 | 3 |
|
4 | 4 | > xterm@X.X.X build /xtermjs
|
5 | 5 | > tsc -b ./tsconfig.all.json
|
6 |
| -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'? |
7 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
8 |
| - The file is in the program because: |
9 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
10 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
11 |
| - The file is in the program because: |
12 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
13 |
| -addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. |
14 |
| -addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. |
15 |
| -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. |
16 |
| -addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. |
17 |
| -addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. |
18 |
| -addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments. |
19 |
| -addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type. |
20 |
| -addons/xterm-addon-ligatures/src/index.test.ts(6,23): error TS2307: Cannot find module 'path' or its corresponding type declarations. |
21 |
| -addons/xterm-addon-ligatures/src/index.test.ts(7,24): error TS2307: Cannot find module 'sinon' or its corresponding type declarations. |
22 |
| -addons/xterm-addon-ligatures/src/index.test.ts(9,29): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. |
23 |
| -addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. |
24 |
| -addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'. |
25 |
| -addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'. |
26 |
| -addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'. |
27 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
28 |
| - The file is in the program because: |
29 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
30 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
31 |
| - The file is in the program because: |
32 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
33 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
34 |
| - The file is in the program because: |
35 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
36 |
| -error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. |
37 |
| - The file is in the program because: |
38 |
| - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions |
39 | 6 |
|
40 | 7 |
|
41 | 8 |
|
42 | 9 | Standard error:
|
| 10 | +/typescript/package/lib/tsc.js:92233 |
| 11 | + throw e; |
| 12 | + ^ |
| 13 | +Error: Debug Failure. Invalid cast. The supplied value [object Object] did not pass the test 'isCallExpression'. |
| 14 | + at Object.cast (/typescript/package/lib/tsc.js:1293:25) |
| 15 | + at visitTypeScriptClassWrapper (/typescript/package/lib/tsc.js:79790:27) |
| 16 | + at visitCallExpression (/typescript/package/lib/tsc.js:79764:24) |
| 17 | + at visitorWorker (/typescript/package/lib/tsc.js:78238:28) |
| 18 | + at visitor (/typescript/package/lib/tsc.js:78159:44) |
| 19 | + at visitNode (/typescript/package/lib/tsc.js:71137:23) |
| 20 | + at Object.visitEachChild (/typescript/package/lib/tsc.js:71598:236) |
| 21 | + at visitVariableDeclaration (/typescript/package/lib/tsc.js:79097:30) |
| 22 | + at visitorWorker (/typescript/package/lib/tsc.js:78200:28) |
| 23 | + at visitor (/typescript/package/lib/tsc.js:78159:44) |
43 | 24 | npm ERR! code ELIFECYCLE
|
44 |
| -npm ERR! errno 2 |
| 25 | +npm ERR! errno 1 |
45 | 26 | npm ERR! xterm@X.X.X build: `tsc -b ./tsconfig.all.json`
|
46 |
| -npm ERR! Exit status 2 |
| 27 | +npm ERR! Exit status 1 |
47 | 28 | npm ERR!
|
48 | 29 | npm ERR! Failed at the xterm@X.X.X build script.
|
49 | 30 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
|
|
0 commit comments