{"ast":null,"code":"import _classCallCheck from \"C:/Users/kgamal/Downloads/HijriGregorianDatepicker-master/HijriGregorianDatepicker-master/node_modules/@babel/runtime/helpers/esm/classCallCheck\";\nimport _createClass from \"C:/Users/kgamal/Downloads/HijriGregorianDatepicker-master/HijriGregorianDatepicker-master/node_modules/@babel/runtime/helpers/esm/createClass\";\nimport _inherits from \"C:/Users/kgamal/Downloads/HijriGregorianDatepicker-master/HijriGregorianDatepicker-master/node_modules/@babel/runtime/helpers/esm/inherits\";\nimport _createSuper from \"C:/Users/kgamal/Downloads/HijriGregorianDatepicker-master/HijriGregorianDatepicker-master/node_modules/@babel/runtime/helpers/esm/createSuper\";\nimport { Subscriber } from './Subscriber';\nexport var InnerSubscriber = /*#__PURE__*/function (_Subscriber) {\n  _inherits(InnerSubscriber, _Subscriber);\n\n  var _super = _createSuper(InnerSubscriber);\n\n  function InnerSubscriber(parent, outerValue, outerIndex) {\n    var _this;\n\n    _classCallCheck(this, InnerSubscriber);\n\n    _this = _super.call(this);\n    _this.parent = parent;\n    _this.outerValue = outerValue;\n    _this.outerIndex = outerIndex;\n    _this.index = 0;\n    return _this;\n  }\n\n  _createClass(InnerSubscriber, [{\n    key: \"_next\",\n    value: function _next(value) {\n      this.parent.notifyNext(this.outerValue, value, this.outerIndex, this.index++, this);\n    }\n  }, {\n    key: \"_error\",\n    value: function _error(error) {\n      this.parent.notifyError(error, this);\n      this.unsubscribe();\n    }\n  }, {\n    key: \"_complete\",\n    value: function _complete() {\n      this.parent.notifyComplete(this);\n      this.unsubscribe();\n    }\n  }]);\n\n  return InnerSubscriber;\n}(Subscriber); //# sourceMappingURL=InnerSubscriber.js.map","map":null,"metadata":{},"sourceType":"module"}