Query TypeScript dependency graphs to find the minimal files for review or debugging.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "ts-review-graph" yet — see the docs or source repo.
Using the TypeScript dependency graph, find the minimal set of files required to review changes in src/auth/login.ts, and order them by dependency.
A minimal list of relevant files, with their dependency relationships and suggested review order.
I found a type error in src/api/userService.ts. Use the dependency graph to identify the most relevant upstream and downstream files to narrow debugging scope.
A focused set of related files to help pinpoint the issue source and impacted modules.
I want to add a new parameter to src/features/reporting/exportCsv.ts. Extract the minimal context files needed from the TypeScript dependency graph before implementation.
A core reading list of files needed to understand the call chain and type definitions before implementation.
Analyze dependency graphs to predict breaking changes and enforce provenance safeguards.
Help AI understand TypeScript/NestJS codebases accurately with static analysis knowledge.
Query JavaScript and TypeScript codebases in natural language for function insights.
Navigate, inspect, diagnose, and refactor TypeScript projects with compiler-level intelligence.
Analyze TypeScript types and dependency graphs to understand and refactor codebases.
Query, understand, and edit large multilingual codebases with AI knowledge graphs.