nest.repository.support Documentation TaskDoc JavaDoc Packages
Represents a dependency filter that can be applied to a dependency resolution algorithm. A dependency filter can be used to limit the dependencies that should be part of the dependency resolution algorithm. This can be in order to filter out dependencies that shouldn't be used for a given use-case. Dependency filters are primarily used with the nest.dependency.resolve() task. The dependency filters is a programmatic API for the nest.repository.support bundle. Other Nest packages may implement their own dependency filters for their use-case.