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/inheritTrailingComments.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = inheritTrailingComments; var _inherit = require("../utils/inherit.js"); function inheritTrailingComments(child, parent) { (0, _inherit.default)("trailingComments", child, parent); } //# sourceMappingURL=inheritTrailingComments.js.map |