Sha256: 666bdef7548f3f49e1cc1a874f5acd27b4b79906daaaa5e967545ab4222dcc59
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = inheritsComments; var _inheritTrailingComments = require("./inheritTrailingComments"); var _inheritLeadingComments = require("./inheritLeadingComments"); var _inheritInnerComments = require("./inheritInnerComments"); function inheritsComments(child, parent) { (0, _inheritTrailingComments.default)(child, parent); (0, _inheritLeadingComments.default)(child, parent); (0, _inheritInnerComments.default)(child, parent); return child; }
Version data entries
7 entries across 7 versions & 1 rubygems