@nx/gradle
Version:
4 lines • 477 B
TypeScript
import { ProjectGraphProjectNode, TaskGraph } from '@nx/devkit';
export declare function getExcludeTasksFromTaskGraph(taskIdsToExcludeDepsOf: Iterable<string>, runningTaskIds: Set<string>, taskGraph: TaskGraph, nodes: Record<string, ProjectGraphProjectNode>, includeDependsOnTasks?: Set<string>): Set<string>;
export declare function getAllDependsOnFromTaskGraph(startTaskIds: Iterable<string>, taskGraph: TaskGraph): Set<string>;
//# sourceMappingURL=get-exclude-task.d.ts.map