Skip to content

Commit f9ca8ba

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (#33557)
1 parent 5d09688 commit f9ca8ba

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Standard output:
134134
@uifabric/utilities: PASS src/warn/warnControlledUsage.test.ts
135135
@uifabric/utilities: PASS src/focus.test.tsx
136136
@uifabric/utilities: PASS src/styled.test.tsx
137+
@uifabric/utilities: PASS src/customizations/Customizer.test.tsx
137138
@uifabric/utilities: PASS src/EventGroup.test.ts
138139
@uifabric/utilities: PASS src/array.test.ts
139-
@uifabric/utilities: PASS src/customizations/Customizer.test.tsx
140140
@uifabric/utilities: PASS src/math.test.ts
141141
@uifabric/utilities: PASS src/warn/warn.test.ts
142142
@uifabric/utilities: PASS src/dom/dom.test.ts

tests/baselines/reference/user/prettier.log

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ src/language-html/syntax-vue.js(14,27): error TS2339: Property 'right' does not
169169
src/language-html/utils.js(10,30): error TS2307: Cannot find module 'html-tag-names'.
170170
src/language-html/utils.js(11,39): error TS2307: Cannot find module 'html-element-attributes'.
171171
src/language-html/utils.js(444,17): error TS2554: Expected 0 arguments, but got 1.
172-
src/language-js/comments.js(864,64): error TS2554: Expected 0 arguments, but got 1.
172+
src/language-js/comments.js(865,64): error TS2554: Expected 0 arguments, but got 1.
173173
src/language-js/index.js(9,26): error TS2307: Cannot find module 'linguist-languages/data/JavaScript'.
174174
src/language-js/index.js(9,65): error TS2345: Argument of type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; extend: { interpreters: string[]; }; }' is not assignable to parameter of type '{ extend: any; override: any; exclude: any; }'.
175175
Property 'exclude' is missing in type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; extend: { interpreters: string[]; }; }' but required in type '{ extend: any; override: any; exclude: any; }'.
@@ -335,8 +335,6 @@ src/main/options-normalizer.js(36,35): error TS2339: Property 'blue' does not ex
335335
src/main/options-normalizer.js(54,5): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
336336
src/main/options-normalizer.js(74,16): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'.
337337
src/main/options-normalizer.js(80,39): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'.
338-
src/main/options-normalizer.js(90,44): error TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'SchemaHandlers<any>'.
339-
Object literal may only specify known properties, and 'name' does not exist in type 'SchemaHandlers<any>'.
340338
src/main/options-normalizer.js(99,11): error TS2345: Argument of type '{ name: any; sourceName: any; }' is not assignable to parameter of type 'SchemaHandlers<any>'.
341339
Object literal may only specify known properties, and 'name' does not exist in type 'SchemaHandlers<any>'.
342340
src/main/options-normalizer.js(143,13): error TS2769: No overload matches this call.

tests/baselines/reference/user/webpack.log

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)