cross_file_links
Trace import and export links between code files from specified entry points to visualize dependencies and understand project structure.
Instructions
Trace import/export links from entry points.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryPoints | Yes | Starting files to trace imports from | |
| depth | No | Maximum depth to follow imports (default: 3) | |
| includeTypes | No | Include type-only imports |