reverse_deps
Find all files importing a given module. Specify the file and source root to analyze reverse dependencies in TypeScript code.
Instructions
Find all files that import a given file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Module path to find reverse dependencies for | |
| exclude | No | Directories to exclude | |
| tsconfig | No | Path to tsconfig.json | |
| source_root | Yes | Source root directory to analyze | |
| exclude_patterns | No | Regex patterns to exclude files (e.g. "\.d\.ts$" to skip declaration files) |