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) 290 B
import { WholeFileChange } from '../../file-utils'; import { JsonChange } from '../../../utils/json-diff'; import { TouchedProjectLocator } from '../affected-project-graph-models'; export declare const getTouchedProjectsInWorkspaceJson: TouchedProjectLocator<WholeFileChange | JsonChange>;