{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              9,
              21
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 21
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              9,
              21
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 21
              }
            }
          },
          "range": [
            9,
            21
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 21
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subscription",
        "raw": "'./Subscription'",
        "range": [
          29,
          45
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 29
          },
          "end": {
            "line": 1,
            "column": 45
          }
        }
      },
      "range": [
        0,
        46
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 46
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            47,
            138
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "SubjectSubscription",
              "range": [
                150,
                169
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 30
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      183,
                      189
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 44
                      },
                      "end": {
                        "line": 7,
                        "column": 50
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            197,
                            206
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "SubjectSubscription",
                            "range": [
                              207,
                              226
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 14
                              },
                              "end": {
                                "line": 8,
                                "column": 33
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              228,
                              234
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 35
                              },
                              "end": {
                                "line": 8,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "range": [
                          197,
                          235
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 42
                          }
                        }
                      },
                      "range": [
                        197,
                        236
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 43
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "SubjectSubscription",
                        "range": [
                          250,
                          269
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 32
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "subject",
                          "range": [
                            270,
                            277
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 33
                            },
                            "end": {
                              "line": 9,
                              "column": 40
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "subscriber",
                          "range": [
                            279,
                            289
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 42
                            },
                            "end": {
                              "line": 9,
                              "column": 52
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    301,
                                    307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    308,
                                    312
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  301,
                                  312
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    313,
                                    317
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                301,
                                318
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              301,
                              319
                            ],
                            "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": [
                                    328,
                                    332
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "subject",
                                  "range": [
                                    333,
                                    340
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  328,
                                  340
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "subject",
                                "range": [
                                  343,
                                  350
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                328,
                                350
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              328,
                              351
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 31
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    360,
                                    364
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "subscriber",
                                  "range": [
                                    365,
                                    375
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  360,
                                  375
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "subscriber",
                                "range": [
                                  378,
                                  388
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                360,
                                388
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              360,
                              389
                            ],
                            "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": [
                                    398,
                                    402
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "closed",
                                  "range": [
                                    403,
                                    409
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  398,
                                  409
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": false,
                                "raw": "false",
                                "range": [
                                  412,
                                  417
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                398,
                                417
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              398,
                              418
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 28
                              }
                            }
                          }
                        ],
                        "range": [
                          291,
                          424
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 54
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        241,
                        424
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "SubjectSubscription",
                              "range": [
                                429,
                                448
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 4
                                },
                                "end": {
                                  "line": 15,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                449,
                                458
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 24
                                },
                                "end": {
                                  "line": 15,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              429,
                              458
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 4
                              },
                              "end": {
                                "line": 15,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "unsubscribe",
                            "range": [
                              459,
                              470
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 34
                              },
                              "end": {
                                "line": 15,
                                "column": 45
                              }
                            }
                          },
                          "range": [
                            429,
                            470
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 45
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      499,
                                      503
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      504,
                                      510
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    499,
                                    510
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 23
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        526,
                                        533
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    512,
                                    543
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  495,
                                  543
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        552,
                                        556
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "closed",
                                      "range": [
                                        557,
                                        563
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      552,
                                      563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      566,
                                      570
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    552,
                                    570
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  552,
                                  571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 27
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subject",
                                      "range": [
                                        584,
                                        591
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          594,
                                          598
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subject",
                                        "range": [
                                          599,
                                          606
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        594,
                                        606
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      584,
                                      606
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  580,
                                  607
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "observers",
                                      "range": [
                                        620,
                                        629
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "subject",
                                        "range": [
                                          632,
                                          639
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "observers",
                                        "range": [
                                          640,
                                          649
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        632,
                                        649
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      620,
                                      649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  616,
                                  650
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 42
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        659,
                                        663
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "subject",
                                      "range": [
                                        664,
                                        671
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "range": [
                                      659,
                                      671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      674,
                                      678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    659,
                                    678
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  659,
                                  679
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 28
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "||",
                                  "left": {
                                    "type": "LogicalExpression",
                                    "operator": "||",
                                    "left": {
                                      "type": "LogicalExpression",
                                      "operator": "||",
                                      "left": {
                                        "type": "UnaryExpression",
                                        "operator": "!",
                                        "argument": {
                                          "type": "Identifier",
                                          "name": "observers",
                                          "range": [
                                            693,
                                            702
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          692,
                                          702
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "operator": "===",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "observers",
                                            "range": [
                                              706,
                                              715
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "length",
                                            "range": [
                                              716,
                                              722
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "range": [
                                            706,
                                            722
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            727,
                                            728
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "range": [
                                          706,
                                          728
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "range": [
                                        692,
                                        728
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "subject",
                                        "range": [
                                          732,
                                          739
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "isStopped",
                                        "range": [
                                          740,
                                          749
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        732,
                                        749
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "range": [
                                      692,
                                      749
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 69
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subject",
                                      "range": [
                                        753,
                                        760
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 80
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "closed",
                                      "range": [
                                        761,
                                        767
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "range": [
                                      753,
                                      767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 87
                                      }
                                    }
                                  },
                                  "range": [
                                    692,
                                    767
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 87
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        783,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    769,
                                    800
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  688,
                                  800
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriberIndex",
                                      "range": [
                                        813,
                                        828
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "observers",
                                          "range": [
                                            831,
                                            840
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "indexOf",
                                          "range": [
                                            841,
                                            848
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          831,
                                          848
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              849,
                                              853
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              854,
                                              864
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 63
                                              }
                                            }
                                          },
                                          "range": [
                                            849,
                                            864
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 63
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        831,
                                        865
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 64
                                        }
                                      }
                                    },
                                    "range": [
                                      813,
                                      865
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  809,
                                  866
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 65
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "!==",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "subscriberIndex",
                                    "range": [
                                      879,
                                      894
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "-",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        900,
                                        901
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      899,
                                      901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    879,
                                    901
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 34
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "observers",
                                            "range": [
                                              917,
                                              926
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "splice",
                                            "range": [
                                              927,
                                              933
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            917,
                                            933
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "subscriberIndex",
                                            "range": [
                                              934,
                                              949
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 44
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              951,
                                              952
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          917,
                                          953
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "range": [
                                        917,
                                        954
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 49
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    903,
                                    964
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  875,
                                  964
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              485,
                              970
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 60
                              },
                              "end": {
                                "line": 30,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            473,
                            970
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 48
                            },
                            "end": {
                              "line": 30,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          429,
                          970
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        429,
                        971
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "SubjectSubscription",
                        "range": [
                          983,
                          1002
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 11
                          },
                          "end": {
                            "line": 31,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        976,
                        1003
                      ],
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    191,
                    1005
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 52
                    },
                    "end": {
                      "line": 32,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  173,
                  1005
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 34
                  },
                  "end": {
                    "line": 32,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subscription",
                  "range": [
                    1006,
                    1018
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 2
                    },
                    "end": {
                      "line": 32,
                      "column": 14
                    }
                  }
                }
              ],
              "range": [
                173,
                1019
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 34
                },
                "end": {
                  "line": 32,
                  "column": 15
                }
              }
            },
            "range": [
              150,
              1020
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 32,
                "column": 16
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          146,
          1021
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 7
          },
          "end": {
            "line": 32,
            "column": 17
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              47,
              138
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=SubjectSubscription.js.map",
            "range": [
              1022,
              1069
            ],
            "loc": {
              "start": {
                "line": 33,
                "column": 0
              },
              "end": {
                "line": 33,
                "column": 47
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        139,
        1021
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 32,
          "column": 17
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            47,
            138
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=SubjectSubscription.js.map",
          "range": [
            1022,
            1069
          ],
          "loc": {
            "start": {
              "line": 33,
              "column": 0
            },
            "end": {
              "line": 33,
              "column": 47
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1021
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 32,
      "column": 17
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        47,
        138
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=SubjectSubscription.js.map",
      "range": [
        1022,
        1069
      ],
      "loc": {
        "start": {
          "line": 33,
          "column": 0
        },
        "end": {
          "line": 33,
          "column": 47
        }
      }
    }
  ]
}