Skip to content

editor: add code block language to local storage #154

editor: add code block language to local storage

editor: add code block language to local storage #154

Triggered via pull request January 8, 2025 06:52
Status Failure
Total duration 1m 42s
Artifacts

desktop.tests.yml

on: pull_request
Test macOS x64
0s
Test macOS x64
Test macOS
0s
Test macOS
Test for Linux
0s
Test for Linux
Test for Windows
0s
Test for Windows
Fit to window
Zoom out
Zoom in

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