list_imports
Get a complete list of import statements from a TypeScript/JavaScript file, including each imported binding and the module path.
Instructions
Lists all import statements in a TypeScript/JavaScript file with their bindings and module paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the TS/JS file |