Skip to content

TypeScript実行環境を追加 #209

TypeScript実行環境を追加

TypeScript実行環境を追加 #209

Triggered via pull request November 9, 2025 11:19
Status Failure
Total duration 52s
Artifacts

node.js.yml

on: pull_request
Matrix: lint
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
types (22.x): app/terminal/tests.ts#L89
Property 'typescript' does not exist on type '{ python: string; ruby: string; cpp: null; javascript: string; }'.
types (22.x): app/terminal/tests.ts#L67
Type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; }' does not satisfy the expected type 'Record<RuntimeLang, string[] | null[]>'.
types (22.x): app/terminal/tests.ts#L58
Property 'typescript' does not exist on type '{ python: string[]; ruby: string[]; cpp: null[]; javascript: string[]; }'.
types (22.x): app/terminal/tests.ts#L58
Type 'string[] | null[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
types (22.x): app/terminal/tests.ts#L38
Type '{ python: string; ruby: string; cpp: null; javascript: string; }' does not satisfy the expected type 'Record<RuntimeLang, string | null>'.
types (22.x): app/terminal/tests.ts#L32
Property 'typescript' does not exist on type '{ python: string; ruby: string; cpp: null; javascript: string; }'.
types (22.x): app/terminal/runtime.tsx#L140
Type '"typescript"' does not satisfy the expected type 'never'.
types (22.x): app/terminal/page.tsx#L159
Argument of type '(updatedFiles: Record<string, string>) => Promise<Record<string, string>>' is not assignable to parameter of type '(name: string, content: string) => void'.
types (22.x): app/terminal/page.tsx#L137
Property 'typescript' is missing in type '{ python: { splitReplExamples: (content: string) => ReplCommand[]; getCommandlineStr: (filenames: string[]) => string; ready: boolean; mutex?: MutexInterface; interrupt?: () => void; runCommand?: (command: string) => Promise<ReplOutput[]>; checkSyntax?: (code: string) => Promise<SyntaxStatus>; runFiles: (filenames: ...' but required in type 'Record<RuntimeLang, RuntimeContext>'.
types (22.x): app/terminal/highlight.ts#L24
Type '"typescript"' does not satisfy the expected type 'never'.