find_loose_generics
Find TypeScript type parameters that are unconstrained or unused in the body to help tighten generic definitions and improve code quality.
Instructions
Type parameters without constraint (<T> instead of <T extends ...>) or unused in the body (heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |