find_non_null_assertions
Scan JavaScript/TypeScript code for non-null assertion expressions (expr!) to locate type-debt and unsafe assumptions about null/undefined values.
Instructions
Non-null assertions expr! (type-debt heuristic): assume the value is not null/undefined without checking it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |