rev←dep

rev←dep

Description
File dependency debugging tool for JS and TS
Tags
The tool was created help with daily dev struggles by answering these questions:
👉 What entry points my codebase have
👉 Which entry points uses a given file
👉 Which dependencies a given file has
This helps to debug project dependencies, plan refactoring, optimise bundles or plan code splitting.
It's especially useful in JS world without TypeScript or tests coverage.
It also helps to identify and eliminate dead files, understand the complexity of the file dependencies.