editor: add code block language to local storage #151
desktop.tests.yml
on: pull_request
Build
1m 29s
Test macOS x64
0s
Test macOS
0s
Test for Linux
0s
Test for Windows
0s
Annotations
10 errors and 1 warning
Build
Type '(this: { name: string; options: AttachmentOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: AttachmentOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Type '(this: { name: string; options: CodeBlockOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: CodeBlockOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Type '(this: { name: string; options: EmbedOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: EmbedOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Type '(this: { name: string; options: ImageOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: ImageOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Property 'ignoreMutation' in type 'ReactNodeView<P>' is not assignable to the same property in base type 'NodeView'.
|
Build
Class 'TableNode' incorrectly implements interface 'NodeView'.
|
Build
Type '(this: { name: string; options: TaskItemOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: TaskItemOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Type '(this: { name: string; options: TaskListOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: TaskListOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Type '(this: { name: string; options: WebClipOptions; storage: any; editor: Editor; type: NodeType; parent: ((this: ...) => NodeViewRenderer) | null | undefined; }) => ({ node, getPos, editor }: NodeViewRendererProps) => ReactNodeView<...>' is not assignable to type '(this: { name: string; options: WebClipOptions; storage: any; editor: Editor; type: NodeType; parent: ... | null | undefined; }) => NodeViewRenderer'.
|
Build
Process completed with exit code 1.
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|