get_module_symbols
Analyze TypeScript/JavaScript modules to extract all exported symbols, enabling efficient module inspection and dependency tracking. Specify root directory and module name for precise results.
Instructions
Get all exported symbols from a TypeScript/JavaScript module without detailed signatures
Input 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 |