Skip to content

Commit 738e222

Browse files
TypeScript Botweswigham
TypeScript Bot
authored andcommitted
Update user baselines (microsoft#35643)
1 parent 71a9176 commit 738e222

30 files changed

+122
-149
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
2+
Standard output:
3+
44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
55
Node.js version is 12.13.1 (LTS)
66
Starting "rush rebuild"
@@ -160,8 +160,8 @@ rush rebuild - Errors! ( ? seconds)
160160

161161

162162

163-
Standard error:
164-
163+
Standard error:
164+
165165
XX of XX: [@azure/app-configuration] failed to build!
166166
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
167167
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed to build!

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
@uifabric/build: yarn run vX.X.X
2+
Standard output:
3+
@uifabric/build: yarn run vX.X.X
44
@uifabric/build: $ node ./just-scripts.js no-op
55
@uifabric/build: Done in ?s.
66
@uifabric/example-data: yarn run vX.X.X
@@ -144,7 +144,6 @@ Exit Code: 1
144144
@uifabric/merge-styles: PASS src/Stylesheet.test.ts
145145
@uifabric/merge-styles: PASS src/extractStyleParts.test.ts
146146
@uifabric/merge-styles: PASS src/concatStyleSetsWithProps.test.ts
147-
@uifabric/merge-styles: PASS src/fontFace.test.ts
148147
@uifabric/merge-styles: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/merge-styles/lib/index.d.ts'
149148
@uifabric/merge-styles: Done in ?s.
150149
@uifabric/jest-serializer-merge-styles: yarn run vX.X.X
@@ -215,8 +214,8 @@ Exit Code: 1
215214

216215

217216

218-
Standard error:
219-
info cli using local version of lerna
217+
Standard error:
218+
info cli using local version of lerna
220219
lerna notice cli vX.X.X
221220
lerna info Executing command in 42 packages: "yarn run build"
222221
@uifabric/example-data: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect

tests/baselines/reference/docker/vscode.log

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
Exit Code: 1
2-
Standard output:
3-
yarn run vX.X.X
2+
Standard output:
3+
yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
77
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(229,3): Type 'string | null' is not assignable to type 'string'.
88
Type 'null' is not assignable to type 'string'.
99
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
1010
Type 'null' is not assignable to type 'string'.
11+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
12+
Type 'null' is not assignable to type 'string'.
13+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
14+
Type 'null' is not assignable to type 'string'.
15+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
16+
Type 'null' is not assignable to type 'string'.
17+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
18+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
19+
Type 'null' is not assignable to type 'string'.
20+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
21+
Type 'null' is not assignable to type 'string'.
22+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
23+
Type 'null' is not assignable to type 'string'.
24+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
1125
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
1226
Type 'null' is not assignable to type 'string'.
1327
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
@@ -31,20 +45,6 @@ $ gulp compile --max_old_space_size=4095
3145
Type 'null' is not assignable to type 'string'.
3246
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
3347
Type 'null' is not assignable to type 'string'.
34-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
35-
Type 'null' is not assignable to type 'string'.
36-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
37-
Type 'null' is not assignable to type 'string'.
38-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
39-
Type 'null' is not assignable to type 'string'.
40-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
41-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
42-
Type 'null' is not assignable to type 'string'.
43-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
44-
Type 'null' is not assignable to type 'string'.
45-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
46-
Type 'null' is not assignable to type 'string'.
47-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
4848
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
4949
Type 'null' is not assignable to type 'string'.
5050
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
@@ -70,6 +70,20 @@ $ gulp compile --max_old_space_size=4095
7070
Type 'null' is not assignable to type 'string'.
7171
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
7272
Type 'null' is not assignable to type 'string'.
73+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
74+
Type 'null' is not assignable to type 'string'.
75+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
76+
Type 'null' is not assignable to type 'string'.
77+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
78+
Type 'null' is not assignable to type 'string'.
79+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
80+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
81+
Type 'null' is not assignable to type 'string'.
82+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
83+
Type 'null' is not assignable to type 'string'.
84+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
85+
Type 'null' is not assignable to type 'string'.
86+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
7387
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
7488
Type 'null' is not assignable to type 'string'.
7589
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
@@ -93,20 +107,6 @@ $ gulp compile --max_old_space_size=4095
93107
Type 'null' is not assignable to type 'string'.
94108
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
95109
Type 'null' is not assignable to type 'string'.
96-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
97-
Type 'null' is not assignable to type 'string'.
98-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
99-
Type 'null' is not assignable to type 'string'.
100-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
101-
Type 'null' is not assignable to type 'string'.
102-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
103-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
104-
Type 'null' is not assignable to type 'string'.
105-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
106-
Type 'null' is not assignable to type 'string'.
107-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
108-
Type 'null' is not assignable to type 'string'.
109-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
110110
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
111111
Type 'null' is not assignable to type 'string'.
112112
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
@@ -132,8 +132,8 @@ info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this comm
132132

133133

134134

135-
Standard error:
136-
[XX:XX:XX] 'compile' errored after
135+
Standard error:
136+
[XX:XX:XX] 'compile' errored after
137137
[XX:XX:XX] Error: Found 32 errors
138138
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
139139
at _end (/vscode/node_modules/through/index.js:65:9)

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 2
2-
Standard output:
3-
2+
Standard output:
3+
44
> xterm@X.X.X build /xtermjs
55
> tsc -b ./tsconfig.all.json
66
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
@@ -18,8 +18,8 @@ node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no
1818

1919

2020

21-
Standard error:
22-
npm ERR! code ELIFECYCLE
21+
Standard error:
22+
npm ERR! code ELIFECYCLE
2323
npm ERR! errno 2
2424
npm ERR! xterm@X.X.X build: `tsc -b ./tsconfig.all.json`
2525
npm ERR! Exit status 2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Exit Code: 1
2-
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.
2+
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.
44
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.
55
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'.
66
node_modules/@types/react/index.d.ts(387,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.
77

88

99

10-
Standard error:
11-
10+
Standard error:
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
Exit Code: 1
2-
Standard output:
3-
src/components/Hello.spec.ts(4,1): error TS2593: Cannot find name 'describe'. 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.
2+
Standard output:
3+
src/components/Hello.spec.ts(4,1): error TS2593: Cannot find name 'describe'. 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.
44
src/components/Hello.spec.ts(5,3): 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.
55
src/components/Hello.spec.ts(14,5): error TS2304: Cannot find name 'expect'.
66

77

88

9-
Standard error:
10-
9+
Standard error:

tests/baselines/reference/user/TypeScript-WeChat-Starter.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
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.
2+
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.
44
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.
55
src/components/Hello.test.tsx(7,3): error TS2304: Cannot find name 'expect'.
66
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.
@@ -14,5 +14,4 @@ src/components/Hello.test.tsx(27,3): error TS2304: Cannot find name 'expect'.
1414

1515

1616

17-
Standard error:
18-
17+
Standard error:

tests/baselines/reference/user/acorn.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
2+
Standard output:
3+
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
44
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
55
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
66
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
@@ -173,5 +173,4 @@ node_modules/acorn/dist/walk.js(161,41): error TS2339: Property 'node' does not
173173

174174

175175

176-
Standard error:
177-
176+
Standard error:

tests/baselines/reference/user/adonis-framework.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
node_modules/adonis-framework/lib/util.js(24,13): error TS2304: Cannot find name 'Mixed'.
2+
Standard output:
3+
node_modules/adonis-framework/lib/util.js(24,13): error TS2304: Cannot find name 'Mixed'.
44
node_modules/adonis-framework/providers/ConfigProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold'.
55
node_modules/adonis-framework/providers/EncryptionProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold'.
66
node_modules/adonis-framework/providers/EnvProvider.js(9,33): error TS2307: Cannot find module 'adonis-fold'.
@@ -230,5 +230,4 @@ node_modules/adonis-framework/src/View/services.js(34,22): error TS2339: Propert
230230

231231

232232

233-
Standard error:
234-
233+
Standard error:

tests/baselines/reference/user/assert.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
node_modules/assert/test.js(25,5): error TS2367: This condition will always return 'false' since the types 'string | undefined' and 'boolean' have no overlap.
2+
Standard output:
3+
node_modules/assert/test.js(25,5): error TS2367: This condition will always return 'false' since the types 'string | undefined' and 'boolean' have no overlap.
44
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. 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.
55
node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. 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.
66
node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. 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.
@@ -32,5 +32,4 @@ node_modules/assert/test.js(346,5): error TS2552: Cannot find name 'test'. Did y
3232

3333

3434

35-
Standard error:
36-
35+
Standard error:

tests/baselines/reference/user/async.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
node_modules/async/all.js(32,12): error TS2304: Cannot find name 'AsyncFunction'.
2+
Standard output:
3+
node_modules/async/all.js(32,12): error TS2304: Cannot find name 'AsyncFunction'.
44
node_modules/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.
55
node_modules/async/all.js(49,46): error TS2695: Left side of comma operator is unused and has no side effects.
66
node_modules/async/allLimit.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
@@ -675,5 +675,4 @@ node_modules/async/wrapSync.js(103,10): error TS2695: Left side of comma operato
675675

676676

677677

678-
Standard error:
679-
678+
Standard error:

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 1
2-
Standard output:
3-
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
2+
Standard output:
3+
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 | null' is not assignable to parameter of type 'string'.
55
Type 'null' is not assignable to type 'string'.
66
lib/adapters/http.js(124,17): error TS2531: Object is possibly 'null'.
@@ -50,5 +50,4 @@ lib/utils.js(282,20): error TS8029: JSDoc '@param' tag has name 'obj1', but ther
5050

5151

5252

53-
Standard error:
54-
53+
Standard error:

0 commit comments

Comments
 (0)