ended3월 23일· 1 sources

I built a Rust-based codebase analyzer that finds dead code in JS/TS projects in milliseconds

JS/TS 프로젝트의 데드 코드를 밀리초 만에 찾아내는 Rust 기반 코드베이스 분석기를 만들었습니다

Why it matters

Fallow is a Rust-based static analyzer for JS/TS codebases that detects unused files, exports, dependencies, circular dependencies, and duplicated code in sub-second time. It leverages the Oxc parser natively in Rust with rayon for parallel processing, significantly outperforming existing tools like knip. With zero configuration and 84 auto-detected framework plugins, it addresses the growing problem of dead code accumulation, especially in AI-assisted development workflows.

1
Sources
+0
24h
Growth
181d
Active
fallowRustdead codeOxcstatic analysis

Sources

Related Issues