Function getTransitiveDependencies

  • For a package graph of a->b->c (where b depends on a), transitive providers of c are a & b and their providers (or what is needed to satisfy c)

    Parameters

    Returns string[]

    Deprecated

    Do not use