Skip to content

画面内のセクションを取得する機能を追加 #115

画面内のセクションを取得する機能を追加

画面内のセクションを取得する機能を追加 #115

Triggered via pull request October 21, 2025 15:44
Status Failure
Total duration 1m 15s
Artifacts

node.js.yml

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

Annotations

7 errors
lint (22.x)
Process completed with exit code 1.
types (22.x)
Process completed with exit code 2.
types (22.x): app/terminal/python/page.tsx#L13
Property 'terminalId' is missing in type '{ initRuntime: () => Promise<void>; runtimeInitializing: boolean; runtimeReady: boolean; initMessage: string; prompt: string; promptMore: string; language: string; tabSize: number; mutex: MutexInterface; sendCommand: (code: string) => Promise<...>; checkSyntax: (code: string) => Promise<...>; }' but required in type 'ReplComponentProps'.
types (22.x): app/terminal/python/embedded.tsx#L13
Property 'terminalId' is missing in type '{ initRuntime: () => Promise<void>; runtimeInitializing: boolean; runtimeReady: boolean; initCommand: ReplCommand[]; mutex: MutexInterface; prompt: string; ... 4 more ...; checkSyntax: (code: string) => Promise<...>; }' but required in type 'ReplComponentProps'.
types (22.x): app/actions/chatActions.ts#L80
Property 'documentContent' does not exist on type '{ userQuestion: string; splitMdContent: string; replOutputs?: { command: string; output: { type: "error" | "stdout" | "stderr" | "return" | "trace" | "system"; message: string; }[]; }[] | undefined; fileContents?: { ...; }[] | undefined; execResults?: Record<...> | undefined; }'.
types (22.x): app/[docs_id]/chatForm.tsx#L84
Type 'Record<string, ReplCommand[]>' is missing the following properties from type '{ command: string; output: { type: "error" | "stdout" | "stderr" | "return" | "trace" | "system"; message: string; }[]; }[]': length, pop, push, concat, and 35 more.
types (22.x): app/[docs_id]/chatForm.tsx#L82
Type 'MarkdownSection[]' is not assignable to type 'string'.