UNPKG

nx

Version:

Smart, Fast and Extensible Build System

7 lines (6 loc) 498 B
import { TouchedProjectLocator } from '../affected-project-graph-models'; import { NxJsonConfiguration } from '../../../config/nx-json'; import { ProjectGraphProjectNode } from '../../../config/project-graph'; export declare const getTouchedProjects: TouchedProjectLocator; export declare const getImplicitlyTouchedProjects: TouchedProjectLocator; export declare function extractGlobalFilesFromInputs(nxJson: NxJsonConfiguration, projectGraphNodes: Record<string, ProjectGraphProjectNode>): any[];