source: trip-planner-front/node_modules/@babel/types/lib/comments/inheritTrailingComments.js

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 280 bytes
RevLine 
[6a3a178]1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = inheritTrailingComments;
7
8var _inherit = require("../utils/inherit");
9
10function inheritTrailingComments(child, parent) {
11 (0, _inherit.default)("trailingComments", child, parent);
12}
Note: See TracBrowser for help on using the repository browser.