Skip to content

feat: parser

feat: parser #51

Triggered via pull request February 19, 2024 12:53
@pi0pi0
synchronize #15
feat/parser
Status Failure
Total duration 39s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
ci: src/parser/markdownit.ts#L112
Type 'ChildNode[]' is not assignable to type 'Node[]'.
ci: src/parser/md4w.ts#L48
Type 'Record<string, undefined> | NodeProps<{ lang: string; }> | NodeProps<{ start: number; }> | NodeProps<{ isTask: boolean; done: boolean; }> | NodeProps<...> | NodeProps<...> | NodeProps<...> | NodeProps<...>' is not assignable to type 'Record<string, string> | undefined'.
ci: src/parser/mdast.ts#L40
Type 'string | null | undefined' is not assignable to type 'string'.
ci: src/parser/mdast.ts#L52
Property 'tag' is missing in type 'string[]' but required in type 'Node'.
ci: src/parser/mdast.ts#L90
Property 'lang' does not exist on type 'Root | Blockquote | Strong | Table | Link | Delete | Emphasis | FootnoteDefinition | Heading | ... 5 more ... | TableRow'.
ci
Process completed with exit code 1.
ci: src/parser/markdownit.ts#L115
'normalizeList' is defined but never used