You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }'.
78
96
src/main/parser.js(61,9): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
79
97
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
80
98
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
0 commit comments