Dead Export Detection
dead_exportsFind unused exports to identify dead code that increases bundle size and maintenance cost.
Instructions
Find exported symbols not imported anywhere in the project — dead code that increases bundle size and maintenance cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root |