wip #4228
Annotations
10 errors
Run CI Tests:
helpers/helpers.cjs#L12
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../lib/markdownlint.mjs")' call instead.
|
Run CI Tests:
helpers/helpers.cjs#L13
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../lib/markdownlint.mjs")' call instead.
|
Run CI Tests:
helpers/helpers.cjs#L339
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../lib/markdownlint.mjs")' call instead.
|
Run CI Tests:
helpers/helpers.cjs#L340
The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../lib/markdownlint.mjs")' call instead.
|
Run CI Tests:
helpers/helpers.cjs#L400
Type '"undefinedReferenceCollapsed"' is not assignable to type 'keyof TokenTypeMap'.
|
Run CI Tests:
helpers/helpers.cjs#L400
Type '"undefinedReferenceFull"' is not assignable to type 'keyof TokenTypeMap'.
|
Run CI Tests:
helpers/helpers.cjs#L400
Type '"undefinedReferenceShortcut"' is not assignable to type 'keyof TokenTypeMap'.
|
Run CI Tests:
helpers/helpers.cjs#L460
Type '"undefinedReferenceCollapsed"' is not comparable to type 'keyof TokenTypeMap'.
|
Run CI Tests:
helpers/helpers.cjs#L461
Type '"undefinedReferenceFull"' is not comparable to type 'keyof TokenTypeMap'.
|
Run CI Tests:
helpers/helpers.cjs#L462
Type '"undefinedReferenceShortcut"' is not comparable to type 'keyof TokenTypeMap'.
|
Loading