-
### Issue description or question
Since code is in private repo I can't share reproducible repo for this - on my code bases, couple of tests are raising error messages with above, for example
```j…
-
See https://github.com/babel/babylon/blob/master/ast/spec.md#exportnameddeclaration and
https://github.com/babel/babylon/blob/master/ast/spec.md#exportalldeclaration.
Related issue: https://github.c…
-
Please update detective-es6 to version 1.1.3 to make madge work well with JSX. I tried to use madge to generate graph for a react project but it was not working for files containing JSX. But when I up…
-
The view property on subtables is in the wrong order - it seems to be alphabetical, whereas the views themselves are in the order defined in the query view.
see:
``` json
{"rootClass":"Department",…
-
I was trying to analyse dependencies written in es6 syntax and had some trouble and then discovered that the es6 related tests are failing. This is on master sha 3b4957bafbb12d3626d0c8412a5bdd52232e8c…
-
I am getting the `We could not find the 'npm' command. Make sure it\'s in $PATH` error when trying to update plugins.
I am using `nvm`, after adding the npm path to the $PATH, I still get the error.
…
-
If you use ES6 code in require.js it shows that the module has no dependencies.
-
Hi, I just installed it on Windows 7, 64 bit, Using Node 0.10.24
```
F:\dev\www\SnapClip\frontend\api\public\assets\js>madge --image graph.png app.js
events.js:72
throw er; // Unhandled 'err…
-
I'm importing a file in one location and everything is fine, but if I try to import it from another module both of them receive an empty module.
Using 0.19.6
-
When I have a simple file with the dependency e.g. to `react`
```
require("react");
```
the `madge` only finds
```
{ index: [ '../node_modules/react/react' ] }
```
and does not recurse any further…