Files
med-notes/.pnpm-store/v10/files/5b/3a76986038f09950e4f4f1b718250e507060fc7d9ca82a579d175d4cd0462c2254bd8d3b316683c34e796f84b54fabbe1b7a0686690908b02d1b58fb46df91
2025-05-09 05:30:08 +02:00

18 lines
595 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = inheritsComments;
var _inheritTrailingComments = require("./inheritTrailingComments.js");
var _inheritLeadingComments = require("./inheritLeadingComments.js");
var _inheritInnerComments = require("./inheritInnerComments.js");
function inheritsComments(child, parent) {
(0, _inheritTrailingComments.default)(child, parent);
(0, _inheritLeadingComments.default)(child, parent);
(0, _inheritInnerComments.default)(child, parent);
return child;
}
//# sourceMappingURL=inheritsComments.js.map