auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

Support ES6 format by relying on Madge ~0.5.0 #20

Closed deanrad closed 9 years ago

deanrad commented 9 years ago

Self-explanatory - it can be tested by running on example es6 files in the madge codebase.

> ./bin/dependo -f es6 ../madge/test/files/es6/absolute > example/index.html

PS Do I recall correctly, that you asked me why I forked this ? Well, I was really just experimenting with some new features. Let me know, and I might try to contribute them back as I redo them.

They were, if I recall:

auchenberg commented 9 years ago

This is great! LGTM!

:+1:

auchenberg commented 9 years ago

If you have added additional features to dependo, it would be great if you would like to "back-source" them.

deanrad commented 9 years ago

Wow, fastest acceptance yet, thanks ! I'll keep you posted on back-sourcing :)

auchenberg commented 9 years ago

Hah, currently killing time in the Airport :)

deanrad commented 9 years ago

Well, maybe version bump it, and update grunt-dependo as well ?

auchenberg commented 9 years ago

Coming up :)