1 مستودع
Tools that visualize the chain of imports to track where a specific export is consumed.
Distinct from Console Trace Exporters: Unlike observability tracing for runtime execution, this is a static analysis tool for visualizing code dependency paths.
Explore 1 awesome GitHub repository matching development tools & productivity · Export Usage Tracers. Refine with filters or upvote what's useful.
Knip is a static analysis project cleaner and dead code analyzer for JavaScript and TypeScript projects. It identifies and removes unused files, dependencies, and exports to maintain a lean codebase and reduce bundle size. The tool functions as a monorepo dependency auditor, tracking exports and dependencies across multiple workspaces to find dead code in large multi-package projects. It specifically targets the removal of unused packages from project manifests and the deletion of unreferenced exports. Its capabilities cover dead code elimination, JavaScript dependency management, and TypeSc
Tracks imports across files and workspaces to visualize the reverse module graph for specific exports.