get_module_symbols
Extract all exported symbols from TypeScript/JavaScript modules to analyze dependencies and imports, specifying root directory and module name for precise resolution.
Instructions
Get all exported symbols from a TypeScript/JavaScript module without detailed signatures
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Context file for resolving relative imports | |
| moduleName | Yes | The module to analyze (e.g., 'neverthrow', './local-module') | |
| root | Yes | Root directory for resolving relative paths |