()
| 8536 | _inherits(Provider, _Component); |
| 8537 | |
| 8538 | function Provider() { |
| 8539 | var _temp, _this, _ret; |
| 8540 | |
| 8541 | _classCallCheck(this, Provider); |
| 8542 | |
| 8543 | for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { |
| 8544 | args[_key] = arguments[_key]; |
| 8545 | } |
| 8546 | |
| 8547 | return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret); |
| 8548 | } |
| 8549 | |
| 8550 | Provider.prototype.getChildContext = function getChildContext() { |
| 8551 | var _ref; |
nothing calls this directly
no test coverage detected
searching dependent graphs…