dependents / node-dependency-tree

Get the dependency tree of a module
MIT License
706 stars 84 forks source link

Use Set as the internal datastructure when using the list form #88

Closed realityking closed 6 years ago

realityking commented 6 years ago

Make the code quite a bit easier to follow :)

More could be done by changing the public API but I'm not sure if it's worth the breaking change. (even though the next version will be a major one)

mrjoelkemp commented 6 years ago

Thanks! Released in a new patch version. Thanks for all of your great work across the modules. I really appreciate the help now that I have less free time.