UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

6 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CompositeLifeCycle = void 0; var life_cycle_1 = require("nx/src/tasks-runner/life-cycle"); Object.defineProperty(exports, "CompositeLifeCycle", { enumerable: true, get: function () { return life_cycle_1.CompositeLifeCycle; } }); //# sourceMappingURL=life-cycle.js.map