Sha256: 65a0ef4668815118e8ee7b6f096a86cd1206cd57c86d58923be7bc839b178623

Contents?: true

Size: 400 Bytes

Versions: 49

Compression:

Stored size: 400 Bytes

Contents

function _initializerDefineProperty(target, property, descriptor, context) {
  if (!descriptor) return;
  Object.defineProperty(target, property, {
    enumerable: descriptor.enumerable,
    configurable: descriptor.configurable,
    writable: descriptor.writable,
    value: descriptor.initializer ? descriptor.initializer.call(context) : void 0
  });
}

module.exports = _initializerDefineProperty;

Version data entries

49 entries across 49 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@babel/runtime/helpers/initializerDefineProperty.js
disco_app-0.18.0 test/dummy/node_modules/@babel/runtime/helpers/initializerDefineProperty.js
disco_app-0.18.2 test/dummy/node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.7 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.6 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.5 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.4 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.3 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.2 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.1 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3.5 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-5.0.0 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3.4 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3.3 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3.2 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3.1 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.3 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.2.3 node_modules/@babel/runtime/helpers/initializerDefineProperty.js
tang-0.2.1 spec/tang_app/node_modules/@babel/runtime/helpers/initializerDefineProperty.js
trusty-cms-4.2.2 node_modules/@babel/runtime/helpers/initializerDefineProperty.js