{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "OuterSubscriber",
            "range": [
              9,
              24
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 24
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "OuterSubscriber",
            "range": [
              9,
              24
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 24
              }
            }
          },
          "range": [
            9,
            24
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 24
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../OuterSubscriber",
        "raw": "'../OuterSubscriber'",
        "range": [
          32,
          52
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 32
          },
          "end": {
            "line": 1,
            "column": 52
          }
        }
      },
      "range": [
        0,
        53
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 53
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "subscribeToResult",
            "range": [
              63,
              80
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 26
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "subscribeToResult",
            "range": [
              63,
              80
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 26
              }
            }
          },
          "range": [
            63,
            80
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 26
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/subscribeToResult",
        "raw": "'../util/subscribeToResult'",
        "range": [
          88,
          115
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 34
          },
          "end": {
            "line": 2,
            "column": 61
          }
        }
      },
      "range": [
        54,
        116
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 62
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns an Observable that skips items emitted by the source Observable until a second Observable emits an item.\n *\n * <img src=\"./img/skipUntil.png\" width=\"100%\">\n *\n * @param {Observable} the second Observable that has to emit an item before the source Observable's elements begin to\n * be mirrored by the resulting Observable.\n * @return {Observable<T>} an Observable that skips items from the source Observable until the second Observable emits\n * an item, then emits the remaining items.\n * @method skipUntil\n * @owner Observable\n ",
          "range": [
            117,
            662
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "skipUntil",
          "range": [
            679,
            688
          ],
          "loc": {
            "start": {
              "line": 15,
              "column": 16
            },
            "end": {
              "line": 15,
              "column": 25
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "notifier",
            "range": [
              689,
              697
            ],
            "loc": {
              "start": {
                "line": 15,
                "column": 26
              },
              "end": {
                "line": 15,
                "column": 34
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      712,
                      716
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 11
                      },
                      "end": {
                        "line": 16,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      717,
                      721
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 16
                      },
                      "end": {
                        "line": 16,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    712,
                    721
                  ],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 11
                    },
                    "end": {
                      "line": 16,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "SkipUntilOperator",
                      "range": [
                        726,
                        743
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 25
                        },
                        "end": {
                          "line": 16,
                          "column": 42
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "notifier",
                        "range": [
                          744,
                          752
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 43
                          },
                          "end": {
                            "line": 16,
                            "column": 51
                          }
                        }
                      }
                    ],
                    "range": [
                      722,
                      753
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 21
                      },
                      "end": {
                        "line": 16,
                        "column": 52
                      }
                    }
                  }
                ],
                "range": [
                  712,
                  754
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 53
                  }
                }
              },
              "range": [
                705,
                755
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 4
                },
                "end": {
                  "line": 16,
                  "column": 54
                }
              }
            }
          ],
          "range": [
            699,
            757
          ],
          "loc": {
            "start": {
              "line": 15,
              "column": 36
            },
            "end": {
              "line": 17,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          670,
          757
        ],
        "loc": {
          "start": {
            "line": 15,
            "column": 7
          },
          "end": {
            "line": 17,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Returns an Observable that skips items emitted by the source Observable until a second Observable emits an item.\n *\n * <img src=\"./img/skipUntil.png\" width=\"100%\">\n *\n * @param {Observable} the second Observable that has to emit an item before the source Observable's elements begin to\n * be mirrored by the resulting Observable.\n * @return {Observable<T>} an Observable that skips items from the source Observable until the second Observable emits\n * an item, then emits the remaining items.\n * @method skipUntil\n * @owner Observable\n ",
            "range": [
              117,
              662
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 14,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        663,
        757
      ],
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns an Observable that skips items emitted by the source Observable until a second Observable emits an item.\n *\n * <img src=\"./img/skipUntil.png\" width=\"100%\">\n *\n * @param {Observable} the second Observable that has to emit an item before the source Observable's elements begin to\n * be mirrored by the resulting Observable.\n * @return {Observable<T>} an Observable that skips items from the source Observable until the second Observable emits\n * an item, then emits the remaining items.\n * @method skipUntil\n * @owner Observable\n ",
          "range": [
            117,
            662
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 14,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "SkipUntilOperator",
            "range": [
              762,
              779
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 4
              },
              "end": {
                "line": 18,
                "column": 21
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "SkipUntilOperator",
                      "range": [
                        810,
                        827
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 13
                        },
                        "end": {
                          "line": 19,
                          "column": 30
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "notifier",
                        "range": [
                          828,
                          836
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 31
                          },
                          "end": {
                            "line": 19,
                            "column": 39
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  848,
                                  852
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "notifier",
                                "range": [
                                  853,
                                  861
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                848,
                                861
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "notifier",
                              "range": [
                                864,
                                872
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 24
                                },
                                "end": {
                                  "line": 20,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              848,
                              872
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            848,
                            873
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 33
                            }
                          }
                        }
                      ],
                      "range": [
                        838,
                        879
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 41
                        },
                        "end": {
                          "line": 21,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      801,
                      879
                    ],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SkipUntilOperator",
                            "range": [
                              884,
                              901
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 4
                              },
                              "end": {
                                "line": 22,
                                "column": 21
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              902,
                              911
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 22
                              },
                              "end": {
                                "line": 22,
                                "column": 31
                              }
                            }
                          },
                          "range": [
                            884,
                            911
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 31
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            912,
                            916
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 32
                            },
                            "end": {
                              "line": 22,
                              "column": 36
                            }
                          }
                        },
                        "range": [
                          884,
                          916
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 36
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "subscriber",
                            "range": [
                              929,
                              939
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 49
                              },
                              "end": {
                                "line": 22,
                                "column": 59
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              941,
                              947
                            ],
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 61
                              },
                              "end": {
                                "line": 22,
                                "column": 67
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      966,
                                      972
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      973,
                                      983
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    966,
                                    983
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "SkipUntilSubscriber",
                                      "range": [
                                        988,
                                        1007
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          1008,
                                          1018
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 67
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1020,
                                            1024
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 73
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "notifier",
                                          "range": [
                                            1025,
                                            1033
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 82
                                            }
                                          }
                                        },
                                        "range": [
                                          1020,
                                          1033
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 82
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      984,
                                      1034
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 83
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  966,
                                  1035
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 84
                                  }
                                }
                              },
                              "range": [
                                959,
                                1036
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 85
                                }
                              }
                            }
                          ],
                          "range": [
                            949,
                            1042
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 69
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          919,
                          1042
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 39
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        884,
                        1042
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      884,
                      1043
                    ],
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "SkipUntilOperator",
                      "range": [
                        1055,
                        1072
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 11
                        },
                        "end": {
                          "line": 25,
                          "column": 28
                        }
                      }
                    },
                    "range": [
                      1048,
                      1073
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 25,
                        "column": 29
                      }
                    }
                  }
                ],
                "range": [
                  795,
                  1075
                ],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 37
                  },
                  "end": {
                    "line": 26,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                783,
                1075
              ],
              "loc": {
                "start": {
                  "line": 18,
                  "column": 25
                },
                "end": {
                  "line": 26,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              783,
              1077
            ],
            "loc": {
              "start": {
                "line": 18,
                "column": 25
              },
              "end": {
                "line": 26,
                "column": 3
              }
            }
          },
          "range": [
            762,
            1078
          ],
          "loc": {
            "start": {
              "line": 18,
              "column": 4
            },
            "end": {
              "line": 26,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        758,
        1079
      ],
      "loc": {
        "start": {
          "line": 18,
          "column": 0
        },
        "end": {
          "line": 26,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1080,
            1171
          ],
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 31,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "SkipUntilSubscriber",
            "range": [
              1176,
              1195
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 4
              },
              "end": {
                "line": 32,
                "column": 23
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1209,
                    1215
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 37
                    },
                    "end": {
                      "line": 32,
                      "column": 43
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1223,
                          1232
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "SkipUntilSubscriber",
                          "range": [
                            1233,
                            1252
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 33
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1254,
                            1260
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 35
                            },
                            "end": {
                              "line": 33,
                              "column": 41
                            }
                          }
                        }
                      ],
                      "range": [
                        1223,
                        1261
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 42
                        }
                      }
                    },
                    "range": [
                      1223,
                      1262
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 43
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "SkipUntilSubscriber",
                      "range": [
                        1276,
                        1295
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 13
                        },
                        "end": {
                          "line": 34,
                          "column": 32
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1296,
                          1307
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 33
                          },
                          "end": {
                            "line": 34,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "notifier",
                        "range": [
                          1309,
                          1317
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 46
                          },
                          "end": {
                            "line": 34,
                            "column": 54
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1329,
                                  1335
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1336,
                                  1340
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1329,
                                1340
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1341,
                                  1345
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1347,
                                  1358
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1329,
                              1359
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1329,
                            1360
                          ],
                          "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": [
                                  1369,
                                  1373
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "hasValue",
                                "range": [
                                  1374,
                                  1382
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                1369,
                                1382
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 21
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": false,
                              "raw": "false",
                              "range": [
                                1385,
                                1390
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 24
                                },
                                "end": {
                                  "line": 36,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              1369,
                              1390
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            1369,
                            1391
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 30
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1400,
                                  1404
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "isInnerStopped",
                                "range": [
                                  1405,
                                  1419
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                1400,
                                1419
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 27
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": false,
                              "raw": "false",
                              "range": [
                                1422,
                                1427
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 30
                                },
                                "end": {
                                  "line": 37,
                                  "column": 35
                                }
                              }
                            },
                            "range": [
                              1400,
                              1427
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            1400,
                            1428
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 36
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1437,
                                  1441
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "add",
                                "range": [
                                  1442,
                                  1445
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 16
                                  }
                                }
                              },
                              "range": [
                                1437,
                                1445
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 16
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "subscribeToResult",
                                  "range": [
                                    1446,
                                    1463
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 34
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      1464,
                                      1468
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 39
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "notifier",
                                    "range": [
                                      1470,
                                      1478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1446,
                                  1479
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 50
                                  }
                                }
                              }
                            ],
                            "range": [
                              1437,
                              1480
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 51
                              }
                            }
                          },
                          "range": [
                            1437,
                            1481
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 52
                            }
                          }
                        }
                      ],
                      "range": [
                        1319,
                        1487
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 56
                        },
                        "end": {
                          "line": 39,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1267,
                      1487
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SkipUntilSubscriber",
                            "range": [
                              1492,
                              1511
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1512,
                              1521
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 24
                              },
                              "end": {
                                "line": 40,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1492,
                            1521
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            1522,
                            1527
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 34
                            },
                            "end": {
                              "line": 40,
                              "column": 39
                            }
                          }
                        },
                        "range": [
                          1492,
                          1527
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 39
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1540,
                              1545
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 52
                              },
                              "end": {
                                "line": 40,
                                "column": 57
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1561,
                                    1565
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "hasValue",
                                  "range": [
                                    1566,
                                    1574
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  1561,
                                  1574
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 25
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "_super",
                                              "range": [
                                                1590,
                                                1596
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                1597,
                                                1606
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              1590,
                                              1606
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_next",
                                            "range": [
                                              1607,
                                              1612
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "range": [
                                            1590,
                                            1612
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "call",
                                          "range": [
                                            1613,
                                            1617
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "range": [
                                          1590,
                                          1617
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            1618,
                                            1622
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 44
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            1624,
                                            1629
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 51
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1590,
                                        1630
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "range": [
                                      1590,
                                      1631
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 53
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1576,
                                  1641
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1557,
                                1641
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1547,
                            1647
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 59
                            },
                            "end": {
                              "line": 44,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1530,
                          1647
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 42
                          },
                          "end": {
                            "line": 44,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1492,
                        1647
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1492,
                      1648
                    ],
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 44,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SkipUntilSubscriber",
                            "range": [
                              1653,
                              1672
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 4
                              },
                              "end": {
                                "line": 45,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1673,
                              1682
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 24
                              },
                              "end": {
                                "line": 45,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1653,
                            1682
                          ],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 4
                            },
                            "end": {
                              "line": 45,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_complete",
                          "range": [
                            1683,
                            1692
                          ],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 34
                            },
                            "end": {
                              "line": 45,
                              "column": 43
                            }
                          }
                        },
                        "range": [
                          1653,
                          1692
                        ],
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 4
                          },
                          "end": {
                            "line": 45,
                            "column": 43
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1721,
                                    1725
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "isInnerStopped",
                                  "range": [
                                    1726,
                                    1740
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  1721,
                                  1740
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 31
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "_super",
                                              "range": [
                                                1756,
                                                1762
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                1763,
                                                1772
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              1756,
                                              1772
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_complete",
                                            "range": [
                                              1773,
                                              1782
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            1756,
                                            1782
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "call",
                                          "range": [
                                            1783,
                                            1787
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          1756,
                                          1787
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            1788,
                                            1792
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 48
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1756,
                                        1793
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      1756,
                                      1794
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 50
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1742,
                                  1804
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1832,
                                            1836
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "unsubscribe",
                                          "range": [
                                            1837,
                                            1848
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "range": [
                                          1832,
                                          1848
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        1832,
                                        1850
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      1832,
                                      1851
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1818,
                                  1861
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                1717,
                                1861
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1707,
                            1867
                          ],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 58
                            },
                            "end": {
                              "line": 52,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1695,
                          1867
                        ],
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 46
                          },
                          "end": {
                            "line": 52,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1653,
                        1867
                      ],
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 4
                        },
                        "end": {
                          "line": 52,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1653,
                      1868
                    ],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SkipUntilSubscriber",
                            "range": [
                              1873,
                              1892
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1893,
                              1902
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 24
                              },
                              "end": {
                                "line": 53,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1873,
                            1902
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyNext",
                          "range": [
                            1903,
                            1913
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 34
                            },
                            "end": {
                              "line": 53,
                              "column": 44
                            }
                          }
                        },
                        "range": [
                          1873,
                          1913
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 53,
                            "column": 44
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "outerValue",
                            "range": [
                              1926,
                              1936
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 57
                              },
                              "end": {
                                "line": 53,
                                "column": 67
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerValue",
                            "range": [
                              1938,
                              1948
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 69
                              },
                              "end": {
                                "line": 53,
                                "column": 79
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "outerIndex",
                            "range": [
                              1950,
                              1960
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 81
                              },
                              "end": {
                                "line": 53,
                                "column": 91
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerIndex",
                            "range": [
                              1962,
                              1972
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 93
                              },
                              "end": {
                                "line": 53,
                                "column": 103
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerSub",
                            "range": [
                              1974,
                              1982
                            ],
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 105
                              },
                              "end": {
                                "line": 53,
                                "column": 113
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1994,
                                      1998
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasValue",
                                    "range": [
                                      1999,
                                      2007
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1994,
                                    2007
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 21
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    2010,
                                    2014
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 28
                                    }
                                  }
                                },
                                "range": [
                                  1994,
                                  2014
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1994,
                                2015
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 29
                                }
                              }
                            }
                          ],
                          "range": [
                            1984,
                            2021
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 115
                            },
                            "end": {
                              "line": 55,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1916,
                          2021
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 47
                          },
                          "end": {
                            "line": 55,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1873,
                        2021
                      ],
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1873,
                      2022
                    ],
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 55,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SkipUntilSubscriber",
                            "range": [
                              2027,
                              2046
                            ],
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 4
                              },
                              "end": {
                                "line": 56,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2047,
                              2056
                            ],
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 24
                              },
                              "end": {
                                "line": 56,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            2027,
                            2056
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 4
                            },
                            "end": {
                              "line": 56,
                              "column": 33
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyComplete",
                          "range": [
                            2057,
                            2071
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 34
                            },
                            "end": {
                              "line": 56,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          2027,
                          2071
                        ],
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 48
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2096,
                                      2100
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "isInnerStopped",
                                    "range": [
                                      2101,
                                      2115
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2096,
                                    2115
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 27
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    2118,
                                    2122
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  2096,
                                  2122
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                2096,
                                2123
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    2136,
                                    2140
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "isStopped",
                                  "range": [
                                    2141,
                                    2150
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 26
                                    }
                                  }
                                },
                                "range": [
                                  2136,
                                  2150
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 26
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "_super",
                                              "range": [
                                                2166,
                                                2172
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                2173,
                                                2182
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              2166,
                                              2182
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_complete",
                                            "range": [
                                              2183,
                                              2192
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            2166,
                                            2192
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "call",
                                          "range": [
                                            2193,
                                            2197
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          2166,
                                          2197
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            2198,
                                            2202
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 48
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2166,
                                        2203
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      2166,
                                      2204
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 50
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2152,
                                  2214
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                2132,
                                2214
                              ],
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 60,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2086,
                            2220
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 63
                            },
                            "end": {
                              "line": 61,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2074,
                          2220
                        ],
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 51
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2027,
                        2220
                      ],
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2027,
                      2221
                    ],
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "SkipUntilSubscriber",
                      "range": [
                        2233,
                        2252
                      ],
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 11
                        },
                        "end": {
                          "line": 62,
                          "column": 30
                        }
                      }
                    },
                    "range": [
                      2226,
                      2253
                    ],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 31
                      }
                    }
                  }
                ],
                "range": [
                  1217,
                  2255
                ],
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 45
                  },
                  "end": {
                    "line": 63,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1199,
                2255
              ],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 27
                },
                "end": {
                  "line": 63,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "OuterSubscriber",
                "range": [
                  2256,
                  2271
                ],
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 2
                  },
                  "end": {
                    "line": 63,
                    "column": 17
                  }
                }
              }
            ],
            "range": [
              1199,
              2272
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 27
              },
              "end": {
                "line": 63,
                "column": 18
              }
            }
          },
          "range": [
            1176,
            2273
          ],
          "loc": {
            "start": {
              "line": 32,
              "column": 4
            },
            "end": {
              "line": 63,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1172,
        2274
      ],
      "loc": {
        "start": {
          "line": 32,
          "column": 0
        },
        "end": {
          "line": 63,
          "column": 20
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1080,
            1171
          ],
          "loc": {
            "start": {
              "line": 27,
              "column": 0
            },
            "end": {
              "line": 31,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=skipUntil.js.map",
          "range": [
            2275,
            2312
          ],
          "loc": {
            "start": {
              "line": 64,
              "column": 0
            },
            "end": {
              "line": 64,
              "column": 37
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2274
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 63,
      "column": 20
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Returns an Observable that skips items emitted by the source Observable until a second Observable emits an item.\n *\n * <img src=\"./img/skipUntil.png\" width=\"100%\">\n *\n * @param {Observable} the second Observable that has to emit an item before the source Observable's elements begin to\n * be mirrored by the resulting Observable.\n * @return {Observable<T>} an Observable that skips items from the source Observable until the second Observable emits\n * an item, then emits the remaining items.\n * @method skipUntil\n * @owner Observable\n ",
      "range": [
        117,
        662
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        1080,
        1171
      ],
      "loc": {
        "start": {
          "line": 27,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=skipUntil.js.map",
      "range": [
        2275,
        2312
      ],
      "loc": {
        "start": {
          "line": 64,
          "column": 0
        },
        "end": {
          "line": 64,
          "column": 37
        }
      }
    }
  ]
}