UNPKG

nx

Version:

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

8 lines 552 B
import { ProjectGraph } from '../../../config/project-graph'; import { ReleaseGroupWithName } from '../config/filter-release-groups'; /** * To be most efficient with our invocations of runVersionOnProjects, we want to batch projects by their generator and generator options * within any given release group. */ export declare function batchProjectsByGeneratorConfig(projectGraph: ProjectGraph, releaseGroup: ReleaseGroupWithName, projectNamesToBatch: string[]): Map<string, string[]>; //# sourceMappingURL=batch-projects-by-generator-config.d.ts.map