Query a compiler-accurate code graph of a TypeScript repo — who calls, imports, extends or type-references a symbol, across every package, in milliseconds. Use BEFORE renaming, deleting, changing the signature of, or refactoring any exported symbol; when asked "what uses X", "is X still used", "what breaks if I change X", "what does this package depend on"; when tracing blast radius or mapping an unfamiliar codebase; and instead of grep whenever the question is about code structure rather than text. Also finds import cycles and dead exports. Triggers on "pavouk", "who calls", "find all references", "what would break", "is this dead code", "impact of changing".
2026-07-14