MCPcopy Create free account
hub / github.com/effect-app/libs / loadJSDocConfig

Function loadJSDocConfig

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:3253–3257  ·  view source on GitHub ↗
(cwd = process.cwd(), configPath = "jsdocs.config.json")

Source from the content-addressed store, hash-verified

3251 const tags = buildTags("module", block.tags)
3252 if (tags._tag === "Failure") addModelDiagnostics(diagnostics, block.range, tags.error.diagnostics)
3253 const examples = parseModuleExamples(block)
3254 addModelDiagnostics(diagnostics, block.range, examples.diagnostics)
3255 addJSDocLinkDiagnostics(sourceFile, block, diagnostics, linkContext)
3256 return moduleJSDoc
3257}
3258
3259function parseSourceFileDocs(
3260 cwd: string,

Callers 1

bin.tsFile · 0.90

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…