persona-community-5/.pnpm-store/v3/files/19/b44d7553df9d5c7ac16a3281b1cf26007074af7072e7ac8a28b96f8843c360b8eba325f184a0c3b235e5834dc32aa82a54978bc2485e48f00c6bd90322ac64
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
335 B
Plaintext

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