tscpp / node-dependencies

Tree view of all node dependencies in workspace
Other
0 stars 0 forks source link

If a dependency has a sub-dependency that is dependant of the dependency, the item should be followed by ... #13

Open tscpp opened 4 years ago

tscpp commented 4 years ago

If a dependency has a sub-dependency that is dependant of the dependency, the dependency-item should be followed by three dots.

Example:

▾ typescript 1.2.3
 ▾ chalk 2.3.4
  ▸ typescript ... 3.4.5
tscpp commented 3 years ago

This should only apply when the version is the same:

▾ typescript 1.2.3
 ▾ chalk 2.3.4
  ▸ typescript ... 1.2.3

Else the contents of the other version package is not the same.