Add Support for MDX v3 #645
Annotations
11 errors
|
Build, Lint and Test:
packages/eslint-mdx/src/helpers.ts#L80
Type '{ line: number; column: number; offset: number; }' is not assignable to type 'Position'.
|
Build, Lint and Test:
packages/eslint-mdx/src/parser.ts#L69
Property 'position' does not exist on type 'VFileMessage'.
|
Build, Lint and Test:
packages/eslint-mdx/src/tokens.ts#L2
Module '"remark-mdx"' has no exported member 'Root'. Did you mean to use 'import Root from "remark-mdx"' instead?
|
Build, Lint and Test:
packages/eslint-mdx/src/tokens.ts#L32
Type '{ type: TokenType; value: string; start: number; end: number; loc: { start: Position; end: Position; }; range: [number, number]; }' is not assignable to type 'Token'.
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L32
Module '"remark-mdx"' has no exported member 'Root'. Did you mean to use 'import Root from "remark-mdx"' instead?
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L34
Module '"unified"' has no exported member 'FrozenProcessor'.
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L35
Module '"unified-engine/lib/configuration"' has no exported member 'Config'.
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L81
Type 'void' is not assignable to type 'undefined'.
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L87
Type 'typeof Parser' is not assignable to type 'Acorn'.
|
Build, Lint and Test:
packages/eslint-mdx/src/worker.ts#L93
Type 'Token[]' is not assignable to type '((token: Token) => any) | Token[]'.
|
The logs for this run have expired and are no longer available.
Loading