Skip to content

Ƭ 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

NameType
Tunknown

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

NameType
optionsT | undefined
contextCreateDependenciesContext

RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>