@teambit/checkout
Version:
69 lines (67 loc) • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "CheckoutAspect", {
enumerable: true,
get: function () {
return _checkout().CheckoutAspect;
}
});
Object.defineProperty(exports, "applyVersion", {
enumerable: true,
get: function () {
return _checkoutVersion().applyVersion;
}
});
Object.defineProperty(exports, "checkoutOutput", {
enumerable: true,
get: function () {
return _checkoutCmd().checkoutOutput;
}
});
exports.default = void 0;
Object.defineProperty(exports, "removeFilesIfNeeded", {
enumerable: true,
get: function () {
return _checkoutVersion().removeFilesIfNeeded;
}
});
Object.defineProperty(exports, "throwForFailures", {
enumerable: true,
get: function () {
return _checkoutVersion().throwForFailures;
}
});
Object.defineProperty(exports, "updateFileStatus", {
enumerable: true,
get: function () {
return _checkoutVersion().updateFileStatus;
}
});
function _checkout() {
const data = require("./checkout.aspect");
_checkout = function () {
return data;
};
return data;
}
function _checkoutVersion() {
const data = require("./checkout-version");
_checkoutVersion = function () {
return data;
};
return data;
}
function _checkoutCmd() {
const data = require("./checkout-cmd");
_checkoutCmd = function () {
return data;
};
return data;
}
var _default = exports.default = _checkout().CheckoutAspect; // backward compatibility
// export {
// applyModifiedVersion
// } from '@teambit/component.modules.merge-helper';
//# sourceMappingURL=index.js.map