画面内のセクションを取得する機能を追加 #115
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'.
|