persona-community-5/.pnpm-store/v3/files/6f/6515861f28f69e0cfb81833d6506d3b502ad66762deeda25cd3480ca04fcf96322dfbb7c6fdeec5f2841b673d24e4258260ad8e1372d69d8ddabfb2e8970ca
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
245 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _readOnlyError;
function _readOnlyError(name) {
throw new TypeError('"' + name + '" is read-only');
}
//# sourceMappingURL=readOnlyError.js.map