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