fix(bundle): fixed imports with relative paths #1749
ci.yml
on: pull_request
Verify Files
45s
Tests
31s
Annotations
4 errors and 12 warnings
Verify Files:
src/bundle/Editor.ts#L7
`../core/markdown/ProseMirrorTransformer` import should occur after import of `../core`
|
Verify Files:
src/bundle/Editor.ts#L8
There should be no empty line within import group
|
Verify Files:
src/bundle/Editor.ts#L8
`../markup/codemirror/autocomplete` import should occur after import of `../markup`
|
Verify Files
Process completed with exit code 1.
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Files:
demo/components/Playground.tsx#L42
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L97
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L98
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L143
'directiveSyntax' is already declared in the upper scope on line 131 column 9
|
Verify Files:
demo/components/Playground.tsx#L267
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L271
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L274
Unexpected console statement
|
Verify Files:
demo/components/Playground.tsx#L294
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
Verify Files:
demo/components/SplitModePreview.tsx#L58
React Hook useMemo has an unnecessary dependency: 'theme'. Either exclude it or remove the dependency array
|
Verify Files:
demo/hooks/useYfmHtmlBlockStyles.ts#L25
Assignment to property of function parameter 'acc'
|