dependencyChain property

List<LanguagePackageDependency>? dependencyChain
getter/setter pair

The dependency chain between this package and the user's artifact.

List in order from the customer's package under review first, to the current package last. Inclusive of the original package and the current package.

Implementation

core.List<LanguagePackageDependency>? dependencyChain;