0.1.1 • Published 2 years ago

@arnaud-barre/check-circular-imports v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.1

2 years ago

0.1.0

2 years ago