Skip to content

Commit 1579bfd

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (#25436)
1 parent 84f5aa5 commit 1579bfd

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

tests/baselines/reference/user/prettier.log

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,28 @@ src/language-vue/parser-vue.js(398,23): error TS2345: Argument of type '{ [x: st
7171
Property 'contentStart' is missing in type '{ [x: string]: any; tag: any; attrs: any; unary: any; start: any; children: never[]; }'.
7272
src/language-vue/parser-vue.js(399,9): error TS2322: Type '{ [x: string]: any; tag: any; attrs: any; unary: any; start: any; children: never[]; }' is not assignable to type '{ [x: string]: any; tag: string; attrs: never[]; unary: boolean; start: number; contentStart: num...'.
7373
src/main/core-options.js(51,43): error TS1005: '}' expected.
74-
src/main/core-options.js(63,5): error TS2322: Type '{ cursorOffset: { since: string; category: string; type: "int"; default: number; range: { start: ...' is not assignable to type '{ [name: string]: OptionInfo; }'.
75-
Property 'cursorOffset' is incompatible with index signature.
76-
Type '{ since: string; category: string; type: "int"; default: number; range: { start: number; end: num...' is not assignable to type 'OptionInfo'.
77-
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
74+
src/main/core-options.js(63,5): error TS2322: Type '{ since: string; category: string; type: "int"; default: number; range: { start: number; end: num...' is not assignable to type 'OptionInfo'.
75+
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
76+
src/main/core-options.js(69,5): error TS2322: Type 'undefined' is not assignable to type 'string | number | boolean | { since: string; value: string | number | boolean; }[] | [{ value: (s...'.
77+
src/main/core-options.js(82,5): error TS2322: Type '{ since: string; category: string; type: "boolean"; default: false; description: string; cliCateg...' is not assignable to type 'OptionInfo'.
78+
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
79+
src/main/core-options.js(92,5): error TS2322: Type '({ [x: string]: any; value: string; description: string; } | { [x: string]: any; value: string; s...' is not assignable to type 'OptionChoiceInfo'.
80+
Property 'value' is missing in type '({ [x: string]: any; value: string; description: string; } | { [x: string]: any; value: string; s...'.
81+
src/main/core-options.js(122,5): error TS2322: Type '{ since: string; type: "path"; array: true; default: [{ value: never[]; }]; category: string; des...' is not assignable to type 'OptionInfo'.
82+
Object literal may only specify known properties, and 'cliName' does not exist in type 'OptionInfo'.
83+
src/main/core-options.js(125,3): error TS2322: Type '{ since: string; category: string; type: "int"; default: number; description: string; range: { st...' is not assignable to type 'OptionInfo'.
84+
Property 'array' is missing in type '{ since: string; category: string; type: "int"; default: number; description: string; range: { st...'.
85+
src/main/core-options.js(144,5): error TS2322: Type '{ since: string; category: string; type: "int"; default: number; range: { start: number; end: num...' is not assignable to type 'OptionInfo'.
86+
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
87+
src/main/core-options.js(157,5): error TS2322: Type '{ since: string; category: string; type: "int"; default: number; range: { start: number; end: num...' is not assignable to type 'OptionInfo'.
88+
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
89+
src/main/core-options.js(168,5): error TS2322: Type '{ since: string; category: string; type: "boolean"; default: false; description: any; cliCategory...' is not assignable to type 'OptionInfo'.
90+
Object literal may only specify known properties, and 'cliCategory' does not exist in type 'OptionInfo'.
91+
src/main/core-options.js(170,3): error TS2322: Type '{ type: "int"; category: string; default: number; description: string; range: { start: number; en...' is not assignable to type 'OptionInfo'.
92+
Property 'since' is missing in type '{ type: "int"; category: string; default: number; description: string; range: { start: number; en...'.
93+
src/main/core-options.js(182,5): error TS2322: Type 'string' is not assignable to type 'boolean | null'.
94+
src/main/core-options.js(187,3): error TS2322: Type '{ since: string; category: string; type: "boolean"; default: false; description: string; }' is not assignable to type 'OptionInfo'.
95+
Property 'array' is missing in type '{ since: string; category: string; type: "boolean"; default: false; description: string; }'.
7896
src/main/parser.js(61,9): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
7997
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
8098
Type 'undefined' is not assignable to type 'PropertyDescriptor'.

0 commit comments

Comments
 (0)