File outline
file_outlineList a JavaScript/TypeScript file's functions, classes, interfaces, types, enums, and constants with line ranges, so you can see its shape without reading the whole file and save tokens.
Instructions
List the structure of one JavaScript/TypeScript file — functions, classes (with methods), interfaces, types, enums, and constants with line ranges. Cheaper than reading the whole file when you only need its shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path relative to the repository root | |
| path | Yes | Absolute path to the repository root |