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

Method getProjectAliases

src/resolution/types.ts:142–142  ·  view source on GitHub ↗

* Project import-path aliases (tsconfig/jsconfig `paths`). Returns * `null` when the project doesn't define any. Cached per resolver * instance — safe to call from any resolver code path. Optional so * existing test fixtures and external context implementations * compile without modifica

()

Source from the content-addressed store, hash-verified

140 * compile without modification; production resolver implements it.
141 */
142 getProjectAliases?(): import('./path-aliases').AliasMap | null;
143 /**
144 * Go module info from `go.mod` at the project root. Returns `null`
145 * when the project has no `go.mod` (non-Go projects, pre-modules

Callers 2

isExternalImportFunction · 0.80
resolveAliasedImportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected