Skip to content
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

inject a module-deps json file produced by browserify to analyse #23

Open
wadouk opened this issue Jun 3, 2015 · 3 comments
Open

inject a module-deps json file produced by browserify to analyse #23

wadouk opened this issue Jun 3, 2015 · 3 comments

Comments

@wadouk
Copy link

wadouk commented Jun 3, 2015

Hi,
I try to use dependo to analyse my dependency graph.
I think I have understand that --deps of browserify build a json in module-deps format.
Is it currently the json format expected by dependo ? (seems don't)
I prefer to plug dependo on json output instead of the real code, because of browserify transformers applied on my source (babelify for es6 and jsx).

Thanks for any help.

@auchenberg
Copy link
Owner

Dependo can parse AMD, CommonJS and ES6 modules. I don't know if module-deps is a new format generated by Browserify, if it is, support has to be added.

@wadouk
Copy link
Author

wadouk commented Jun 3, 2015

Thanks for your quick answer.
Dependo has a -f option that could be json. Do you have a sample of the expected format ?

@auchenberg
Copy link
Owner

Yes, you can see the details here #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants