UNPKG

nx

Version:

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

8 lines 620 B
import { Socket } from 'net'; import { ProjectGraph } from '../../config/project-graph'; import { ConfigurationSourceMaps } from '../../project-graph/utils/project-configuration-utils'; export declare let registeredProjectGraphListenerSockets: Socket[]; export declare function removeRegisteredProjectGraphListenerSocket(socket: Socket): void; export declare function hasRegisteredProjectGraphListenerSockets(): boolean; export declare function notifyProjectGraphListenerSockets(projectGraph: ProjectGraph, sourceMaps: ConfigurationSourceMaps): Promise<void>; //# sourceMappingURL=project-graph-listener-sockets.d.ts.map