Skip to content

Add abbreviated node view descriptor objects #139

Add abbreviated node view descriptor objects

Add abbreviated node view descriptor objects #139

Triggered via push July 28, 2023 18:20
Status Failure
Total duration 1m 46s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
check: src/hooks/useContentEditable.ts#L1
All imports in import declaration are unused.
check: src/hooks/useDomAtPos.tsx#L10
'side' is declared but its value is never read.
check: src/hooks/useDomAtPos.tsx#L29
Type 'NodeViewDescriptor' is missing the following properties from type 'Node': baseURI, childNodes, firstChild, isConnected, and 46 more.
check
Process completed with exit code 2.
check: src/browser.ts#L11
Unexpected any. Specify a different type
check: src/browser.ts#L13
Forbidden non-null assertion
check: src/browser.ts#L15
Forbidden non-null assertion
check: src/browser.ts#L23
Forbidden non-null assertion
check: src/components/EditorView.tsx#L49
Forbidden non-null assertion
check: src/decorations/DecorationType.ts#L7
Unexpected any. Specify a different type
check: src/dom.ts#L17
Forbidden non-null assertion
check: src/dom.ts#L31
Forbidden non-null assertion
check: src/dom.ts#L47
Forbidden non-null assertion
check: src/hooks/useContentEditable.ts#L2
'chainCommands' is defined but never used