node-dependency-tree icon indicating copy to clipboard operation
node-dependency-tree copied to clipboard

Add `includeCore` and `includeNonExisting` options

Open yuyaryshev opened this issue 2 years ago • 0 comments

  • Added includeNonExisting if true include unresolved dependencies, they will be prefixed with ':!EXISTS: '
  • Added includeCore to include core modules (for example: "fs"), they will also be prefixed with ':!EXISTS: ' (because they don't really exist in filesystem)

The WHY:

  • Because I want to know which of dependend packages use Node.js core modules and thus require polyfilling or can't be used inside browser.

yuyaryshev avatar Aug 11 '23 08:08 yuyaryshev