Sha256: 0125cdd071297692939bd09dfbd8ee27da2f8194a19e62eee9dec97deafab98d
Contents?: true
Size: 598 Bytes
Versions: 2
Compression:
Stored size: 598 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _construct; var _setPrototypeOf = require("setPrototypeOf"); var _isNativeReflectConstruct = require("./isNativeReflectConstruct.js"); function _construct(Parent, args, Class) { if ((0, _isNativeReflectConstruct.default)()) { return Reflect.construct.apply(null, arguments); } var a = [null]; a.push.apply(a, args); var instance = new (Parent.bind.apply(Parent, a))(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; } //# sourceMappingURL=construct.js.map
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
immosquare-cleaner-0.1.39 | node_modules/@babel/helpers/lib/helpers/construct.js |
immosquare-cleaner-0.1.38 | node_modules/@babel/helpers/lib/helpers/construct.js |