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