UNPKG

@teambit/export

Version:
113 lines (111 loc) 2.57 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ExportAspect", { enumerable: true, get: function () { return _export().ExportAspect; } }); Object.defineProperty(exports, "ExportPersist", { enumerable: true, get: function () { return _scope().ExportPersist; } }); Object.defineProperty(exports, "ExportValidate", { enumerable: true, get: function () { return _scope().ExportValidate; } }); Object.defineProperty(exports, "FetchMissingDeps", { enumerable: true, get: function () { return _scope().FetchMissingDeps; } }); Object.defineProperty(exports, "ObjectList", { enumerable: true, get: function () { return _objects().ObjectList; } }); Object.defineProperty(exports, "RemovePendingDir", { enumerable: true, get: function () { return _scope().RemovePendingDir; } }); Object.defineProperty(exports, "exportManyBareScope", { enumerable: true, get: function () { return _exportScopeComponents().exportManyBareScope; } }); Object.defineProperty(exports, "mergeObjects", { enumerable: true, get: function () { return _exportScopeComponents().mergeObjects; } }); Object.defineProperty(exports, "persistRemotes", { enumerable: true, get: function () { return _exportScopeComponents().persistRemotes; } }); Object.defineProperty(exports, "removePendingDirs", { enumerable: true, get: function () { return _exportScopeComponents().removePendingDirs; } }); Object.defineProperty(exports, "resumeExport", { enumerable: true, get: function () { return _exportScopeComponents().resumeExport; } }); Object.defineProperty(exports, "saveObjects", { enumerable: true, get: function () { return _exportScopeComponents().saveObjects; } }); Object.defineProperty(exports, "validateRemotes", { enumerable: true, get: function () { return _exportScopeComponents().validateRemotes; } }); function _export() { const data = require("./export.aspect"); _export = function () { return data; }; return data; } function _scope() { const data = require("@teambit/scope.remote-actions"); _scope = function () { return data; }; return data; } function _objects() { const data = require("@teambit/objects"); _objects = function () { return data; }; return data; } function _exportScopeComponents() { const data = require("./export-scope-components"); _exportScopeComponents = function () { return data; }; return data; } //# sourceMappingURL=index.js.map