Skip to content

Enable TypeScript declaration maps #157

Enable TypeScript declaration maps

Enable TypeScript declaration maps #157

Triggered via push August 30, 2023 13:09
Status Failure
Total duration 2m 18s
Artifacts

main.yml

on: push
Matrix: canary
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

20 errors
canary / unifiedjs/unified-engine
Argument of type 'VFile' is not assignable to parameter of type 'Compatible | undefined'.
canary / unifiedjs/unified-engine
Argument of type 'Node' is not assignable to parameter of type 'Node<Data>'.
canary / unifiedjs/unified-engine
Argument of type 'Node' is not assignable to parameter of type 'Node<Data>'.
canary / unifiedjs/unified-engine: lib/index.js#L2
Generic type 'Processor<ParseTree, CurrentTree, CompileTree, CompileResult>' requires between 0 and 4 type arguments.
canary / unifiedjs/unified-engine
Type 'Literal' does not satisfy the constraint 'Node<Data>'.
canary / unifiedjs/unified-engine
Property 'parser' does not exist on type 'Processor<void, void, void, void>'. Did you mean 'Parser'?
canary / unifiedjs/unified-engine
Type 'Literal' does not satisfy the constraint 'Node<Data>'.
canary / unifiedjs/unified-engine
Property 'compiler' does not exist on type 'Processor<void, void, void, void>'. Did you mean 'Compiler'?
canary / unifiedjs/unified-engine
Type '(_: any, file: any) => void' is not assignable to type 'void'.
canary / unifiedjs/unified-engine
Parameter '_' implicitly has an 'any' type.
canary / rehypejs/rehype
Type 'Root' does not satisfy the constraint 'Node<Data>'.
canary / rehypejs/rehype
Type 'Root' does not satisfy the constraint 'void | Node<Data>'.
canary / rehypejs/rehype
Initializer provides no value for this binding element and the binding element has no default value.
canary / rehypejs/rehype
Spread types may only be created from object types.
canary / rehypejs/rehype
Property 'parser' does not exist on type 'Processor<Root, void, void, void>'. Did you mean 'Parser'?
canary / rehypejs/rehype
The type of a function declaration must match the function's signature.
canary / rehypejs/rehype
Parameter 'doc' implicitly has an 'any' type.
canary / rehypejs/rehype
Parameter 'file' implicitly has an 'any' type.
canary / rehypejs/rehype
Generic type 'Processor<ParseTree, CurrentTree, CompileTree, CompileResult>' requires between 0 and 4 type arguments.
canary / rehypejs/rehype
Generic type 'Processor<ParseTree, CurrentTree, CompileTree, CompileResult>' requires between 0 and 4 type arguments.