MCPcopy
hub / github.com/compodoc/compodoc / parsePublicApi

Function parsePublicApi

src/utils/public-api-parser.util.ts:311–314  ·  view source on GitHub ↗
(distPath: string)

Source from the content-addressed store, hash-verified

309 * Parse public API exports from index.d.ts files in the dist folder
310 */
311export async function parsePublicApi(distPath: string): Promise<PublicApiExports> {
312 const parser = new PublicApiParser(distPath);
313 return await parser.parseIndexFiles();
314}

Callers 1

processPublicApiMethod · 0.90

Calls 1

parseIndexFilesMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…