Skip to content

feat/34: Add faux cursor to preserve context #270

feat/34: Add faux cursor to preserve context

feat/34: Add faux cursor to preserve context #270

Triggered via pull request August 4, 2023 13:36
@Sidsector9Sidsector9
synchronize #207
feat/34
Status Failure
Total duration 1m 21s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
eslint: src/index.js#L117
'content' is never reassigned. Use 'const' instead
eslint: src/index.js#L117
Replace `·/<insertspecialcharacters>|<\/insertspecialcharacters>/g,·''·` with `⏎↹↹↹↹/<insertspecialcharacters>|<\/insertspecialcharacters>/g,⏎↹↹↹↹''⏎↹↹↹`
eslint: src/index.js#L119
Delete `↹↹↹`
eslint: src/index.js#L127
Replace `·preBreak·+·`<span·class="insert-special-character__faux-caret">${·postBreakFirstChar·}</span>`·+·` with `⏎↹↹↹↹↹preBreak·+⏎↹↹↹↹↹`<span·class="insert-special-character__faux-caret">${·postBreakFirstChar·}</span>`·+⏎↹↹↹↹↹`
eslint: src/index.js#L128
Replace `·(·isActive·||·inActiveBySelection·)·&&·end·-·start·>·0·` with `⏎↹↹↹↹(·isActive·||·inActiveBySelection·)·&&⏎↹↹↹↹end·-·start·>·0⏎↹↹↹`
eslint: src/index.js#L133
Replace `·preSelectText·+·`<span·class="insert-special-character__faux-selection">${·selectedText·}</span>`·+·` with `⏎↹↹↹↹↹preSelectText·+⏎↹↹↹↹↹`<span·class="insert-special-character__faux-selection">${·selectedText·}</span>`·+⏎↹↹↹↹↹`
eslint
Process completed with exit code 1.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/