Type alias: CreateDependencies

Ƭ CreateDependencies: (context: CreateDependenciesContext) => ProjectGraphDependencyWithFile[] | Promise<ProjectGraphDependencyWithFile[]>

Type declaration

▸ (context): ProjectGraphDependencyWithFile[] | Promise<ProjectGraphDependencyWithFile[]>

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

Parameters
NameType
contextCreateDependenciesContext
Returns

ProjectGraphDependencyWithFile[] | Promise<ProjectGraphDependencyWithFile[]>