nx
Version:
5 lines (4 loc) • 353 B
TypeScript
import { ProjectGraphProcessorContext } from 'nx/src/config/project-graph';
import { ProjectGraphBuilder } from '../project-graph-builder';
import { NxJsonConfiguration } from 'nx/src/config/nx-json';
export declare function buildWorkspaceProjectNodes(ctx: ProjectGraphProcessorContext, builder: ProjectGraphBuilder, nxJson: NxJsonConfiguration): void;