dep-scan icon indicating copy to clipboard operation
dep-scan copied to clipboard

Question about direct and transitive dependencies

Open almaz045 opened this issue 4 months ago • 1 comments

Let's imagine a situation where we import a transitive dependency from the main dependency: import {transitive_dep} from {direct_dep}.

In the main dependency, we have transitive dependency export allowed: export {transitive_dep}

In this case, will depscan mark the used {transitive_dev} dependency in our code as a direct dependency or also a transitive one?

almaz045 avatar Oct 11 '24 12:10 almaz045