-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export x from './x' syntax not supported? #89
Comments
Sent a PR to node-detective-es6, dependents/node-detective-es6#8 ... hopefully that fixes the issue. |
mrjoelkemp
pushed a commit
to dependents/node-detective-es6
that referenced
this issue
Jun 25, 2016
Wrote a PR that fixes this: #91 |
Fixed in 5deb37f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems madge doesn't understand "re-export" statements:
./a.js
./b.js
./index.js
Results in the following dependency graph:
It seems as though nothing depends on
a.js
which is inaccurate.The text was updated successfully, but these errors were encountered: