DIR: /proc/self/root/usr/share/node_modules/@babel/types/lib/comments/ |
Current File : //proc/self/root/usr/share/node_modules/@babel/types/lib/comments/inheritInnerComments.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = inheritInnerComments; var _inherit = require("../utils/inherit"); function inheritInnerComments(child, parent) { (0, _inherit.default)("innerComments", child, parent); } //# sourceMappingURL=inheritInnerComments.js.map |