Type alias: CreateDependencies
Ƭ CreateDependencies: (context: CreateDependenciesContext) => RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>
Type declaration
▸ (context): RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>
A function which parses files in the workspace to create dependencies in the ProjectGraph Use validateDependency to validate dependencies
Parameters
| Name | Type | 
|---|---|
context | CreateDependenciesContext | 
Returns
RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>