tldr_importers
Find all files that import a specific module for reverse import lookup to understand module usage across a project.
Instructions
Find all files that import a module (reverse import lookup). Use to understand module usage across the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language filter | |
| path | Yes | Project path (absolute) | |
| module | Yes | Module name to search for |