@arnaud-barre/check-circular-imports
v0.1.1
Published
Custom, fast check for circular imports in a TS codebase based on Bun scanImports builtin
Downloads
122
Readme
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
- https://github.com/ArnaudBarre/prettier-plugin-sort-imports
- https://github.com/ArnaudBarre/eslint-config/blob/main/eslint-plugin/rules/imports.ts