get_module_symbols
Extract all exported symbols from a TypeScript/JavaScript module by specifying the root directory and module name, enabling efficient module analysis without detailed signatures.
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 |