Urara-Blog/node_modules/.pnpm-store/v3/files/06/2c5ed75f121b0e87d0e65549d8981371b0abc35666f663f1724b43abd5c257732ffbfa8a1b3a0f2e91a66774bea46d5719707156930f7202ef2a9167c76e5b
2022-08-14 01:14:53 +08:00

19 lines
No EOL
543 B
Text

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