get_file_content
Retrieve the content of a file in a JavaScript/TypeScript project by matching a partial path. Resolves the file path and returns its source code for analysis.
Instructions
Returns the content of a project file. It is resolved by matching a path suffix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| rel_path | Yes | Relative or partial file path |