MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / AliasMap

Interface AliasMap

src/resolution/path-aliases.ts:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface AliasMap {
48 /** Absolute path. The directory `compilerOptions.paths` is rooted at. */
49 baseUrl: string;
50 /**
51 * Patterns ordered by specificity: longer prefix first, then literal-
52 * before-wildcard, so the resolver tries the most-specific match.
53 */
54 patterns: AliasPattern[];
55}
56
57/**
58 * Strip JSONC comments + trailing commas so a tsconfig with the usual

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected