Skip to main content

Dead Code Finder

v1.0.0

Detect unused exports, unreachable code paths, and unused variables

Scans JavaScript and TypeScript source code for unused variables, unreachable statements, unused imports, and unused function parameters.

How to use
  • Paste a complete file rather than a fragment — the analyser needs full context to track references accurately.
  • Each finding shows a severity badge, the detection kind, the line number, and an explanation of why the code is flagged.
  • Try a preset from the example picker to see each detection type in action.
Findings will appear here…