tldr_diagnostics
Run type-check and lint diagnostics on a file or project. Identify errors without executing the code.
Instructions
Get type-check and lint diagnostics for a file or project. Use to find errors without running the code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language override | |
| target | Yes | File or project directory to check | |
| no_lint | No | Skip linter, only run type checker | |
| project | No | Check entire project instead of single file |