dependents / node-dependency-tree

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

allow "noTypeDefinitions" flag to pass through to filing-cabinet #126

Closed boneskull closed 3 years ago

boneskull commented 3 years ago

This adds support for filing-cabinet's noTypeDefinitions flag to dependency-tree

there are problems running the test suite on newer versions of Node.js, but I didn't bother with it. will be surprised if Travis-CI even runs this

mrjoelkemp commented 3 years ago

Similar work #130 merged into master. Thanks for the contribution here @boneskull. Much appreciated.