Skip to content

ImportGraphEntry

Defined in: packages/analyzer/src/types.ts:541

In-memory-only shape used while building the graph. The on-disk metadata schema stores only imports; importedBy is computed at load time in the MCP server to avoid referential-integrity drift (every imports edge must have a matching reverse edge — keeping that invariant in the on-disk file doubles the opportunity for inconsistency).

Property Type Defined in
component string packages/analyzer/src/types.ts:542
importedBy readonly string[] packages/analyzer/src/types.ts:544
imports readonly string[] packages/analyzer/src/types.ts:543