-
This is a feature request
## Problem
There have been times where circular dependencies have creeped in to our codebase - one of these times was recently with https://github.com/waku-org/js-waku/…
-
As discussed in https://github.com/pahen/madge/pull/319#issuecomment-1311466429, this repo is currently down for maintenance and we have 0 issue solved / PR merged in the last month (See here https://…
-
> Let me share a bit of my current thoughts on this:
>
> 1. Introducing module graph: Like Webpack and other bundlers, a module graph can help us unminify/rename identifiers and exports from bottom…
-
Paths using the name of my root directory package.json aren't included in dependency calculations
package.json:
```
{
"name": "myproject",
"version": "0.0.1",
...
}
```
Upon calling
…
-
I am new to madge but very confused by its results. In my project I did the following:
```
PS E:\projects\Angular\HubView> npx madge --circular --extensions ts ./
Processed 80 files (7.3s) (30 warn…
-
**Issue by [gruehle](https://github.com/gruehle)**
_Wednesday Oct 31, 2012 at 00:09 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/1998_
----
Running [madge](https://github.com…
-
Hi, I'm having trouble getting dependo to read my dependencies beyond the first file. I am passing in a require config file but I'm wondering primarily about the baseUrl. Should the path be relative t…
-
Driver for this is: pahen/madge#186
I'll submit a PR
It looks like the only place `fs` is used currently is to read a tsconfig file here: https://github.com/dependents/node-filing-cabinet/blob/mas…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I've noticed a strange behavior with `madge`. It turns out that I have a file called `auth0.ts`, which acts as a facade for Auth0, which starts like this:
`import * as Auth0 from "auth0";`
This …