Sha256: 666bdef7548f3f49e1cc1a874f5acd27b4b79906daaaa5e967545ab4222dcc59

Contents?: true

Size: 543 Bytes

Versions: 7

Compression:

Stored size: 543 Bytes

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = inheritsComments;

var _inheritTrailingComments = require("./inheritTrailingComments");

var _inheritLeadingComments = require("./inheritLeadingComments");

var _inheritInnerComments = require("./inheritInnerComments");

function inheritsComments(child, parent) {
  (0, _inheritTrailingComments.default)(child, parent);
  (0, _inheritLeadingComments.default)(child, parent);
  (0, _inheritInnerComments.default)(child, parent);
  return child;
}

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/inheritsComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.14.0 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js