persona-community-5/.pnpm-store/v3/files/6e/587c7630d7ce6096f2b6a34e8ecd87ebd613762a9a717d3c0025eda9a1606c6ce4010aeaff633e5cb33788584f6ed966db024bf4714cc91d1b0189f755545b
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

13 lines
323 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = inheritInnerComments;
var _inherit = require("../utils/inherit.js");
function inheritInnerComments(child, parent) {
(0, _inherit.default)("innerComments", child, parent);
}
//# sourceMappingURL=inheritInnerComments.js.map