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