@arnaud-barre/check-circular-imports

0.1.1 • Public • Published

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>

This project is part of a personal work to make my build tools out of resolution-hell

Readme

Keywords

none

Package Sidebar

Install

npm i @arnaud-barre/check-circular-imports

Weekly Downloads

19

Version

0.1.1

License

MIT

Unpacked Size

3.05 kB

Total Files

3

Last publish

Collaborators

  • arnaud-barre