Sha256: 10fa1706913557ace6553bf35bb1754d37977026bd47a64fa1fae6cd83c9c423

Contents?: true

Size: 513 Bytes

Versions: 12

Compression:

Stored size: 513 Bytes

Contents

"use strict";

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

function _uniq() {
  const data = _interopRequireDefault(require("lodash/uniq"));

  _uniq = function () {
    return data;
  };

  return data;
}

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

function inherit(key, child, parent) {
  if (child && parent) {
    child[key] = (0, _uniq().default)([].concat(child[key], parent[key]).filter(Boolean));
  }
}

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
condenser-0.0.8 lib/condenser/processors/node_modules/@babel/types/lib/utils/inherit.js
jester-data-8.0.0 node_modules/@babel/types/lib/utils/inherit.js
ezii-os-5.2.1 node_modules/@babel/types/lib/utils/inherit.js
ezii-os-2.0.1 node_modules/@babel/types/lib/utils/inherit.js
ezii-os-1.1.0 node_modules/@babel/types/lib/utils/inherit.js
ezii-os-1.0.0 node_modules/@babel/types/lib/utils/inherit.js
condenser-0.0.7 lib/condenser/processors/node_modules/@babel/types/lib/utils/inherit.js
ezii-os-0.0.0.1.0 node_modules/@babel/types/lib/utils/inherit.js
ezii-os-0.0.0.0.1 node_modules/@babel/types/lib/utils/inherit.js
condenser-0.0.5 lib/condenser/processors/node_modules/@babel/types/lib/utils/inherit.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/@babel/types/lib/utils/inherit.js
locomotivecms-3.4.0 app/javascript/node_modules/@babel/types/lib/utils/inherit.js