javascript_structure_map
Analyze JavaScript files to extract exported and helper functions, list dependencies, and show test usage for a given project.
Instructions
Return JavaScript files, exported/helper functions, dependencies, and test usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the analyzed project. | |
| limit | No | Maximum number of JavaScript files to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||