Skip to content

Commit c283809

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (#33635)
1 parent 2938168 commit c283809

File tree

12 files changed

+408
-407
lines changed

12 files changed

+408
-407
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 276 additions & 34 deletions
Large diffs are not rendered by default.

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 12 additions & 304 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
Exit Code: 0
1+
Exit Code: 2
22
Standard output:
33

44
> [email protected] build /xtermjs
55
> tsc -b ./tsconfig.all.json
6+
src/browser/Clipboard.ts(85,5): error TS2322: Type 'null' is not assignable to type 'string'.
7+
src/browser/Clipboard.ts(86,5): error TS2322: Type 'null' is not assignable to type 'string'.
8+
src/browser/Clipboard.ts(87,5): error TS2322: Type 'null' is not assignable to type 'string'.
9+
src/browser/Clipboard.ts(88,5): error TS2322: Type 'null' is not assignable to type 'string'.
10+
src/browser/Clipboard.ts(89,5): error TS2322: Type 'null' is not assignable to type 'string'.
11+
src/browser/Clipboard.ts(90,5): error TS2322: Type 'null' is not assignable to type 'string'.
612

713

814

915
Standard error:
16+
npm ERR! code ELIFECYCLE
17+
npm ERR! errno 2
18+
npm ERR! [email protected] build: `tsc -b ./tsconfig.all.json`
19+
npm ERR! Exit status 2
20+
npm ERR!
21+
npm ERR! Failed at the [email protected] build script.
22+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
23+
npm ERR! A complete log of this run can be found in:
24+
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

tests/baselines/reference/user/axios-src.log

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ Standard output:
33
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
44
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
55
Type 'undefined' is not assignable to type 'string'.
6-
lib/adapters/http.js(120,17): error TS2532: Object is possibly 'undefined'.
7-
lib/adapters/http.js(120,40): error TS2532: Object is possibly 'undefined'.
8-
lib/adapters/http.js(121,17): error TS2531: Object is possibly 'null'.
9-
lib/adapters/http.js(121,54): error TS2531: Object is possibly 'null'.
10-
lib/adapters/http.js(121,54): error TS2532: Object is possibly 'undefined'.
11-
lib/adapters/http.js(220,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
12-
lib/adapters/http.js(226,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
13-
lib/adapters/http.js(232,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
14-
lib/adapters/http.js(244,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
15-
lib/adapters/http.js(273,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
6+
lib/adapters/http.js(124,17): error TS2532: Object is possibly 'undefined'.
7+
lib/adapters/http.js(124,40): error TS2532: Object is possibly 'undefined'.
8+
lib/adapters/http.js(125,17): error TS2531: Object is possibly 'null'.
9+
lib/adapters/http.js(125,54): error TS2531: Object is possibly 'null'.
10+
lib/adapters/http.js(125,54): error TS2532: Object is possibly 'undefined'.
11+
lib/adapters/http.js(224,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
12+
lib/adapters/http.js(230,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
13+
lib/adapters/http.js(236,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
14+
lib/adapters/http.js(248,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
15+
lib/adapters/http.js(277,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1616
lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1717
lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1818
lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.

tests/baselines/reference/user/bcryptjs.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_modules/bcryptjs/src/bcrypt.js(150,5): error TS2322: Type 'string | undefin
88
Type 'undefined' is not assignable to type 'string'.
99
node_modules/bcryptjs/src/bcrypt.js(160,14): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.
1010
node_modules/bcryptjs/src/bcrypt.js(238,14): error TS2366: Function lacks ending return statement and return type does not include 'undefined'.
11-
node_modules/bcryptjs/src/bcrypt/impl.js(516,22): error TS2345: Argument of type 'Int32List' is not assignable to parameter of type 'number[]'.
11+
node_modules/bcryptjs/src/bcrypt/impl.js(516,22): error TS2345: Argument of type 'number[] | Int32Array' is not assignable to parameter of type 'number[]'.
1212
Type 'Int32Array' is missing the following properties from type 'number[]': pop, push, concat, shift, and 5 more.
1313
node_modules/bcryptjs/src/bcrypt/impl.js(546,26): error TS2345: Argument of type 'null' is not assignable to parameter of type 'Error'.
1414
node_modules/bcryptjs/src/bcrypt/impl.js(658,23): error TS2345: Argument of type 'number[] | undefined' is not assignable to parameter of type 'number[]'.

0 commit comments

Comments
 (0)