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
NameType
contextCreateDependenciesContext
Returns

RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>