Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.48 KB

CreateDependencies.md

File metadata and controls

27 lines (17 loc) · 1.48 KB

Type alias: CreateDependencies<T>

Ƭ CreateDependencies<T>: (options: T | undefined, context: CreateDependenciesContext) => RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>

A function which parses files in the workspace to create dependencies in the ProjectGraph Use validateDependency to validate dependencies

Type parameters

Name Type
T unknown

Type declaration

▸ (options, context): RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>

Parameters
Name Type
options T | undefined
context CreateDependenciesContext
Returns

RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>