Skip to content

Commit 26d135b

Browse files
Update user baselines
1 parent 5c0fe7f commit 26d135b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+861
-17152
lines changed

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

Lines changed: 43 additions & 203 deletions
Large diffs are not rendered by default.

tests/baselines/reference/docker/xterm.js.log

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
Exit Code: 2
1+
Exit Code: 1
22
Standard output:
33

44
> [email protected] build /xtermjs
55
> tsc -b ./tsconfig.all.json
6-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
7-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
8-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
9-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
10-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
11-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
12-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
13-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
14-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
15-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
16-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
17-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
186

197

208

219
Standard error:
10+
/typescript/package/lib/tsc.js:81025
11+
throw e;
12+
^
13+
TypeError: Cannot read property 'kind' of undefined
14+
at mayResolveTypeAlias (/typescript/package/lib/tsc.js:36857:26)
15+
at isDeferredTypeReferenceNode (/typescript/package/lib/tsc.js:36837:17)
16+
at getTypeFromArrayOrTupleTypeNode (/typescript/package/lib/tsc.js:36892:26)
17+
at getTypeFromTypeNode (/typescript/package/lib/tsc.js:38293:28)
18+
at getDeclaredTypeOfTypeAlias (/typescript/package/lib/tsc.js:34313:39)
19+
at tryGetDeclaredTypeOfSymbol (/typescript/package/lib/tsc.js:34444:24)
20+
at getDeclaredTypeOfSymbol (/typescript/package/lib/tsc.js:34437:20)
21+
at getTypeFromTypeAliasReference (/typescript/package/lib/tsc.js:36481:24)
22+
at getTypeReferenceType (/typescript/package/lib/tsc.js:36523:24)
23+
at getTypeFromTypeReference (/typescript/package/lib/tsc.js:36684:28)
2224
npm ERR! code ELIFECYCLE
23-
npm ERR! errno 2
25+
npm ERR! errno 1
2426
npm ERR! [email protected] build: `tsc -b ./tsconfig.all.json`
25-
npm ERR! Exit status 2
27+
npm ERR! Exit status 1
2628
npm ERR!
2729
npm ERR! Failed at the [email protected] build script.
2830
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Exit Code: 1
2+
Standard output:
3+
4+
5+
6+
Standard error:
7+
8+
../../../src/compiler/checker.ts:11587
9+
switch (node.kind) {
10+
^
11+
TypeError: Cannot read property 'kind' of undefined
12+
at mayResolveTypeAlias (../../../src/compiler/checker.ts:11587:26)
13+
at isDeferredTypeReferenceNode (../../../src/compiler/checker.ts:11560:21)
14+
at getTypeFromArrayOrTupleTypeNode (../../../src/compiler/checker.ts:11622:26)
15+
at getTypeFromTypeNode (../../../src/compiler/checker.ts:13303:28)
16+
at getDeclaredTypeOfTypeAlias (../../../src/compiler/checker.ts:8445:39)
17+
at tryGetDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8585:24)
18+
at getDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8577:20)
19+
at getTypeFromTypeAliasReference (../../../src/compiler/checker.ts:11123:26)
20+
at getTypeReferenceType (../../../src/compiler/checker.ts:11177:24)
21+
at getTypeFromTypeReference (../../../src/compiler/checker.ts:11357:28)
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
4-
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
5-
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6-
node_modules/@types/react/index.d.ts(388,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
73

84

95

106
Standard error:
7+
8+
../../../src/compiler/checker.ts:11587
9+
switch (node.kind) {
10+
^
11+
TypeError: Cannot read property 'kind' of undefined
12+
at mayResolveTypeAlias (../../../src/compiler/checker.ts:11587:26)
13+
at isDeferredTypeReferenceNode (../../../src/compiler/checker.ts:11560:21)
14+
at getTypeFromClassOrInterfaceReference (../../../src/compiler/checker.ts:11093:63)
15+
at getTypeReferenceType (../../../src/compiler/checker.ts:11174:24)
16+
at getTypeFromTypeReference (../../../src/compiler/checker.ts:11357:28)
17+
at checkTypeReferenceNode (../../../src/compiler/checker.ts:29096:26)
18+
at checkSourceElementWorker (../../../src/compiler/checker.ts:33656:28)
19+
at checkSourceElement (../../../src/compiler/checker.ts:33606:17)
20+
at checkTypeAliasDeclaration (../../../src/compiler/checker.ts:32824:13)
21+
at checkSourceElementWorker (../../../src/compiler/checker.ts:33761:28)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Exit Code: 1
2+
Standard output:
3+
4+
5+
6+
Standard error:
7+
8+
../../../src/compiler/checker.ts:11587
9+
switch (node.kind) {
10+
^
11+
TypeError: Cannot read property 'kind' of undefined
12+
at mayResolveTypeAlias (../../../src/compiler/checker.ts:11587:26)
13+
at isDeferredTypeReferenceNode (../../../src/compiler/checker.ts:11560:21)
14+
at getTypeFromClassOrInterfaceReference (../../../src/compiler/checker.ts:11093:63)
15+
at getTypeReferenceType (../../../src/compiler/checker.ts:11174:24)
16+
at getTypeFromTypeReference (../../../src/compiler/checker.ts:11357:28)
17+
at getTypeFromTypeNode (../../../src/compiler/checker.ts:13294:28)
18+
at getDeclaredTypeOfTypeAlias (../../../src/compiler/checker.ts:8445:39)
19+
at tryGetDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8585:24)
20+
at getDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8577:20)
21+
at getTypeFromTypeAliasReference (../../../src/compiler/checker.ts:11123:26)
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
Exit Code: 1
22
Standard output:
3-
src/App.test.tsx(5,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
4-
src/components/Hello.test.tsx(5,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
5-
src/components/Hello.test.tsx(7,3): error TS2304: Cannot find name 'expect'.
6-
src/components/Hello.test.tsx(10,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
7-
src/components/Hello.test.tsx(12,3): error TS2304: Cannot find name 'expect'.
8-
src/components/Hello.test.tsx(15,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
9-
src/components/Hello.test.tsx(17,3): error TS2304: Cannot find name 'expect'.
10-
src/components/Hello.test.tsx(20,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
11-
src/components/Hello.test.tsx(21,3): error TS2304: Cannot find name 'expect'.
12-
src/components/Hello.test.tsx(26,1): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
13-
src/components/Hello.test.tsx(27,3): error TS2304: Cannot find name 'expect'.
143

154

165

176
Standard error:
7+
8+
../../../src/compiler/checker.ts:11587
9+
switch (node.kind) {
10+
^
11+
TypeError: Cannot read property 'kind' of undefined
12+
at mayResolveTypeAlias (../../../src/compiler/checker.ts:11587:26)
13+
at isDeferredTypeReferenceNode (../../../src/compiler/checker.ts:11560:21)
14+
at getTypeFromClassOrInterfaceReference (../../../src/compiler/checker.ts:11093:63)
15+
at getTypeReferenceType (../../../src/compiler/checker.ts:11174:24)
16+
at getTypeFromTypeReference (../../../src/compiler/checker.ts:11357:28)
17+
at getTypeFromTypeNode (../../../src/compiler/checker.ts:13294:28)
18+
at getDeclaredTypeOfTypeAlias (../../../src/compiler/checker.ts:8445:39)
19+
at tryGetDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8585:24)
20+
at getDeclaredTypeOfSymbol (../../../src/compiler/checker.ts:8577:20)
21+
at getTypeFromTypeAliasReference (../../../src/compiler/checker.ts:11123:26)

0 commit comments

Comments
 (0)