Rust追加など #295
Annotations
10 errors
|
types (22.x):
app/terminal/tests.ts#L148
Property 'rust' does not exist on type '{ python: string; ruby: string; cpp: null; javascript: null; typescript: null; }'.
|
|
types (22.x):
app/terminal/tests.ts#L117
Type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; typescript: null[]; }' does not satisfy the expected type 'Record<RuntimeLang, (string | null)[]>'.
|
|
types (22.x):
app/terminal/tests.ts#L106
Property 'rust' does not exist on type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; typescript: null[]; }'.
|
|
types (22.x):
app/terminal/tests.ts#L91
Type '{ python: string; ruby: string; cpp: null; javascript: string; typescript: null; }' does not satisfy the expected type 'Record<RuntimeLang, string | null>'.
|
|
types (22.x):
app/terminal/tests.ts#L84
Property 'rust' does not exist on type '{ python: string; ruby: string; cpp: null; javascript: string; typescript: null; }'.
|
|
types (22.x):
app/terminal/tests.ts#L64
Type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; typescript: null[]; }' does not satisfy the expected type 'Record<RuntimeLang, string[] | null[]>'.
|
|
types (22.x):
app/terminal/tests.ts#L54
Property 'rust' does not exist on type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; typescript: null[]; }'.
|
|
types (22.x):
app/terminal/tests.ts#L54
Type 'string[] | null[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
types (22.x):
app/terminal/tests.ts#L39
Type '{ python: string; ruby: string; cpp: null; javascript: string; typescript: null; }' does not satisfy the expected type 'Record<RuntimeLang, string | null>'.
|
|
types (22.x):
app/terminal/tests.ts#L32
Property 'rust' does not exist on type '{ python: string; ruby: string; cpp: null; javascript: string; typescript: null; }'.
|