Sha256: 89bb604b3294a113b0d1e20ff5f1d67c4f2e41ef8c0da5899d229fb55394a0e6

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 Bytes

Contents

"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);
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
disco_app-0.16.1 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.14.0 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritTrailingComments.js