Sha256: bdb71fca3509759b0d865d69f3245df126aa3d822748f0ecc8e716f28876a31f

Contents?: true

Size: 595 Bytes

Versions: 164

Compression:

Stored size: 595 Bytes

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = inheritsComments;
var _inheritTrailingComments = require("./inheritTrailingComments.js");
var _inheritLeadingComments = require("./inheritLeadingComments.js");
var _inheritInnerComments = require("./inheritInnerComments.js");
function inheritsComments(child, parent) {
  (0, _inheritTrailingComments.default)(child, parent);
  (0, _inheritLeadingComments.default)(child, parent);
  (0, _inheritInnerComments.default)(child, parent);
  return child;
}

//# sourceMappingURL=inheritsComments.js.map

Version data entries

164 entries across 16 versions & 3 rubygems

Version Path
immosquare-cleaner-0.1.40 node_modules/@babel/types/lib/comments/inheritsComments.js
wice_grid-7.1.0 node_modules/@babel/types/lib/comments/inheritsComments.js
immosquare-cleaner-0.1.39 node_modules/@babel/types/lib/comments/inheritsComments.js
immosquare-cleaner-0.1.38 node_modules/@babel/types/lib/comments/inheritsComments.js