{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Observable",
            "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": "../Observable",
        "raw": "'../Observable'",
        "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
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "subscribeToResult",
            "range": [
              53,
              70
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 26
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "subscribeToResult",
            "range": [
              53,
              70
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 26
              }
            }
          },
          "range": [
            53,
            70
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 26
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/subscribeToResult",
        "raw": "'../util/subscribeToResult'",
        "range": [
          78,
          105
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 34
          },
          "end": {
            "line": 2,
            "column": 61
          }
        }
      },
      "range": [
        44,
        106
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 62
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "OuterSubscriber",
            "range": [
              116,
              131
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 24
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "OuterSubscriber",
            "range": [
              116,
              131
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 24
              }
            }
          },
          "range": [
            116,
            131
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 24
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../OuterSubscriber",
        "raw": "'../OuterSubscriber'",
        "range": [
          139,
          159
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 32
          },
          "end": {
            "line": 3,
            "column": 52
          }
        }
      },
      "range": [
        107,
        160
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 53
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            161,
            255
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "IfObservable",
              "range": [
                267,
                279
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 23
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      293,
                      299
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 37
                      },
                      "end": {
                        "line": 9,
                        "column": 43
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            307,
                            316
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "IfObservable",
                            "range": [
                              317,
                              329
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 14
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              331,
                              337
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 28
                              },
                              "end": {
                                "line": 10,
                                "column": 34
                              }
                            }
                          }
                        ],
                        "range": [
                          307,
                          338
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 35
                          }
                        }
                      },
                      "range": [
                        307,
                        339
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 36
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "IfObservable",
                        "range": [
                          353,
                          365
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 25
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "condition",
                          "range": [
                            366,
                            375
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 26
                            },
                            "end": {
                              "line": 11,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "thenSource",
                          "range": [
                            377,
                            387
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 37
                            },
                            "end": {
                              "line": 11,
                              "column": 47
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "elseSource",
                          "range": [
                            389,
                            399
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 49
                            },
                            "end": {
                              "line": 11,
                              "column": 59
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    411,
                                    417
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    418,
                                    422
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  411,
                                  422
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    423,
                                    427
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                411,
                                428
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              411,
                              429
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    438,
                                    442
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "condition",
                                  "range": [
                                    443,
                                    452
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  438,
                                  452
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "condition",
                                "range": [
                                  455,
                                  464
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                438,
                                464
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              438,
                              465
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    474,
                                    478
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "thenSource",
                                  "range": [
                                    479,
                                    489
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  474,
                                  489
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "thenSource",
                                "range": [
                                  492,
                                  502
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                474,
                                502
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              474,
                              503
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    512,
                                    516
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "elseSource",
                                  "range": [
                                    517,
                                    527
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  512,
                                  527
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "elseSource",
                                "range": [
                                  530,
                                  540
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                512,
                                540
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              512,
                              541
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          401,
                          547
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 61
                          },
                          "end": {
                            "line": 16,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        344,
                        547
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "IfObservable",
                            "range": [
                              552,
                              564
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 4
                              },
                              "end": {
                                "line": 17,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              565,
                              571
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 17
                              },
                              "end": {
                                "line": 17,
                                "column": 23
                              }
                            }
                          },
                          "range": [
                            552,
                            571
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 23
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "condition",
                              "range": [
                                584,
                                593
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 36
                                },
                                "end": {
                                  "line": 17,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "thenSource",
                              "range": [
                                595,
                                605
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 47
                                },
                                "end": {
                                  "line": 17,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "elseSource",
                              "range": [
                                607,
                                617
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 59
                                },
                                "end": {
                                  "line": 17,
                                  "column": 69
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "IfObservable",
                                    "range": [
                                      640,
                                      652
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "condition",
                                      "range": [
                                        653,
                                        662
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 41
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "thenSource",
                                      "range": [
                                        664,
                                        674
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 53
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "elseSource",
                                      "range": [
                                        676,
                                        686
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 65
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    636,
                                    687
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 66
                                    }
                                  }
                                },
                                "range": [
                                  629,
                                  688
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 67
                                  }
                                }
                              }
                            ],
                            "range": [
                              619,
                              694
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 71
                              },
                              "end": {
                                "line": 19,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            574,
                            694
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 26
                            },
                            "end": {
                              "line": 19,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          552,
                          694
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        552,
                        695
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "IfObservable",
                              "range": [
                                700,
                                712
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 4
                                },
                                "end": {
                                  "line": 20,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                713,
                                722
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 17
                                },
                                "end": {
                                  "line": 20,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              700,
                              722
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 4
                              },
                              "end": {
                                "line": 20,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              723,
                              733
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 27
                              },
                              "end": {
                                "line": 20,
                                "column": 37
                              }
                            }
                          },
                          "range": [
                            700,
                            733
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 37
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                746,
                                756
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 50
                                },
                                "end": {
                                  "line": 20,
                                  "column": 60
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        772,
                                        774
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        777,
                                        781
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      772,
                                      781
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "condition",
                                      "range": [
                                        783,
                                        792
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          795,
                                          797
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "condition",
                                        "range": [
                                          798,
                                          807
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "range": [
                                        795,
                                        807
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      783,
                                      807
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 47
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "thenSource",
                                      "range": [
                                        809,
                                        819
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 59
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          822,
                                          824
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 64
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "thenSource",
                                        "range": [
                                          825,
                                          835
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 75
                                          }
                                        }
                                      },
                                      "range": [
                                        822,
                                        835
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 75
                                        }
                                      }
                                    },
                                    "range": [
                                      809,
                                      835
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 75
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "elseSource",
                                      "range": [
                                        837,
                                        847
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          850,
                                          852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 92
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "elseSource",
                                        "range": [
                                          853,
                                          863
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 93
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 103
                                          }
                                        }
                                      },
                                      "range": [
                                        850,
                                        863
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 103
                                        }
                                      }
                                    },
                                    "range": [
                                      837,
                                      863
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 103
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  768,
                                  864
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 104
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "IfSubscriber",
                                    "range": [
                                      884,
                                      896
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        897,
                                        907
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 42
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "condition",
                                      "range": [
                                        909,
                                        918
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 53
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "thenSource",
                                      "range": [
                                        920,
                                        930
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 65
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "elseSource",
                                      "range": [
                                        932,
                                        942
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 77
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    880,
                                    943
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 78
                                    }
                                  }
                                },
                                "range": [
                                  873,
                                  944
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 79
                                  }
                                }
                              }
                            ],
                            "range": [
                              758,
                              950
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 62
                              },
                              "end": {
                                "line": 23,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            736,
                            950
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 40
                            },
                            "end": {
                              "line": 23,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          700,
                          950
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        700,
                        951
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "IfObservable",
                        "range": [
                          963,
                          975
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 24,
                            "column": 23
                          }
                        }
                      },
                      "range": [
                        956,
                        976
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "range": [
                    301,
                    978
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 45
                    },
                    "end": {
                      "line": 25,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  283,
                  978
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 27
                  },
                  "end": {
                    "line": 25,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    979,
                    989
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 2
                    },
                    "end": {
                      "line": 25,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                283,
                990
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 27
                },
                "end": {
                  "line": 25,
                  "column": 13
                }
              }
            },
            "range": [
              267,
              991
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 25,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          263,
          992
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 25,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              161,
              255
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        256,
        992
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            161,
            255
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "IfSubscriber",
            "range": [
              997,
              1009
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 4
              },
              "end": {
                "line": 26,
                "column": 16
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1023,
                    1029
                  ],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 30
                    },
                    "end": {
                      "line": 26,
                      "column": 36
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1037,
                          1046
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "IfSubscriber",
                          "range": [
                            1047,
                            1059
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 14
                            },
                            "end": {
                              "line": 27,
                              "column": 26
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1061,
                            1067
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 28
                            },
                            "end": {
                              "line": 27,
                              "column": 34
                            }
                          }
                        }
                      ],
                      "range": [
                        1037,
                        1068
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      1037,
                      1069
                    ],
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 36
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "IfSubscriber",
                      "range": [
                        1083,
                        1095
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 13
                        },
                        "end": {
                          "line": 28,
                          "column": 25
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1096,
                          1107
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 26
                          },
                          "end": {
                            "line": 28,
                            "column": 37
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "condition",
                        "range": [
                          1109,
                          1118
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 39
                          },
                          "end": {
                            "line": 28,
                            "column": 48
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "thenSource",
                        "range": [
                          1120,
                          1130
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 50
                          },
                          "end": {
                            "line": 28,
                            "column": 60
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "elseSource",
                        "range": [
                          1132,
                          1142
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 62
                          },
                          "end": {
                            "line": 28,
                            "column": 72
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1154,
                                  1160
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1161,
                                  1165
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1154,
                                1165
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1166,
                                  1170
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1172,
                                  1183
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1154,
                              1184
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1154,
                            1185
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1194,
                                  1198
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "condition",
                                "range": [
                                  1199,
                                  1208
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1194,
                                1208
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "condition",
                              "range": [
                                1211,
                                1220
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 25
                                },
                                "end": {
                                  "line": 30,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1194,
                              1220
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            1194,
                            1221
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1230,
                                  1234
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "thenSource",
                                "range": [
                                  1235,
                                  1245
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1230,
                                1245
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 23
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "thenSource",
                              "range": [
                                1248,
                                1258
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 26
                                },
                                "end": {
                                  "line": 31,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1230,
                              1258
                            ],
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1230,
                            1259
                          ],
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1268,
                                  1272
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "elseSource",
                                "range": [
                                  1273,
                                  1283
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1268,
                                1283
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 23
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "elseSource",
                              "range": [
                                1286,
                                1296
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 26
                                },
                                "end": {
                                  "line": 32,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1268,
                              1296
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1268,
                            1297
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1306,
                                  1310
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "tryIf",
                                "range": [
                                  1311,
                                  1316
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                1306,
                                1316
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 18
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              1306,
                              1318
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 20
                              }
                            }
                          },
                          "range": [
                            1306,
                            1319
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 21
                            }
                          }
                        }
                      ],
                      "range": [
                        1144,
                        1325
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 74
                        },
                        "end": {
                          "line": 34,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1074,
                      1325
                    ],
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 34,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "IfSubscriber",
                            "range": [
                              1330,
                              1342
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 4
                              },
                              "end": {
                                "line": 35,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1343,
                              1352
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 17
                              },
                              "end": {
                                "line": 35,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            1330,
                            1352
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 4
                            },
                            "end": {
                              "line": 35,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "tryIf",
                          "range": [
                            1353,
                            1358
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 27
                            },
                            "end": {
                              "line": 35,
                              "column": 32
                            }
                          }
                        },
                        "range": [
                          1330,
                          1358
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 32
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      1387,
                                      1389
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1392,
                                      1396
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1387,
                                    1396
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 21
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "condition",
                                    "range": [
                                      1398,
                                      1407
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        1410,
                                        1412
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "condition",
                                      "range": [
                                        1413,
                                        1422
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      1410,
                                      1422
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    1398,
                                    1422
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 47
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "thenSource",
                                    "range": [
                                      1424,
                                      1434
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 59
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        1437,
                                        1439
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 64
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "thenSource",
                                      "range": [
                                        1440,
                                        1450
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 75
                                        }
                                      }
                                    },
                                    "range": [
                                      1437,
                                      1450
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 75
                                      }
                                    }
                                  },
                                  "range": [
                                    1424,
                                    1450
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 75
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "elseSource",
                                    "range": [
                                      1452,
                                      1462
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 87
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        1465,
                                        1467
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 92
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "elseSource",
                                      "range": [
                                        1468,
                                        1478
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 103
                                        }
                                      }
                                    },
                                    "range": [
                                      1465,
                                      1478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 103
                                      }
                                    }
                                  },
                                  "range": [
                                    1452,
                                    1478
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 103
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1383,
                                1479
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 104
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1492,
                                      1498
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    1492,
                                    1498
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 18
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1488,
                                1499
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 19
                                }
                              }
                            },
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          1526,
                                          1532
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "condition",
                                          "range": [
                                            1535,
                                            1544
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          1535,
                                          1546
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        1526,
                                        1546
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1526,
                                      1547
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 33
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "source",
                                          "range": [
                                            1564,
                                            1570
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "ConditionalExpression",
                                          "test": {
                                            "type": "Identifier",
                                            "name": "result",
                                            "range": [
                                              1573,
                                              1579
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "Identifier",
                                            "name": "thenSource",
                                            "range": [
                                              1582,
                                              1592
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "Identifier",
                                            "name": "elseSource",
                                            "range": [
                                              1595,
                                              1605
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1573,
                                            1605
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 57
                                            }
                                          }
                                        },
                                        "range": [
                                          1564,
                                          1605
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 57
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      1560,
                                      1606
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 58
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "test": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1623,
                                        1629
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1649,
                                                  1653
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  1654,
                                                  1657
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                1649,
                                                1657
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "subscribeToResult",
                                                  "range": [
                                                    1658,
                                                    1675
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      1676,
                                                      1680
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "source",
                                                    "range": [
                                                      1682,
                                                      1688
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 55
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1658,
                                                  1689
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1649,
                                              1690
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1649,
                                            1691
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1631,
                                        1705
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1741,
                                                  1745
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "_complete",
                                                "range": [
                                                  1746,
                                                  1755
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "range": [
                                                1741,
                                                1755
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1741,
                                              1757
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "range": [
                                            1741,
                                            1758
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 33
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1723,
                                        1772
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "range": [
                                      1619,
                                      1772
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1512,
                                  1782
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    1798,
                                    1801
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 18
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1817,
                                              1821
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_error",
                                            "range": [
                                              1822,
                                              1828
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "range": [
                                            1817,
                                            1828
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              1829,
                                              1832
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 27
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1817,
                                          1833
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "range": [
                                        1817,
                                        1834
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1803,
                                    1844
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1791,
                                  1844
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                1508,
                                1844
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1373,
                            1850
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 47
                            },
                            "end": {
                              "line": 51,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1361,
                          1850
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 35
                          },
                          "end": {
                            "line": 51,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1330,
                        1850
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1330,
                      1851
                    ],
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "IfSubscriber",
                      "range": [
                        1863,
                        1875
                      ],
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 11
                        },
                        "end": {
                          "line": 52,
                          "column": 23
                        }
                      }
                    },
                    "range": [
                      1856,
                      1876
                    ],
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 24
                      }
                    }
                  }
                ],
                "range": [
                  1031,
                  1878
                ],
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 38
                  },
                  "end": {
                    "line": 53,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1013,
                1878
              ],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 20
                },
                "end": {
                  "line": 53,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "OuterSubscriber",
                "range": [
                  1879,
                  1894
                ],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 2
                  },
                  "end": {
                    "line": 53,
                    "column": 17
                  }
                }
              }
            ],
            "range": [
              1013,
              1895
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 20
              },
              "end": {
                "line": 53,
                "column": 18
              }
            }
          },
          "range": [
            997,
            1896
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 4
            },
            "end": {
              "line": 53,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        993,
        1897
      ],
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 53,
          "column": 20
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=IfObservable.js.map",
          "range": [
            1898,
            1938
          ],
          "loc": {
            "start": {
              "line": 54,
              "column": 0
            },
            "end": {
              "line": 54,
              "column": 40
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1897
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 53,
      "column": 20
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        161,
        255
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=IfObservable.js.map",
      "range": [
        1898,
        1938
      ],
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 40
        }
      }
    }
  ]
}