@teambit/renaming
Version:
23 lines (21 loc) • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RenamingTagged = void 0;
function _bitError() {
const data = require("@teambit/bit-error");
_bitError = function () {
return data;
};
return data;
}
class RenamingTagged extends _bitError().BitError {
constructor(idsStr) {
super(`the following components are tagged/snapped but not exported:\n${idsStr.join(', ')}
renaming them will result in deprecating/deleting the current ones and creating new components, which is unnecessary.
please reset the components first (using "bit reset") and then re-run the rename command`);
}
}
exports.RenamingTagged = RenamingTagged;
//# sourceMappingURL=renaming-tagged.js.map