-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
ckeditor/ckeditor5-linters-config
#6Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.
Milestone
Description
π Provide detailed reproduction steps (if any)
- Build DLLs in development mode:
yarn run dll:build --dev. - Run manual tests that require DLLs:
yarn run manual -f ckeditor5.
βοΈ Expected result
No error in the console.
β Actual result
Module parse failed: 'import' and 'export' may only appear at the top level (15204:20)
File was processed with these loaders:
* ./node_modules/@ckeditor/ckeditor5-dev-tests/lib/utils/ck-debug-loader.js
You may need an additional loader to handle the result of these loaders.
| */
|
> /* @if CK_DEBUG */ import { CKEditorError } from 'ckeditor5/src/utils';
|
| /**
β Possible solution
Probably this dynamic import causes this error log:
| // @if CK_DEBUG // import { CKEditorError } from 'ckeditor5/src/utils'; |
If you'd like to see this fixed sooner, add a π reaction to this post.
Metadata
Metadata
Assignees
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:bugThis issue reports a buggy (incorrect) behavior.This issue reports a buggy (incorrect) behavior.