check-circular-imports
Custom, fast check for circular imports in a TS codebase based on Bun scanImports builtin.
The check assume all source code imports are relative and use full path (extension + no index import).
Imports other than .ts
& .tsx
are skipped.
bun check-circular-imports <entryPoint>
Related
This project is part of a personal work to make my build tools out of resolution-hell