UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

5 lines (4 loc) 414 B
import type { CreateDependenciesContext } from '../../../../project-graph/plugins'; import { type RawProjectGraphDependency } from '../../../../project-graph/project-graph-builder'; import { TargetProjectLocator } from './target-project-locator'; export declare function buildExplicitPackageJsonDependencies(ctx: CreateDependenciesContext, targetProjectLocator: TargetProjectLocator): RawProjectGraphDependency[];