nodejs-lockfile-parser icon indicating copy to clipboard operation
nodejs-lockfile-parser copied to clipboard

feat: add pruning to dep graph generation of yarn projects by default

Open JamesPatrickGill opened this issue 1 year ago • 0 comments

What this does

This adds pruning to all dep graphs generated by Yarn projects with no opt out.

Notes

  • This makes the pruned versions of yarn lock v1 depgraph generators redundant
  • Pruning occurs only in the sub graph of a particular direct dep

JamesPatrickGill avatar May 10 '23 15:05 JamesPatrickGill