MCPcopy
hub / github.com/compodoc/compodoc / ApiMarkdownExports

Interface ApiMarkdownExports

src/utils/api-markdown-parser.util.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * Result of parsing API markdown exports
10 */
11export interface ApiMarkdownExports {
12 // Map of symbol name to the source file paths where it's exported
13 symbolToFiles: Map<string, Set<string>>;
14 // Set of all relevant *.api.md files found
15 apiMdFiles: Set<string>;
16}
17
18/**
19 * Utility class for parsing *.api.md files generated by API Extractor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…