find_errors
Detects TypeScript error patterns including floating promises, empty catches, unsafe assertions, and double assertions to help identify potential issues.
Instructions
Analyzes TypeScript-specific error patterns: floating promises, empty catches, unsafe type assertions, double assertions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the TS/JS file | |
| function | No | Scope analysis to a specific function |