Update user baselines (#33557)

This commit is contained in:
TypeScript Bot
2019-09-23 14:09:51 -07:00
committed by Wesley Wigham
parent 5d09688c1e
commit f9ca8ba6f8
3 changed files with 2 additions and 14 deletions

View File

@@ -134,9 +134,9 @@ Standard output:
@uifabric/utilities: PASS src/warn/warnControlledUsage.test.ts
@uifabric/utilities: PASS src/focus.test.tsx
@uifabric/utilities: PASS src/styled.test.tsx
@uifabric/utilities: PASS src/customizations/Customizer.test.tsx
@uifabric/utilities: PASS src/EventGroup.test.ts
@uifabric/utilities: PASS src/array.test.ts
@uifabric/utilities: PASS src/customizations/Customizer.test.tsx
@uifabric/utilities: PASS src/math.test.ts
@uifabric/utilities: PASS src/warn/warn.test.ts
@uifabric/utilities: PASS src/dom/dom.test.ts

View File

@@ -169,7 +169,7 @@ src/language-html/syntax-vue.js(14,27): error TS2339: Property 'right' does not
src/language-html/utils.js(10,30): error TS2307: Cannot find module 'html-tag-names'.
src/language-html/utils.js(11,39): error TS2307: Cannot find module 'html-element-attributes'.
src/language-html/utils.js(444,17): error TS2554: Expected 0 arguments, but got 1.
src/language-js/comments.js(864,64): error TS2554: Expected 0 arguments, but got 1.
src/language-js/comments.js(865,64): error TS2554: Expected 0 arguments, but got 1.
src/language-js/index.js(9,26): error TS2307: Cannot find module 'linguist-languages/data/JavaScript'.
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; }'.
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
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.
src/main/options-normalizer.js(74,16): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'.
src/main/options-normalizer.js(80,39): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'.
src/main/options-normalizer.js(90,44): error TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'SchemaHandlers<any>'.
Object literal may only specify known properties, and 'name' does not exist in type 'SchemaHandlers<any>'.
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>'.
Object literal may only specify known properties, and 'name' does not exist in type 'SchemaHandlers<any>'.
src/main/options-normalizer.js(143,13): error TS2769: No overload matches this call.

View File

@@ -1,10 +0,0 @@
Exit Code: 1
Standard output:
lib/Compilation.js(575,5): error TS2322: Type 'number | "toString" | "valueOf" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | ... 29 more ... | "trimRight"' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
lib/Compiler.js(228,48): error TS2345: Argument of type 'number | "toString" | "valueOf" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | ... 29 more ... | "trimRight"' is not assignable to parameter of type 'string'.
Type 'number' is not assignable to type 'string'.
Standard error: