UNPKG

@rushstack/operation-graph

Version:

Library for managing and executing operations in a directed acyclic graph.

20 lines 1.77 kB
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. Object.defineProperty(exports, "__esModule", { value: true }); exports.WatchLoop = exports.Stopwatch = exports.OperationStatus = exports.OperationGroupRecord = exports.OperationExecutionManager = exports.OperationError = exports.Operation = void 0; var Operation_1 = require("./Operation"); Object.defineProperty(exports, "Operation", { enumerable: true, get: function () { return Operation_1.Operation; } }); var OperationError_1 = require("./OperationError"); Object.defineProperty(exports, "OperationError", { enumerable: true, get: function () { return OperationError_1.OperationError; } }); var OperationExecutionManager_1 = require("./OperationExecutionManager"); Object.defineProperty(exports, "OperationExecutionManager", { enumerable: true, get: function () { return OperationExecutionManager_1.OperationExecutionManager; } }); var OperationGroupRecord_1 = require("./OperationGroupRecord"); Object.defineProperty(exports, "OperationGroupRecord", { enumerable: true, get: function () { return OperationGroupRecord_1.OperationGroupRecord; } }); var OperationStatus_1 = require("./OperationStatus"); Object.defineProperty(exports, "OperationStatus", { enumerable: true, get: function () { return OperationStatus_1.OperationStatus; } }); var Stopwatch_1 = require("./Stopwatch"); Object.defineProperty(exports, "Stopwatch", { enumerable: true, get: function () { return Stopwatch_1.Stopwatch; } }); var WatchLoop_1 = require("./WatchLoop"); Object.defineProperty(exports, "WatchLoop", { enumerable: true, get: function () { return WatchLoop_1.WatchLoop; } }); //# sourceMappingURL=index.js.map