{
  "type": "Program",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "UnsubscriptionError",
              "range": [
                131,
                150
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 11
                },
                "end": {
                  "line": 5,
                  "column": 30
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      164,
                      170
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 44
                      },
                      "end": {
                        "line": 5,
                        "column": 50
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            178,
                            187
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 4
                            },
                            "end": {
                              "line": 6,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "UnsubscriptionError",
                            "range": [
                              188,
                              207
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 14
                              },
                              "end": {
                                "line": 6,
                                "column": 33
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              209,
                              215
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 35
                              },
                              "end": {
                                "line": 6,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "range": [
                          178,
                          216
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 4
                          },
                          "end": {
                            "line": 6,
                            "column": 42
                          }
                        }
                      },
                      "range": [
                        178,
                        217
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 43
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "UnsubscriptionError",
                        "range": [
                          231,
                          250
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 13
                          },
                          "end": {
                            "line": 7,
                            "column": 32
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "errors",
                          "range": [
                            251,
                            257
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 33
                            },
                            "end": {
                              "line": 7,
                              "column": 39
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    269,
                                    275
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    276,
                                    280
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  269,
                                  280
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    281,
                                    285
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                269,
                                286
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              269,
                              287
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    296,
                                    300
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "errors",
                                  "range": [
                                    301,
                                    307
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  296,
                                  307
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "errors",
                                "range": [
                                  310,
                                  316
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                296,
                                316
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              296,
                              317
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    330,
                                    333
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 15
                                    }
                                  }
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Error",
                                      "range": [
                                        336,
                                        341
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        342,
                                        346
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      336,
                                      346
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        347,
                                        351
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 33
                                        }
                                      }
                                    },
                                    {
                                      "type": "ConditionalExpression",
                                      "test": {
                                        "type": "Identifier",
                                        "name": "errors",
                                        "range": [
                                          353,
                                          359
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BinaryExpression",
                                        "operator": "+",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "+",
                                          "left": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "errors",
                                              "range": [
                                                374,
                                                380
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "length",
                                              "range": [
                                                381,
                                                387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              374,
                                              387
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "value": " errors occurred during unsubscription:\n  ",
                                            "raw": "\" errors occurred during unsubscription:\\n  \"",
                                            "range": [
                                              390,
                                              435
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            374,
                                            435
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 73
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "errors",
                                                  "range": [
                                                    438,
                                                    444
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 11,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 11,
                                                      "column": 82
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "map",
                                                  "range": [
                                                    445,
                                                    448
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 11,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 11,
                                                      "column": 86
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  438,
                                                  448
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 11,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 11,
                                                    "column": 86
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "FunctionExpression",
                                                  "id": null,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        459,
                                                        462
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 11,
                                                          "column": 97
                                                        },
                                                        "end": {
                                                          "line": 11,
                                                          "column": 100
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "name": "i",
                                                      "range": [
                                                        464,
                                                        465
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 11,
                                                          "column": 102
                                                        },
                                                        "end": {
                                                          "line": 11,
                                                          "column": 103
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "argument": {
                                                          "type": "BinaryExpression",
                                                          "operator": "+",
                                                          "left": {
                                                            "type": "BinaryExpression",
                                                            "operator": "+",
                                                            "left": {
                                                              "type": "BinaryExpression",
                                                              "operator": "+",
                                                              "left": {
                                                                "type": "Identifier",
                                                                "name": "i",
                                                                "range": [
                                                                  478,
                                                                  479
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 116
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 117
                                                                  }
                                                                }
                                                              },
                                                              "right": {
                                                                "type": "Literal",
                                                                "value": 1,
                                                                "raw": "1",
                                                                "range": [
                                                                  482,
                                                                  483
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 120
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 121
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                478,
                                                                483
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 116
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 121
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "value": ") ",
                                                              "raw": "\") \"",
                                                              "range": [
                                                                487,
                                                                491
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 125
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 129
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              477,
                                                              491
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 11,
                                                                "column": 115
                                                              },
                                                              "end": {
                                                                "line": 11,
                                                                "column": 129
                                                              }
                                                            }
                                                          },
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "err",
                                                                "range": [
                                                                  494,
                                                                  497
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 132
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 135
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "toString",
                                                                "range": [
                                                                  498,
                                                                  506
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 136
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 144
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                494,
                                                                506
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 132
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 144
                                                                }
                                                              }
                                                            },
                                                            "arguments": [],
                                                            "range": [
                                                              494,
                                                              508
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 11,
                                                                "column": 132
                                                              },
                                                              "end": {
                                                                "line": 11,
                                                                "column": 146
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            477,
                                                            508
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 11,
                                                              "column": 115
                                                            },
                                                            "end": {
                                                              "line": 11,
                                                              "column": 146
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          469,
                                                          510
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 11,
                                                            "column": 107
                                                          },
                                                          "end": {
                                                            "line": 11,
                                                            "column": 148
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      467,
                                                      512
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 11,
                                                        "column": 105
                                                      },
                                                      "end": {
                                                        "line": 11,
                                                        "column": 150
                                                      }
                                                    }
                                                  },
                                                  "generator": false,
                                                  "expression": false,
                                                  "range": [
                                                    449,
                                                    512
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 11,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 11,
                                                      "column": 150
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                438,
                                                513
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 151
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "join",
                                              "range": [
                                                514,
                                                518
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 152
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 156
                                                }
                                              }
                                            },
                                            "range": [
                                              438,
                                              518
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 156
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "value": "\n  ",
                                              "raw": "'\\n  '",
                                              "range": [
                                                519,
                                                525
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 157
                                                },
                                                "end": {
                                                  "line": 11,
                                                  "column": 163
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            438,
                                            526
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 164
                                            }
                                          }
                                        },
                                        "range": [
                                          374,
                                          526
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 164
                                          }
                                        }
                                      },
                                      "alternate": {
                                        "type": "Literal",
                                        "value": "",
                                        "raw": "''",
                                        "range": [
                                          529,
                                          531
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 167
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 169
                                          }
                                        }
                                      },
                                      "range": [
                                        353,
                                        531
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 169
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    336,
                                    532
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 170
                                    }
                                  }
                                },
                                "range": [
                                  330,
                                  532
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 170
                                  }
                                }
                              }
                            ],
                            "kind": "var",
                            "range": [
                              326,
                              533
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 171
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    542,
                                    546
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "name",
                                  "range": [
                                    547,
                                    551
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  542,
                                  551
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      554,
                                      557
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "name",
                                    "range": [
                                      558,
                                      562
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    554,
                                    562
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 28
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": "UnsubscriptionError",
                                  "raw": "'UnsubscriptionError'",
                                  "range": [
                                    565,
                                    586
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 52
                                    }
                                  }
                                },
                                "range": [
                                  554,
                                  586
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 52
                                  }
                                }
                              },
                              "range": [
                                542,
                                586
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 52
                                }
                              }
                            },
                            "range": [
                              542,
                              587
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 53
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    596,
                                    600
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "stack",
                                  "range": [
                                    601,
                                    606
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  596,
                                  606
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    609,
                                    612
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "stack",
                                  "range": [
                                    613,
                                    618
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  609,
                                  618
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                596,
                                618
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              596,
                              619
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 31
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    628,
                                    632
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "message",
                                  "range": [
                                    633,
                                    640
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  628,
                                  640
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    643,
                                    646
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "message",
                                  "range": [
                                    647,
                                    654
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  643,
                                  654
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                628,
                                654
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              628,
                              655
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 35
                              }
                            }
                          }
                        ],
                        "range": [
                          259,
                          661
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 41
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        222,
                        661
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "UnsubscriptionError",
                        "range": [
                          673,
                          692
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 11
                          },
                          "end": {
                            "line": 16,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        666,
                        693
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    172,
                    695
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 52
                    },
                    "end": {
                      "line": 17,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  154,
                  695
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 34
                  },
                  "end": {
                    "line": 17,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Error",
                  "range": [
                    696,
                    701
                  ],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 17,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                154,
                702
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 34
                },
                "end": {
                  "line": 17,
                  "column": 8
                }
              }
            },
            "range": [
              131,
              703
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 11
              },
              "end": {
                "line": 17,
                "column": 9
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          127,
          704
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 7
          },
          "end": {
            "line": 17,
            "column": 10
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n ",
            "range": [
              0,
              119
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=UnsubscriptionError.js.map",
            "range": [
              705,
              752
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 0
              },
              "end": {
                "line": 18,
                "column": 47
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        120,
        704
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 10
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n ",
          "range": [
            0,
            119
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=UnsubscriptionError.js.map",
          "range": [
            705,
            752
          ],
          "loc": {
            "start": {
              "line": 18,
              "column": 0
            },
            "end": {
              "line": 18,
              "column": 47
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    120,
    704
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 17,
      "column": 10
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n ",
      "range": [
        0,
        119
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=UnsubscriptionError.js.map",
      "range": [
        705,
        752
      ],
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 47
        }
      }
    }
  ]
}