{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "range": [
            9,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subscriber",
        "raw": "'./Subscriber'",
        "range": [
          27,
          41
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 27
          },
          "end": {
            "line": 1,
            "column": 41
          }
        }
      },
      "range": [
        0,
        42
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 42
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            43,
            134
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "InnerSubscriber",
              "range": [
                146,
                161
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 26
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      175,
                      181
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 40
                      },
                      "end": {
                        "line": 7,
                        "column": 46
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            189,
                            198
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "InnerSubscriber",
                            "range": [
                              199,
                              214
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 14
                              },
                              "end": {
                                "line": 8,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              216,
                              222
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 31
                              },
                              "end": {
                                "line": 8,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          189,
                          223
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        189,
                        224
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 39
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "InnerSubscriber",
                        "range": [
                          238,
                          253
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 28
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "parent",
                          "range": [
                            254,
                            260
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "outerValue",
                          "range": [
                            262,
                            272
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 37
                            },
                            "end": {
                              "line": 9,
                              "column": 47
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "outerIndex",
                          "range": [
                            274,
                            284
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 49
                            },
                            "end": {
                              "line": 9,
                              "column": 59
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    296,
                                    302
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    303,
                                    307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  296,
                                  307
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    308,
                                    312
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                296,
                                313
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              296,
                              314
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    323,
                                    327
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "parent",
                                  "range": [
                                    328,
                                    334
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  323,
                                  334
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "parent",
                                "range": [
                                  337,
                                  343
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                323,
                                343
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              323,
                              344
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    353,
                                    357
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "outerValue",
                                  "range": [
                                    358,
                                    368
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  353,
                                  368
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "outerValue",
                                "range": [
                                  371,
                                  381
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                353,
                                381
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              353,
                              382
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    391,
                                    395
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "outerIndex",
                                  "range": [
                                    396,
                                    406
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  391,
                                  406
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "outerIndex",
                                "range": [
                                  409,
                                  419
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                391,
                                419
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              391,
                              420
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    429,
                                    433
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    434,
                                    439
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  429,
                                  439
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  442,
                                  443
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                429,
                                443
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              429,
                              444
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 23
                              }
                            }
                          }
                        ],
                        "range": [
                          286,
                          450
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 61
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        229,
                        450
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "InnerSubscriber",
                              "range": [
                                455,
                                470
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 4
                                },
                                "end": {
                                  "line": 16,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                471,
                                480
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 20
                                },
                                "end": {
                                  "line": 16,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              455,
                              480
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_next",
                            "range": [
                              481,
                              486
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 30
                              },
                              "end": {
                                "line": 16,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            455,
                            486
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 35
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                499,
                                504
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 48
                                },
                                "end": {
                                  "line": 16,
                                  "column": 53
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          516,
                                          520
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "parent",
                                        "range": [
                                          521,
                                          527
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        516,
                                        527
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "notifyNext",
                                      "range": [
                                        528,
                                        538
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      516,
                                      538
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          539,
                                          543
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "outerValue",
                                        "range": [
                                          544,
                                          554
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        539,
                                        554
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 46
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        556,
                                        561
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 53
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          563,
                                          567
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "outerIndex",
                                        "range": [
                                          568,
                                          578
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 70
                                          }
                                        }
                                      },
                                      "range": [
                                        563,
                                        578
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 70
                                        }
                                      }
                                    },
                                    {
                                      "type": "UpdateExpression",
                                      "operator": "++",
                                      "argument": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            580,
                                            584
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 76
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "index",
                                          "range": [
                                            585,
                                            590
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 82
                                            }
                                          }
                                        },
                                        "range": [
                                          580,
                                          590
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 82
                                          }
                                        }
                                      },
                                      "prefix": false,
                                      "range": [
                                        580,
                                        592
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 84
                                        }
                                      }
                                    },
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        594,
                                        598
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 90
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    516,
                                    599
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 91
                                    }
                                  }
                                },
                                "range": [
                                  516,
                                  600
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 92
                                  }
                                }
                              }
                            ],
                            "range": [
                              506,
                              606
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 55
                              },
                              "end": {
                                "line": 18,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            489,
                            606
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 38
                            },
                            "end": {
                              "line": 18,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          455,
                          606
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        455,
                        607
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "InnerSubscriber",
                              "range": [
                                612,
                                627
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 4
                                },
                                "end": {
                                  "line": 19,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                628,
                                637
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              612,
                              637
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_error",
                            "range": [
                              638,
                              644
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 30
                              },
                              "end": {
                                "line": 19,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            612,
                            644
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 36
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "error",
                              "range": [
                                657,
                                662
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 49
                                },
                                "end": {
                                  "line": 19,
                                  "column": 54
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          674,
                                          678
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "parent",
                                        "range": [
                                          679,
                                          685
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        674,
                                        685
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "notifyError",
                                      "range": [
                                        686,
                                        697
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      674,
                                      697
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "error",
                                      "range": [
                                        698,
                                        703
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 37
                                        }
                                      }
                                    },
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        705,
                                        709
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    674,
                                    710
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  674,
                                  711
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 45
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        720,
                                        724
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "unsubscribe",
                                      "range": [
                                        725,
                                        736
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      720,
                                      736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "arguments": [],
                                  "range": [
                                    720,
                                    738
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  720,
                                  739
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 27
                                  }
                                }
                              }
                            ],
                            "range": [
                              664,
                              745
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 56
                              },
                              "end": {
                                "line": 22,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            647,
                            745
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 39
                            },
                            "end": {
                              "line": 22,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          612,
                          745
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        612,
                        746
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "InnerSubscriber",
                              "range": [
                                751,
                                766
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 4
                                },
                                "end": {
                                  "line": 23,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                767,
                                776
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 20
                                },
                                "end": {
                                  "line": 23,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              751,
                              776
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 4
                              },
                              "end": {
                                "line": 23,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_complete",
                            "range": [
                              777,
                              786
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 30
                              },
                              "end": {
                                "line": 23,
                                "column": 39
                              }
                            }
                          },
                          "range": [
                            751,
                            786
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 4
                            },
                            "end": {
                              "line": 23,
                              "column": 39
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          811,
                                          815
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "parent",
                                        "range": [
                                          816,
                                          822
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        811,
                                        822
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "notifyComplete",
                                      "range": [
                                        823,
                                        837
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      811,
                                      837
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        838,
                                        842
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 39
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    811,
                                    843
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 40
                                    }
                                  }
                                },
                                "range": [
                                  811,
                                  844
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 41
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        853,
                                        857
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "unsubscribe",
                                      "range": [
                                        858,
                                        869
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      853,
                                      869
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "arguments": [],
                                  "range": [
                                    853,
                                    871
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  853,
                                  872
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 27
                                  }
                                }
                              }
                            ],
                            "range": [
                              801,
                              878
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 54
                              },
                              "end": {
                                "line": 26,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            789,
                            878
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 42
                            },
                            "end": {
                              "line": 26,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          751,
                          878
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        751,
                        879
                      ],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "InnerSubscriber",
                        "range": [
                          891,
                          906
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 11
                          },
                          "end": {
                            "line": 27,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        884,
                        907
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "range": [
                    183,
                    909
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 48
                    },
                    "end": {
                      "line": 28,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  165,
                  909
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 30
                  },
                  "end": {
                    "line": 28,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subscriber",
                  "range": [
                    910,
                    920
                  ],
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 2
                    },
                    "end": {
                      "line": 28,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                165,
                921
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 30
                },
                "end": {
                  "line": 28,
                  "column": 13
                }
              }
            },
            "range": [
              146,
              922
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 28,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          142,
          923
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 7
          },
          "end": {
            "line": 28,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              43,
              134
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=InnerSubscriber.js.map",
            "range": [
              924,
              967
            ],
            "loc": {
              "start": {
                "line": 29,
                "column": 0
              },
              "end": {
                "line": 29,
                "column": 43
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        135,
        923
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            43,
            134
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=InnerSubscriber.js.map",
          "range": [
            924,
            967
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 0
            },
            "end": {
              "line": 29,
              "column": 43
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    923
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 28,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        43,
        134
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=InnerSubscriber.js.map",
      "range": [
        924,
        967
      ],
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 29,
          "column": 43
        }
      }
    }
  ]
}