UNPKG

nx

Version:

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

10 lines (9 loc) 337 B
"use strict"; /** * Generic message type system for socket-based IPC. * * Provides type-safe message definitions with automatic result type derivation. * Used by the plugin worker messaging layer but generic enough for any * request/response protocol over sockets. */ Object.defineProperty(exports, "__esModule", { value: true });