You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: display dependency paths when showing duplicates (e18e#72)
* feat: display dependency paths when showing duplicates
This shows the path to each version of a duplicate package.
* wip: log some circles
* fix: simplify paths logic
* fix: use brs, unfortunately
* fix: rework the styling
* fix: traverse root only
* fix: dedupe path computations
* fix: show as a list
* test: add duplicates tests