-
Thanks for a great tool, I was wondering if you would be interested in having a dockerised version of `madge` maintained here in the official repo. I just put a quick one together as I don't like inst…
-
Currently on the "next" branch there are ~50 circular dependencies found by the [Circular dependencies workflow](https://github.com/zowe/vscode-extension-for-zowe/actions/workflows/circular-deps.yml).…
-
-
### Describe the bug
Probably more a of a bug lurking, since circular dependencies make code fragile.
Node.js doc state:
> Careful planning is required to allow cyclic module dependencies to wor…
-
I've got some fancy footwork importing these modules:
```js
const listSpecifier = './route-list.js';
const restSpecifier = './route-restaurant.js';
const list = [
'./restaurant-card.js',
…
-
Hello, first thank you for such a great library!
When I run `next build` I get this error:
```
pnpm build
> template-app-ui@0.1.0 build /Users/stickb/Code/dos/dos-monorepo/packages/template/…
-
Madge is not able to identify circular imports when using a folder with an `index.ts` file.
### To Reproduce
`aap/index.ts`:
```typescript
export { default as Noot } from "../noot"
```
`no…
eelco updated
2 weeks ago
-
How to check chaining circular dependencies?
it looks like `yarn madge --circular ./src ` can't find a circular dependency in that case:
When
A > B
B > C
C > A
Where
A:
`import {some} fr…
-
Hi Madge team,
We're using `madge` to analyze the dependency tree within our monorepo. It works well for identifying dependencies at the package level.
However, we encounter an issue when using ba…
-
I'm testing this lib, and find some problems.
I have a test folder with dependencies:
- src/index.tsx: ["src/pages/page1/index.tsx"]
- src/pages/page1/index.tsx: ["src/pages/page1/index.module.scss…