Sha256: 1409756a365415ae18a55faab61b0b13caf39f07a7f00fe66e27ed599980567e

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

"use strict";

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

var _inherit = require("../utils/inherit");

function inheritLeadingComments(child, parent) {
  (0, _inherit.default)("leadingComments", 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/inheritLeadingComments.js
disco_app-0.15.2 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
disco_app-0.18.4 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
disco_app-0.18.1 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
disco_app-0.14.0 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/@babel/types/lib/comments/inheritLeadingComments.js