Skip to content

feat(dom-adapters): basic inline tool adapter implementation #95

feat(dom-adapters): basic inline tool adapter implementation

feat(dom-adapters): basic inline tool adapter implementation #95

Triggered via pull request August 28, 2024 11:07
Status Failure
Total duration 1m 5s
Artifacts

playground.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 11 warnings
lint: packages/playground/src/App.vue#L5
'createDataKey' is defined but never used
lint: packages/playground/src/App.vue#L5
'createDataKey' is defined but never used
lint: packages/playground/src/App.vue#L79
Missing semicolon
lint: packages/playground/src/components/Toolbar/Toolbar.vue#L22
Elements in iteration expect to have 'v-bind:key' directives
lint: packages/playground/src/components/Toolbar/index.ts#L1
All imports in the declaration are only used as types. Use `import type`
lint: packages/playground/src/components/Toolbar/index.ts#L2
Imports "EditorJSModel" and "TextRange" are only used as types
lint: packages/playground/src/components/Toolbar/index.ts#L3
All imports in the declaration are only used as types. Use `import type`
build
Property 'userCaretIndex' does not exist on type 'CaretAdapter'.
build
Argument of type 'InlineToolName' is not assignable to parameter of type 'number | undefined'.
build
Process completed with exit code 1.
lint: packages/playground/src/App.vue#L5
A space is required after ','
lint: packages/playground/src/App.vue#L5
A space is required after ','
lint: packages/playground/src/App.vue#L8
Trailing spaces not allowed
lint: packages/playground/src/App.vue#L21
Expected blank line before this statement
lint: packages/playground/src/App.vue#L36
Expected blank line before this statement
lint: packages/playground/src/App.vue#L43
There should be no space after '['
lint: packages/playground/src/App.vue#L43
There should be no space before ']'
lint: packages/playground/src/App.vue#L124
Trailing spaces not allowed
lint: packages/playground/src/components/Toolbar/Toolbar.vue#L18
Trailing spaces not allowed
lint: packages/playground/src/components/Toolbar/Toolbar.vue#L19
Trailing spaces not allowed
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/