mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
12 lines
No EOL
280 B
Text
12 lines
No EOL
280 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = inheritTrailingComments;
|
|
|
|
var _inherit = require("../utils/inherit");
|
|
|
|
function inheritTrailingComments(child, parent) {
|
|
(0, _inherit.default)("trailingComments", child, parent);
|
|
} |