Convert directly mappable Doxygen XML output into markdown #777
Annotations
4 errors
api-checks:
scripts/js/lib/api/directMapXmlToMdx.ts#L55
Type '(Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | MdxFlowExpression | ... 16 more ... | InlineMath)[]' is not assignable to type 'PhrasingContent[]'.
|
api-checks:
scripts/js/lib/api/directMapXmlToMdx.ts#L57
Type '(Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | MdxFlowExpression | ... 16 more ... | InlineMath)[]' is not assignable to type 'PhrasingContent[]'.
|
api-checks:
scripts/js/lib/api/directMapXmlToMdx.ts#L72
Type '{ type: "listItem"; children: (Code | Paragraph | Heading | ThematicBreak | Blockquote | List | Table | HTML | ... 17 more ... | InlineMath)[]; }[]' is not assignable to type 'ListItem[]'.
|
api-checks
Process completed with exit code 2.
|