@teambit/renaming
Version:
21 lines (19 loc) • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OldScopeNotFound = void 0;
function _bitError() {
const data = require("@teambit/bit-error");
_bitError = function () {
return data;
};
return data;
}
class OldScopeNotFound extends _bitError().BitError {
constructor(oldScope) {
super(`none of the components is using "${oldScope}". also, the workspace is not configured with "${oldScope}"`);
}
}
exports.OldScopeNotFound = OldScopeNotFound;
//# sourceMappingURL=old-scope-not-found.js.map