-
npx tsc -v gives Version 5.5.4
tsc -v gives Version 5.5.4
npx vue-tsc -v gives Version 5.5.4
```
madge --extensions ts,vue --image graph.svg src/
⠋ Finding files=============
WARNING: You …
-
Find an alternative for Madge to check on circular dependencies.
-
Running madge 8.0.0 this way:
```
madge --extensions ts,vue --ts-config tsconfig.json -i madge.png --warning src
```
Generates the following error:
```
✖ SyntaxError: Unexpected token, expected…
-
Hihi, I just saw this issue https://github.com/pahen/madge/issues/339 - very cool, would love to use madge with Svelte files.
Is this repo working or not complete?
Normally I use `madge` to sea…
-
**Issue by [ficristo](https://github.com/ficristo)**
_Saturday Aug 29, 2015 at 12:25 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/11639_
----
Used to find circular dependencies…
-
Madge has worked well in the past so now I want to use it on a new project
(also to see how it process vue files).
The problem is that madge 8.0.0 does not find any file.
And I don't know where to …
-
I'm testing out madge on my TS RN codebase, and I'm surprised to see that it just magically works without specifying a tsconfig.
For example
```yarn madge --circular --extensions ts,tsx ./```
A…
-
If I redirect stdout from `madge` directly to a file then it works just fine. However whenever I _pipe_ `madge`'s stdout to another program (in my case [`bcomps`](https://graphviz.org/docs/cli/bcomps/…
-
I ran "npm -g install madge" and then tried to run madge in a project folder. But the command line responded that there were no such a command.
I also tried installing madge into the project. As far …
-
Minimal reproducible example: https://github.com/dyllandry/vite-madge-mre
When working on a vue project and running madge from outside the project directory, madge shows missing imports when the im…