Skip to content

IDependencyResolverScopeProps.deps

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

An optional set of dependencies for which the scope should be refreshed. The contents of the array is compared at a shallow level to determine if it has changes.

Property type: readonly any[].

readonly deps?: readonly any[]

Source reference: src/dependencies/DependencyResolverContext.ts:66.

Clone this wiki locally