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.
Query precomputed code graphs to understand repo structure and dependencies fast.
Query JavaScript and TypeScript codebases in natural language for function insights.
Index TS and React repos into a queryable graph for precise code analysis.
Provide structured code context and dependency graphs for efficient codebase understanding.
Query Python code graphs to inspect structure, calls, and test coverage.