Sha256: 5f28390e7e5fd5ab6dafedfb006655224952848b9ffc09ff2897dcb042258fd6

Contents?: true

Size: 712 Bytes

Versions: 63

Compression:

Stored size: 712 Bytes

Contents

"use strict";

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

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

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

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

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

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

Version data entries

63 entries across 62 versions & 12 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.0 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.2 test/dummy/node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.7 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.6 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.5 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.4 node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.16.1 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.3 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.2 node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.14.0 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/preset-modules/node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.1 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-4.3.5 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-5.0.0 node_modules/@babel/types/lib/comments/inheritsComments.js
trusty-cms-4.3.4 node_modules/@babel/types/lib/comments/inheritsComments.js