{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "range": [
            9,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Subscriber",
        "raw": "'../Subscriber'",
        "range": [
          27,
          42
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 27
          },
          "end": {
            "line": 1,
            "column": 42
          }
        }
      },
      "range": [
        0,
        43
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            44,
            80
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 2,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "_do",
          "range": [
            97,
            100
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 16
            },
            "end": {
              "line": 3,
              "column": 19
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "nextOrObserver",
            "range": [
              101,
              115
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 20
              },
              "end": {
                "line": 3,
                "column": 34
              }
            }
          },
          {
            "type": "Identifier",
            "name": "error",
            "range": [
              117,
              122
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 36
              },
              "end": {
                "line": 3,
                "column": 41
              }
            }
          },
          {
            "type": "Identifier",
            "name": "complete",
            "range": [
              124,
              132
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 43
              },
              "end": {
                "line": 3,
                "column": 51
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      147,
                      151
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 11
                      },
                      "end": {
                        "line": 4,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      152,
                      156
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    147,
                    156
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 11
                    },
                    "end": {
                      "line": 4,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "DoOperator",
                      "range": [
                        161,
                        171
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 25
                        },
                        "end": {
                          "line": 4,
                          "column": 35
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "nextOrObserver",
                        "range": [
                          172,
                          186
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 36
                          },
                          "end": {
                            "line": 4,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "error",
                        "range": [
                          188,
                          193
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 52
                          },
                          "end": {
                            "line": 4,
                            "column": 57
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "complete",
                        "range": [
                          195,
                          203
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 59
                          },
                          "end": {
                            "line": 4,
                            "column": 67
                          }
                        }
                      }
                    ],
                    "range": [
                      157,
                      204
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 21
                      },
                      "end": {
                        "line": 4,
                        "column": 68
                      }
                    }
                  }
                ],
                "range": [
                  147,
                  205
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11
                  },
                  "end": {
                    "line": 4,
                    "column": 69
                  }
                }
              },
              "range": [
                140,
                206
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 4,
                  "column": 70
                }
              }
            }
          ],
          "range": [
            134,
            208
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 53
            },
            "end": {
              "line": 5,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          88,
          208
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 7
          },
          "end": {
            "line": 5,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " tslint:disable:max-line-length ",
            "range": [
              44,
              80
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 2,
                "column": 36
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        81,
        208
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            44,
            80
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 2,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "DoOperator",
            "range": [
              213,
              223
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 14
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "DoOperator",
                      "range": [
                        254,
                        264
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 13
                        },
                        "end": {
                          "line": 7,
                          "column": 23
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "nextOrObserver",
                        "range": [
                          265,
                          279
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 24
                          },
                          "end": {
                            "line": 7,
                            "column": 38
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "error",
                        "range": [
                          281,
                          286
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 40
                          },
                          "end": {
                            "line": 7,
                            "column": 45
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "complete",
                        "range": [
                          288,
                          296
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 47
                          },
                          "end": {
                            "line": 7,
                            "column": 55
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  308,
                                  312
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "nextOrObserver",
                                "range": [
                                  313,
                                  327
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                308,
                                327
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 27
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "nextOrObserver",
                              "range": [
                                330,
                                344
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 30
                                },
                                "end": {
                                  "line": 8,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              308,
                              344
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            308,
                            345
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 45
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  354,
                                  358
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "error",
                                "range": [
                                  359,
                                  364
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                354,
                                364
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 18
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "error",
                              "range": [
                                367,
                                372
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 21
                                },
                                "end": {
                                  "line": 9,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              354,
                              372
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            354,
                            373
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 27
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  382,
                                  386
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "complete",
                                "range": [
                                  387,
                                  395
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                382,
                                395
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "complete",
                              "range": [
                                398,
                                406
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 24
                                },
                                "end": {
                                  "line": 10,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              382,
                              406
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            382,
                            407
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 33
                            }
                          }
                        }
                      ],
                      "range": [
                        298,
                        413
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 57
                        },
                        "end": {
                          "line": 11,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      245,
                      413
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "DoOperator",
                            "range": [
                              418,
                              428
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 14
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              429,
                              438
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 15
                              },
                              "end": {
                                "line": 12,
                                "column": 24
                              }
                            }
                          },
                          "range": [
                            418,
                            438
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 24
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            439,
                            443
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 25
                            },
                            "end": {
                              "line": 12,
                              "column": 29
                            }
                          }
                        },
                        "range": [
                          418,
                          443
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "subscriber",
                            "range": [
                              456,
                              466
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 42
                              },
                              "end": {
                                "line": 12,
                                "column": 52
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              468,
                              474
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 54
                              },
                              "end": {
                                "line": 12,
                                "column": 60
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      493,
                                      499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      500,
                                      510
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    493,
                                    510
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "DoSubscriber",
                                      "range": [
                                        515,
                                        527
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          528,
                                          538
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 60
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            540,
                                            544
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 66
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "nextOrObserver",
                                          "range": [
                                            545,
                                            559
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 81
                                            }
                                          }
                                        },
                                        "range": [
                                          540,
                                          559
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 81
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            561,
                                            565
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 87
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            566,
                                            571
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 93
                                            }
                                          }
                                        },
                                        "range": [
                                          561,
                                          571
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 93
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            573,
                                            577
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 95
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 99
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "complete",
                                          "range": [
                                            578,
                                            586
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 100
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 108
                                            }
                                          }
                                        },
                                        "range": [
                                          573,
                                          586
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 108
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      511,
                                      587
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 109
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  493,
                                  588
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 110
                                  }
                                }
                              },
                              "range": [
                                486,
                                589
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 111
                                }
                              }
                            }
                          ],
                          "range": [
                            476,
                            595
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 62
                            },
                            "end": {
                              "line": 14,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          446,
                          595
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 32
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        418,
                        595
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      418,
                      596
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "DoOperator",
                      "range": [
                        608,
                        618
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 11
                        },
                        "end": {
                          "line": 15,
                          "column": 21
                        }
                      }
                    },
                    "range": [
                      601,
                      619
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 22
                      }
                    }
                  }
                ],
                "range": [
                  239,
                  621
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 30
                  },
                  "end": {
                    "line": 16,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                227,
                621
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 18
                },
                "end": {
                  "line": 16,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              227,
              623
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 18
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          },
          "range": [
            213,
            624
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 16,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        209,
        625
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            626,
            717
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "DoSubscriber",
            "range": [
              722,
              734
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 4
              },
              "end": {
                "line": 22,
                "column": 16
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    748,
                    754
                  ],
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 30
                    },
                    "end": {
                      "line": 22,
                      "column": 36
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          762,
                          771
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "DoSubscriber",
                          "range": [
                            772,
                            784
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 14
                            },
                            "end": {
                              "line": 23,
                              "column": 26
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            786,
                            792
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 28
                            },
                            "end": {
                              "line": 23,
                              "column": 34
                            }
                          }
                        }
                      ],
                      "range": [
                        762,
                        793
                      ],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      762,
                      794
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 4
                      },
                      "end": {
                        "line": 23,
                        "column": 36
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "DoSubscriber",
                      "range": [
                        808,
                        820
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 13
                        },
                        "end": {
                          "line": 24,
                          "column": 25
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          821,
                          832
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 26
                          },
                          "end": {
                            "line": 24,
                            "column": 37
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "nextOrObserver",
                        "range": [
                          834,
                          848
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 39
                          },
                          "end": {
                            "line": 24,
                            "column": 53
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "error",
                        "range": [
                          850,
                          855
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 55
                          },
                          "end": {
                            "line": 24,
                            "column": 60
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "complete",
                        "range": [
                          857,
                          865
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 62
                          },
                          "end": {
                            "line": 24,
                            "column": 70
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  877,
                                  883
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  884,
                                  888
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                877,
                                888
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  889,
                                  893
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  895,
                                  906
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              877,
                              907
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            877,
                            908
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "safeSubscriber",
                                "range": [
                                  921,
                                  935
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 26
                                  }
                                }
                              },
                              "init": {
                                "type": "NewExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "Subscriber",
                                  "range": [
                                    942,
                                    952
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 43
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "nextOrObserver",
                                    "range": [
                                      953,
                                      967
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 58
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "error",
                                    "range": [
                                      969,
                                      974
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 65
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "complete",
                                    "range": [
                                      976,
                                      984
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 75
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  938,
                                  985
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 76
                                  }
                                }
                              },
                              "range": [
                                921,
                                985
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 76
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            917,
                            986
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 77
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "safeSubscriber",
                                "range": [
                                  995,
                                  1009
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "syncErrorThrowable",
                                "range": [
                                  1010,
                                  1028
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 41
                                  }
                                }
                              },
                              "range": [
                                995,
                                1028
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 41
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": true,
                              "raw": "true",
                              "range": [
                                1031,
                                1035
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 44
                                },
                                "end": {
                                  "line": 27,
                                  "column": 48
                                }
                              }
                            },
                            "range": [
                              995,
                              1035
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 48
                              }
                            }
                          },
                          "range": [
                            995,
                            1036
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 49
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1045,
                                  1049
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "add",
                                "range": [
                                  1050,
                                  1053
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 16
                                  }
                                }
                              },
                              "range": [
                                1045,
                                1053
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 16
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "name": "safeSubscriber",
                                "range": [
                                  1054,
                                  1068
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 31
                                  }
                                }
                              }
                            ],
                            "range": [
                              1045,
                              1069
                            ],
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            1045,
                            1070
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 33
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1079,
                                  1083
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "safeSubscriber",
                                "range": [
                                  1084,
                                  1098
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                1079,
                                1098
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 27
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "safeSubscriber",
                              "range": [
                                1101,
                                1115
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 30
                                },
                                "end": {
                                  "line": 29,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              1079,
                              1115
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            1079,
                            1116
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 45
                            }
                          }
                        }
                      ],
                      "range": [
                        867,
                        1122
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 72
                        },
                        "end": {
                          "line": 30,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      799,
                      1122
                    ],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 30,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "DoSubscriber",
                            "range": [
                              1127,
                              1139
                            ],
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1140,
                              1149
                            ],
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 17
                              },
                              "end": {
                                "line": 31,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1127,
                            1149
                          ],
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            1150,
                            1155
                          ],
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 27
                            },
                            "end": {
                              "line": 31,
                              "column": 32
                            }
                          }
                        },
                        "range": [
                          1127,
                          1155
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 32
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1168,
                              1173
                            ],
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 45
                              },
                              "end": {
                                "line": 31,
                                "column": 50
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1189,
                                      1203
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1206,
                                        1210
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "safeSubscriber",
                                      "range": [
                                        1211,
                                        1225
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "range": [
                                      1206,
                                      1225
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    1189,
                                    1225
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 48
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1185,
                                1226
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 49
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1235,
                                      1249
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1250,
                                      1254
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    1235,
                                    1254
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 27
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "value",
                                    "range": [
                                      1255,
                                      1260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1235,
                                  1261
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1235,
                                1262
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "safeSubscriber",
                                  "range": [
                                    1275,
                                    1289
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "syncErrorThrown",
                                  "range": [
                                    1290,
                                    1305
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 42
                                    }
                                  }
                                },
                                "range": [
                                  1275,
                                  1305
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 42
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1321,
                                              1325
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1326,
                                              1337
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1321,
                                            1337
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            1338,
                                            1343
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          1321,
                                          1343
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "safeSubscriber",
                                            "range": [
                                              1344,
                                              1358
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "syncErrorValue",
                                            "range": [
                                              1359,
                                              1373
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            1344,
                                            1373
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1321,
                                        1374
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 65
                                        }
                                      }
                                    },
                                    "range": [
                                      1321,
                                      1375
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1307,
                                  1385
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1413,
                                              1417
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1418,
                                              1429
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1413,
                                            1429
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "next",
                                          "range": [
                                            1430,
                                            1434
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "range": [
                                          1413,
                                          1434
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            1435,
                                            1440
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 39
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1413,
                                        1441
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      1413,
                                      1442
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1399,
                                  1452
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                1271,
                                1452
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1175,
                            1458
                          ],
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 52
                            },
                            "end": {
                              "line": 40,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1158,
                          1458
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 35
                          },
                          "end": {
                            "line": 40,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1127,
                        1458
                      ],
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1127,
                      1459
                    ],
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "DoSubscriber",
                            "range": [
                              1464,
                              1476
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 4
                              },
                              "end": {
                                "line": 41,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1477,
                              1486
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 17
                              },
                              "end": {
                                "line": 41,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1464,
                            1486
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 4
                            },
                            "end": {
                              "line": 41,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_error",
                          "range": [
                            1487,
                            1493
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 27
                            },
                            "end": {
                              "line": 41,
                              "column": 33
                            }
                          }
                        },
                        "range": [
                          1464,
                          1493
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 33
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "err",
                            "range": [
                              1506,
                              1509
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 46
                              },
                              "end": {
                                "line": 41,
                                "column": 49
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1525,
                                      1539
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1542,
                                        1546
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "safeSubscriber",
                                      "range": [
                                        1547,
                                        1561
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "range": [
                                      1542,
                                      1561
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    1525,
                                    1561
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 48
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1521,
                                1562
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 49
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1571,
                                      1585
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "error",
                                    "range": [
                                      1586,
                                      1591
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1571,
                                    1591
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 28
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      1592,
                                      1595
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1571,
                                  1596
                                ],
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1571,
                                1597
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "safeSubscriber",
                                  "range": [
                                    1610,
                                    1624
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "syncErrorThrown",
                                  "range": [
                                    1625,
                                    1640
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 42
                                    }
                                  }
                                },
                                "range": [
                                  1610,
                                  1640
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 42
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1656,
                                              1660
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1661,
                                              1672
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1656,
                                            1672
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            1673,
                                            1678
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          1656,
                                          1678
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "safeSubscriber",
                                            "range": [
                                              1679,
                                              1693
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "syncErrorValue",
                                            "range": [
                                              1694,
                                              1708
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            1679,
                                            1708
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1656,
                                        1709
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 65
                                        }
                                      }
                                    },
                                    "range": [
                                      1656,
                                      1710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1642,
                                  1720
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1748,
                                              1752
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1753,
                                              1764
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1748,
                                            1764
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            1765,
                                            1770
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          1748,
                                          1770
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "err",
                                          "range": [
                                            1771,
                                            1774
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 38
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1748,
                                        1775
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      1748,
                                      1776
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1734,
                                  1786
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                1606,
                                1786
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1511,
                            1792
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 51
                            },
                            "end": {
                              "line": 50,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1496,
                          1792
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 36
                          },
                          "end": {
                            "line": 50,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1464,
                        1792
                      ],
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 50,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1464,
                      1793
                    ],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 50,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "DoSubscriber",
                            "range": [
                              1798,
                              1810
                            ],
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 4
                              },
                              "end": {
                                "line": 51,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1811,
                              1820
                            ],
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 17
                              },
                              "end": {
                                "line": 51,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1798,
                            1820
                          ],
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_complete",
                          "range": [
                            1821,
                            1830
                          ],
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 27
                            },
                            "end": {
                              "line": 51,
                              "column": 36
                            }
                          }
                        },
                        "range": [
                          1798,
                          1830
                        ],
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 51,
                            "column": 36
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1859,
                                      1873
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1876,
                                        1880
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "safeSubscriber",
                                      "range": [
                                        1881,
                                        1895
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "range": [
                                      1876,
                                      1895
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    1859,
                                    1895
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 48
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1855,
                                1896
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 49
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "safeSubscriber",
                                    "range": [
                                      1905,
                                      1919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "complete",
                                    "range": [
                                      1920,
                                      1928
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1905,
                                    1928
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 31
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  1905,
                                  1930
                                ],
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1905,
                                1931
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "safeSubscriber",
                                  "range": [
                                    1944,
                                    1958
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "syncErrorThrown",
                                  "range": [
                                    1959,
                                    1974
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 42
                                    }
                                  }
                                },
                                "range": [
                                  1944,
                                  1974
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 42
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1990,
                                              1994
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1995,
                                              2006
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1990,
                                            2006
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "error",
                                          "range": [
                                            2007,
                                            2012
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          1990,
                                          2012
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "safeSubscriber",
                                            "range": [
                                              2013,
                                              2027
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "syncErrorValue",
                                            "range": [
                                              2028,
                                              2042
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            2013,
                                            2042
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1990,
                                        2043
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 65
                                        }
                                      }
                                    },
                                    "range": [
                                      1990,
                                      2044
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1976,
                                  2054
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              2082,
                                              2086
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              2087,
                                              2098
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            2082,
                                            2098
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "complete",
                                          "range": [
                                            2099,
                                            2107
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          2082,
                                          2107
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        2082,
                                        2109
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      2082,
                                      2110
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2068,
                                  2120
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                1940,
                                2120
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1845,
                            2126
                          ],
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 51
                            },
                            "end": {
                              "line": 60,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1833,
                          2126
                        ],
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 39
                          },
                          "end": {
                            "line": 60,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1798,
                        2126
                      ],
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1798,
                      2127
                    ],
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 4
                      },
                      "end": {
                        "line": 60,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "DoSubscriber",
                      "range": [
                        2139,
                        2151
                      ],
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 11
                        },
                        "end": {
                          "line": 61,
                          "column": 23
                        }
                      }
                    },
                    "range": [
                      2132,
                      2152
                    ],
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 24
                      }
                    }
                  }
                ],
                "range": [
                  756,
                  2154
                ],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 38
                  },
                  "end": {
                    "line": 62,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                738,
                2154
              ],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 20
                },
                "end": {
                  "line": 62,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "Subscriber",
                "range": [
                  2155,
                  2165
                ],
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 2
                  },
                  "end": {
                    "line": 62,
                    "column": 12
                  }
                }
              }
            ],
            "range": [
              738,
              2166
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 20
              },
              "end": {
                "line": 62,
                "column": 13
              }
            }
          },
          "range": [
            722,
            2167
          ],
          "loc": {
            "start": {
              "line": 22,
              "column": 4
            },
            "end": {
              "line": 62,
              "column": 14
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        718,
        2168
      ],
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            626,
            717
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=do.js.map",
          "range": [
            2169,
            2199
          ],
          "loc": {
            "start": {
              "line": 63,
              "column": 0
            },
            "end": {
              "line": 63,
              "column": 30
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2168
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 62,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": " tslint:disable:max-line-length ",
      "range": [
        44,
        80
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        626,
        717
      ],
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=do.js.map",
      "range": [
        2169,
        2199
      ],
      "loc": {
        "start": {
          "line": 63,
          "column": 0
        },
        "end": {
          "line": 63,
          "column": 30
        }
      }
    }
  ]
}