nx/docs/generated/devkit/CreateDependencies.md
2023-12-13 16:49:46 +01:00

1.5 KiB

Type alias: CreateDependencies<T>

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

Type parameters

Name Type
T unknown

Type declaration

▸ (options, 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
options T | undefined
context CreateDependenciesContext
Returns

RawProjectGraphDependency[] | Promise<RawProjectGraphDependency[]>