Skip to content

Commit ca4486a

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (#35218)
1 parent 0e736a7 commit ca4486a

File tree

5 files changed

+153
-18
lines changed

5 files changed

+153
-18
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Standard output:
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
Lines changed: 139 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,148 @@
1-
Exit Code: 0
1+
Exit Code: 1
22
Standard output:
33
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
7-
Done in ?s.
7+
[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'.
8+
Type 'null' is not assignable to type 'string'.
9+
[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'.
10+
Type 'null' is not assignable to type 'string'.
11+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(550,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'.
25+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
26+
Type 'null' is not assignable to type 'string'.
27+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
28+
Type 'null' is not assignable to type 'string'.
29+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(798,4): Type 'string | null' is not assignable to type 'string'.
30+
Type 'null' is not assignable to type 'string'.
31+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/sidebar/sidebarPart.ts(176,3): Type 'string | null' is not assignable to type 'string'.
32+
Type 'null' is not assignable to type 'string'.
33+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/quickinput/quickInput.ts(1545,4): Type 'string | null' is not assignable to type 'string'.
34+
Type 'null' is not assignable to type 'string'.
35+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsToasts.ts(528,4): Type 'null' is not assignable to type 'string'.
36+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsList.ts(224,4): 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/browser/parts/notifications/notificationsCenter.ts(239,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/browser/parts/editor/tabsTitleControl.ts(984,4): Type 'string | null' is not assignable to type 'string'.
41+
Type 'null' is not assignable to type 'string'.
42+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
43+
Type 'null' is not assignable to type 'string'.
44+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(270,5): Type 'string | null' is not assignable to type 'string'.
45+
Type 'null' is not assignable to type 'string'.
46+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(272,5): Type 'string | null' is not assignable to type 'string'.
47+
Type 'null' is not assignable to type 'string'.
48+
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
49+
Type 'null' is not assignable to type 'string'.
50+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
51+
Type 'null' is not assignable to type 'string'.
52+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menu.ts(600,4): Type 'string | null' is not assignable to type 'string'.
53+
Type 'null' is not assignable to type 'string'.
54+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/inputbox/inputBox.ts(480,5): Type 'string | null' is not assignable to type 'string'.
55+
Type 'null' is not assignable to type 'string'.
56+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
57+
Type 'null' is not assignable to type 'string'.
58+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/button/button.ts(135,4): Type 'string | null' is not assignable to type 'string'.
59+
Type 'null' is not assignable to type 'string'.
60+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositePart.ts(414,5): Type 'string | null' is not assignable to type 'string'.
61+
Type 'null' is not assignable to type 'string'.
62+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(171,5): Type 'string | null' is not assignable to type 'string'.
63+
Type 'null' is not assignable to type 'string'.
64+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(182,4): Type 'string | null' is not assignable to type 'string'.
65+
Type 'null' is not assignable to type 'string'.
66+
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
67+
Type 'null' is not assignable to type 'string'.
68+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
69+
[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'.
70+
Type 'null' is not assignable to type 'string'.
71+
[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'.
72+
Type 'null' is not assignable to type 'string'.
73+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(550,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'.
87+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
88+
Type 'null' is not assignable to type 'string'.
89+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
90+
Type 'null' is not assignable to type 'string'.
91+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(798,4): Type 'string | null' is not assignable to type 'string'.
92+
Type 'null' is not assignable to type 'string'.
93+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/sidebar/sidebarPart.ts(176,3): Type 'string | null' is not assignable to type 'string'.
94+
Type 'null' is not assignable to type 'string'.
95+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/quickinput/quickInput.ts(1545,4): Type 'string | null' is not assignable to type 'string'.
96+
Type 'null' is not assignable to type 'string'.
97+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsToasts.ts(528,4): Type 'null' is not assignable to type 'string'.
98+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsList.ts(224,4): 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/browser/parts/notifications/notificationsCenter.ts(239,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/browser/parts/editor/tabsTitleControl.ts(984,4): Type 'string | null' is not assignable to type 'string'.
103+
Type 'null' is not assignable to type 'string'.
104+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
105+
Type 'null' is not assignable to type 'string'.
106+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(270,5): Type 'string | null' is not assignable to type 'string'.
107+
Type 'null' is not assignable to type 'string'.
108+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(272,5): Type 'string | null' is not assignable to type 'string'.
109+
Type 'null' is not assignable to type 'string'.
110+
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
111+
Type 'null' is not assignable to type 'string'.
112+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
113+
Type 'null' is not assignable to type 'string'.
114+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menu.ts(600,4): Type 'string | null' is not assignable to type 'string'.
115+
Type 'null' is not assignable to type 'string'.
116+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/inputbox/inputBox.ts(480,5): Type 'string | null' is not assignable to type 'string'.
117+
Type 'null' is not assignable to type 'string'.
118+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
119+
Type 'null' is not assignable to type 'string'.
120+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/button/button.ts(135,4): Type 'string | null' is not assignable to type 'string'.
121+
Type 'null' is not assignable to type 'string'.
122+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositePart.ts(414,5): Type 'string | null' is not assignable to type 'string'.
123+
Type 'null' is not assignable to type 'string'.
124+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(171,5): Type 'string | null' is not assignable to type 'string'.
125+
Type 'null' is not assignable to type 'string'.
126+
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(182,4): Type 'string | null' is not assignable to type 'string'.
127+
Type 'null' is not assignable to type 'string'.
128+
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
129+
Type 'null' is not assignable to type 'string'.
130+
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
131+
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
8132

9133

10134

11135
Standard error:
136+
[XX:XX:XX] 'compile' errored after
137+
[XX:XX:XX] Error: Found 32 errors
138+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
139+
at _end (/vscode/node_modules/through/index.js:65:9)
140+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
141+
at Stream.onend (internal/streams/legacy.js:42:10)
142+
at Stream.emit (events.js:203:15)
143+
at Stream.EventEmitter.emit (domain.js:466:23)
144+
at drain (/vscode/node_modules/through/index.js:34:23)
145+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
146+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
147+
at _end (/vscode/node_modules/through/index.js:65:9)
148+
error Command failed with exit code 1.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Exit Code: 1
22
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
4-
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
5-
Type 'undefined' is not assignable to type 'string'.
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'.
4+
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
5+
Type 'null' is not assignable to type 'string'.
6+
lib/adapters/http.js(124,17): error TS2531: Object is possibly 'null'.
7+
lib/adapters/http.js(124,40): error TS2531: Object is possibly 'null'.
88
lib/adapters/http.js(223,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
99
lib/adapters/http.js(229,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1010
lib/adapters/http.js(235,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
@@ -45,8 +45,8 @@ lib/core/enhanceError.js(37,20): error TS2339: Property 'config' does not exist
4545
lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on type 'Error'.
4646
lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
4747
lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'?
48-
lib/utils.js(248,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
49-
lib/utils.js(272,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
48+
lib/utils.js(258,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
49+
lib/utils.js(282,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
5050

5151

5252

0 commit comments

Comments
 (0)