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) 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.showTargetOutputsHandler = exports.showTargetInputsHandler = exports.showTargetInfoHandler = void 0; var info_1 = require("./info"); Object.defineProperty(exports, "showTargetInfoHandler", { enumerable: true, get: function () { return info_1.showTargetInfoHandler; } }); var inputs_1 = require("./inputs"); Object.defineProperty(exports, "showTargetInputsHandler", { enumerable: true, get: function () { return inputs_1.showTargetInputsHandler; } }); var outputs_1 = require("./outputs"); Object.defineProperty(exports, "showTargetOutputsHandler", { enumerable: true, get: function () { return outputs_1.showTargetOutputsHandler; } });