{
  "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": "UsingObservable",
              "range": [
                267,
                282
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 26
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      296,
                      302
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 40
                      },
                      "end": {
                        "line": 9,
                        "column": 46
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            310,
                            319
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "UsingObservable",
                            "range": [
                              320,
                              335
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 14
                              },
                              "end": {
                                "line": 10,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              337,
                              343
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 31
                              },
                              "end": {
                                "line": 10,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          310,
                          344
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        310,
                        345
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 39
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "UsingObservable",
                        "range": [
                          359,
                          374
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 28
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "resourceFactory",
                          "range": [
                            375,
                            390
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 29
                            },
                            "end": {
                              "line": 11,
                              "column": 44
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "observableFactory",
                          "range": [
                            392,
                            409
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 46
                            },
                            "end": {
                              "line": 11,
                              "column": 63
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    421,
                                    427
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    428,
                                    432
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  421,
                                  432
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    433,
                                    437
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                421,
                                438
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              421,
                              439
                            ],
                            "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": [
                                    448,
                                    452
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "resourceFactory",
                                  "range": [
                                    453,
                                    468
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 28
                                    }
                                  }
                                },
                                "range": [
                                  448,
                                  468
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 28
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "resourceFactory",
                                "range": [
                                  471,
                                  486
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                448,
                                486
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 46
                                }
                              }
                            },
                            "range": [
                              448,
                              487
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 47
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    496,
                                    500
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "observableFactory",
                                  "range": [
                                    501,
                                    518
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  496,
                                  518
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 30
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "observableFactory",
                                "range": [
                                  521,
                                  538
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                496,
                                538
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 50
                                }
                              }
                            },
                            "range": [
                              496,
                              539
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 51
                              }
                            }
                          }
                        ],
                        "range": [
                          411,
                          545
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 65
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        350,
                        545
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "UsingObservable",
                            "range": [
                              550,
                              565
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              566,
                              572
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 20
                              },
                              "end": {
                                "line": 16,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            550,
                            572
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 26
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "resourceFactory",
                              "range": [
                                585,
                                600
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 39
                                },
                                "end": {
                                  "line": 16,
                                  "column": 54
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "observableFactory",
                              "range": [
                                602,
                                619
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 56
                                },
                                "end": {
                                  "line": 16,
                                  "column": 73
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "UsingObservable",
                                    "range": [
                                      642,
                                      657
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "resourceFactory",
                                      "range": [
                                        658,
                                        673
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 50
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "observableFactory",
                                      "range": [
                                        675,
                                        692
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 69
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    638,
                                    693
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 70
                                    }
                                  }
                                },
                                "range": [
                                  631,
                                  694
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 71
                                  }
                                }
                              }
                            ],
                            "range": [
                              621,
                              700
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 75
                              },
                              "end": {
                                "line": 18,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            575,
                            700
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 29
                            },
                            "end": {
                              "line": 18,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          550,
                          700
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        550,
                        701
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "UsingObservable",
                              "range": [
                                706,
                                721
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 4
                                },
                                "end": {
                                  "line": 19,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                722,
                                731
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              706,
                              731
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              732,
                              742
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 30
                              },
                              "end": {
                                "line": 19,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            706,
                            742
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                755,
                                765
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 53
                                },
                                "end": {
                                  "line": 19,
                                  "column": 63
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        781,
                                        783
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        786,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      781,
                                      790
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "resourceFactory",
                                      "range": [
                                        792,
                                        807
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          810,
                                          812
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "resourceFactory",
                                        "range": [
                                          813,
                                          828
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "range": [
                                        810,
                                        828
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 59
                                        }
                                      }
                                    },
                                    "range": [
                                      792,
                                      828
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 59
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "observableFactory",
                                      "range": [
                                        830,
                                        847
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 78
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          850,
                                          852
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 83
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "observableFactory",
                                        "range": [
                                          853,
                                          870
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 101
                                          }
                                        }
                                      },
                                      "range": [
                                        850,
                                        870
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 101
                                        }
                                      }
                                    },
                                    "range": [
                                      830,
                                      870
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 101
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  777,
                                  871
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 102
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "resource",
                                      "range": [
                                        884,
                                        892
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      884,
                                      892
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 20
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  880,
                                  893
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 21
                                  }
                                }
                              },
                              {
                                "type": "TryStatement",
                                "block": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "resource",
                                          "range": [
                                            920,
                                            928
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "resourceFactory",
                                            "range": [
                                              931,
                                              946
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            931,
                                            948
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "range": [
                                          920,
                                          948
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        920,
                                        949
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 41
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "NewExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "UsingSubscriber",
                                          "range": [
                                            973,
                                            988
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              989,
                                              999
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "resource",
                                            "range": [
                                              1001,
                                              1009
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 59
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "observableFactory",
                                            "range": [
                                              1011,
                                              1028
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 78
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          969,
                                          1029
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 79
                                          }
                                        }
                                      },
                                      "range": [
                                        962,
                                        1030
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 80
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    906,
                                    1040
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 9
                                    }
                                  }
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "param": {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      1056,
                                      1059
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                1075,
                                                1085
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "error",
                                              "range": [
                                                1086,
                                                1091
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              1075,
                                              1091
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                1092,
                                                1095
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 32
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1075,
                                            1096
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "range": [
                                          1075,
                                          1097
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1061,
                                      1107
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    1049,
                                    1107
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 9
                                    }
                                  }
                                },
                                "finalizer": null,
                                "range": [
                                  902,
                                  1107
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              767,
                              1113
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 65
                              },
                              "end": {
                                "line": 29,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            745,
                            1113
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 43
                            },
                            "end": {
                              "line": 29,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          706,
                          1113
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        706,
                        1114
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "UsingObservable",
                        "range": [
                          1126,
                          1141
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 11
                          },
                          "end": {
                            "line": 30,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        1119,
                        1142
                      ],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "range": [
                    304,
                    1144
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 48
                    },
                    "end": {
                      "line": 31,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  286,
                  1144
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 30
                  },
                  "end": {
                    "line": 31,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    1145,
                    1155
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 2
                    },
                    "end": {
                      "line": 31,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                286,
                1156
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 30
                },
                "end": {
                  "line": 31,
                  "column": 13
                }
              }
            },
            "range": [
              267,
              1157
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 31,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          263,
          1158
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 31,
            "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,
        1158
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 31,
          "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": "UsingSubscriber",
            "range": [
              1163,
              1178
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 4
              },
              "end": {
                "line": 32,
                "column": 19
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1192,
                    1198
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 33
                    },
                    "end": {
                      "line": 32,
                      "column": 39
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1206,
                          1215
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "UsingSubscriber",
                          "range": [
                            1216,
                            1231
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 29
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1233,
                            1239
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 31
                            },
                            "end": {
                              "line": 33,
                              "column": 37
                            }
                          }
                        }
                      ],
                      "range": [
                        1206,
                        1240
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 38
                        }
                      }
                    },
                    "range": [
                      1206,
                      1241
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 39
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "UsingSubscriber",
                      "range": [
                        1255,
                        1270
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 13
                        },
                        "end": {
                          "line": 34,
                          "column": 28
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1271,
                          1282
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 29
                          },
                          "end": {
                            "line": 34,
                            "column": 40
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "resource",
                        "range": [
                          1284,
                          1292
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 42
                          },
                          "end": {
                            "line": 34,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "observableFactory",
                        "range": [
                          1294,
                          1311
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 52
                          },
                          "end": {
                            "line": 34,
                            "column": 69
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1323,
                                  1329
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1330,
                                  1334
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1323,
                                1334
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1335,
                                  1339
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1341,
                                  1352
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1323,
                              1353
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1323,
                            1354
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1363,
                                  1367
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "resource",
                                "range": [
                                  1368,
                                  1376
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                1363,
                                1376
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "resource",
                              "range": [
                                1379,
                                1387
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 24
                                },
                                "end": {
                                  "line": 36,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              1363,
                              1387
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            1363,
                            1388
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 33
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1397,
                                  1401
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "observableFactory",
                                "range": [
                                  1402,
                                  1419
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                1397,
                                1419
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 30
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "observableFactory",
                              "range": [
                                1422,
                                1439
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 33
                                },
                                "end": {
                                  "line": 37,
                                  "column": 50
                                }
                              }
                            },
                            "range": [
                              1397,
                              1439
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 50
                              }
                            }
                          },
                          "range": [
                            1397,
                            1440
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 51
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1449,
                                  1460
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "add",
                                "range": [
                                  1461,
                                  1464
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1449,
                                1464
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 23
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "name": "resource",
                                "range": [
                                  1465,
                                  1473
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 32
                                  }
                                }
                              }
                            ],
                            "range": [
                              1449,
                              1474
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1449,
                            1475
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 34
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1484,
                                  1488
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "tryUse",
                                "range": [
                                  1489,
                                  1495
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1484,
                                1495
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [],
                            "range": [
                              1484,
                              1497
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 21
                              }
                            }
                          },
                          "range": [
                            1484,
                            1498
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 22
                            }
                          }
                        }
                      ],
                      "range": [
                        1313,
                        1504
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 71
                        },
                        "end": {
                          "line": 40,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1246,
                      1504
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "UsingSubscriber",
                            "range": [
                              1509,
                              1524
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 4
                              },
                              "end": {
                                "line": 41,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1525,
                              1534
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 20
                              },
                              "end": {
                                "line": 41,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            1509,
                            1534
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 4
                            },
                            "end": {
                              "line": 41,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "tryUse",
                          "range": [
                            1535,
                            1541
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 30
                            },
                            "end": {
                              "line": 41,
                              "column": 36
                            }
                          }
                        },
                        "range": [
                          1509,
                          1541
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 36
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "source",
                                          "range": [
                                            1588,
                                            1594
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1597,
                                                  1601
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "observableFactory",
                                                "range": [
                                                  1602,
                                                  1619
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                1597,
                                                1619
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "call",
                                              "range": [
                                                1620,
                                                1624
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "range": [
                                              1597,
                                              1624
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "range": [
                                                1625,
                                                1629
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1631,
                                                  1635
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "resource",
                                                "range": [
                                                  1636,
                                                  1644
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                1631,
                                                1644
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 72
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1597,
                                            1645
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 73
                                            }
                                          }
                                        },
                                        "range": [
                                          1588,
                                          1645
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 73
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      1584,
                                      1646
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 74
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "test": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1663,
                                        1669
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1689,
                                                  1693
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  1694,
                                                  1697
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                1689,
                                                1697
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "subscribeToResult",
                                                  "range": [
                                                    1698,
                                                    1715
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      1716,
                                                      1720
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "source",
                                                    "range": [
                                                      1722,
                                                      1728
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 55
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1698,
                                                  1729
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1689,
                                              1730
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1689,
                                            1731
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1671,
                                        1745
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "alternate": null,
                                    "range": [
                                      1659,
                                      1745
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1570,
                                  1755
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    1771,
                                    1774
                                  ],
                                  "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": [
                                              1790,
                                              1794
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_error",
                                            "range": [
                                              1795,
                                              1801
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "range": [
                                            1790,
                                            1801
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              1802,
                                              1805
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 27
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1790,
                                          1806
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "range": [
                                        1790,
                                        1807
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1776,
                                    1817
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1764,
                                  1817
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                1566,
                                1817
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1556,
                            1823
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 51
                            },
                            "end": {
                              "line": 51,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1544,
                          1823
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 39
                          },
                          "end": {
                            "line": 51,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1509,
                        1823
                      ],
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1509,
                      1824
                    ],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 51,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "UsingSubscriber",
                      "range": [
                        1836,
                        1851
                      ],
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 11
                        },
                        "end": {
                          "line": 52,
                          "column": 26
                        }
                      }
                    },
                    "range": [
                      1829,
                      1852
                    ],
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 27
                      }
                    }
                  }
                ],
                "range": [
                  1200,
                  1854
                ],
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 41
                  },
                  "end": {
                    "line": 53,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1182,
                1854
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 23
                },
                "end": {
                  "line": 53,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "OuterSubscriber",
                "range": [
                  1855,
                  1870
                ],
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 2
                  },
                  "end": {
                    "line": 53,
                    "column": 17
                  }
                }
              }
            ],
            "range": [
              1182,
              1871
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 23
              },
              "end": {
                "line": 53,
                "column": 18
              }
            }
          },
          "range": [
            1163,
            1872
          ],
          "loc": {
            "start": {
              "line": 32,
              "column": 4
            },
            "end": {
              "line": 53,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1159,
        1873
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 0
        },
        "end": {
          "line": 53,
          "column": 20
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=UsingObservable.js.map",
          "range": [
            1874,
            1917
          ],
          "loc": {
            "start": {
              "line": 54,
              "column": 0
            },
            "end": {
              "line": 54,
              "column": 43
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1873
  ],
  "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=UsingObservable.js.map",
      "range": [
        1874,
        1917
      ],
      "loc": {
        "start": {
          "line": 54,
          "column": 0
        },
        "end": {
          "line": 54,
          "column": 43
        }
      }
    }
  ]
}