{
  "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": " tslint:disable:max-line-length ",
          "range": [
            117,
            153
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "mergeMapTo",
          "range": [
            170,
            180
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 16
            },
            "end": {
              "line": 4,
              "column": 26
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "innerObservable",
            "range": [
              181,
              196
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 27
              },
              "end": {
                "line": 4,
                "column": 42
              }
            }
          },
          {
            "type": "Identifier",
            "name": "resultSelector",
            "range": [
              198,
              212
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 44
              },
              "end": {
                "line": 4,
                "column": 58
              }
            }
          },
          {
            "type": "Identifier",
            "name": "concurrent",
            "range": [
              214,
              224
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 60
              },
              "end": {
                "line": 4,
                "column": 70
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "===",
                "left": {
                  "type": "Identifier",
                  "name": "concurrent",
                  "range": [
                    236,
                    246
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 8
                    },
                    "end": {
                      "line": 5,
                      "column": 18
                    }
                  }
                },
                "right": {
                  "type": "UnaryExpression",
                  "operator": "void",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      256,
                      257
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 28
                      },
                      "end": {
                        "line": 5,
                        "column": 29
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    251,
                    257
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 23
                    },
                    "end": {
                      "line": 5,
                      "column": 29
                    }
                  }
                },
                "range": [
                  236,
                  257
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 8
                  },
                  "end": {
                    "line": 5,
                    "column": 29
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "concurrent",
                        "range": [
                          261,
                          271
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 33
                          },
                          "end": {
                            "line": 5,
                            "column": 43
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "Number",
                          "range": [
                            274,
                            280
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 46
                            },
                            "end": {
                              "line": 5,
                              "column": 52
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "POSITIVE_INFINITY",
                          "range": [
                            281,
                            298
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 53
                            },
                            "end": {
                              "line": 5,
                              "column": 70
                            }
                          }
                        },
                        "range": [
                          274,
                          298
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 46
                          },
                          "end": {
                            "line": 5,
                            "column": 70
                          }
                        }
                      },
                      "range": [
                        261,
                        298
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 33
                        },
                        "end": {
                          "line": 5,
                          "column": 70
                        }
                      }
                    },
                    "range": [
                      261,
                      299
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 33
                      },
                      "end": {
                        "line": 5,
                        "column": 71
                      }
                    }
                  }
                ],
                "range": [
                  259,
                  301
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 31
                  },
                  "end": {
                    "line": 5,
                    "column": 73
                  }
                }
              },
              "alternate": null,
              "range": [
                232,
                301
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 73
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "===",
                "left": {
                  "type": "UnaryExpression",
                  "operator": "typeof",
                  "argument": {
                    "type": "Identifier",
                    "name": "resultSelector",
                    "range": [
                      317,
                      331
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 15
                      },
                      "end": {
                        "line": 6,
                        "column": 29
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    310,
                    331
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8
                    },
                    "end": {
                      "line": 6,
                      "column": 29
                    }
                  }
                },
                "right": {
                  "type": "Literal",
                  "value": "number",
                  "raw": "'number'",
                  "range": [
                    336,
                    344
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 34
                    },
                    "end": {
                      "line": 6,
                      "column": 42
                    }
                  }
                },
                "range": [
                  310,
                  344
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 8
                  },
                  "end": {
                    "line": 6,
                    "column": 42
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "concurrent",
                        "range": [
                          356,
                          366
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 18
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          369,
                          383
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 21
                          },
                          "end": {
                            "line": 7,
                            "column": 35
                          }
                        }
                      },
                      "range": [
                        356,
                        383
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      356,
                      384
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 36
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          393,
                          407
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 22
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": null,
                        "raw": "null",
                        "range": [
                          410,
                          414
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 25
                          },
                          "end": {
                            "line": 8,
                            "column": 29
                          }
                        }
                      },
                      "range": [
                        393,
                        414
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 29
                        }
                      }
                    },
                    "range": [
                      393,
                      415
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8
                      },
                      "end": {
                        "line": 8,
                        "column": 30
                      }
                    }
                  }
                ],
                "range": [
                  346,
                  421
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 44
                  },
                  "end": {
                    "line": 9,
                    "column": 5
                  }
                }
              },
              "alternate": null,
              "range": [
                306,
                421
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 5
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      433,
                      437
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 11
                      },
                      "end": {
                        "line": 10,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      438,
                      442
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 16
                      },
                      "end": {
                        "line": 10,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    433,
                    442
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 11
                    },
                    "end": {
                      "line": 10,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "MergeMapToOperator",
                      "range": [
                        447,
                        465
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 25
                        },
                        "end": {
                          "line": 10,
                          "column": 43
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "innerObservable",
                        "range": [
                          466,
                          481
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 44
                          },
                          "end": {
                            "line": 10,
                            "column": 59
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          483,
                          497
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 61
                          },
                          "end": {
                            "line": 10,
                            "column": 75
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "concurrent",
                        "range": [
                          499,
                          509
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 77
                          },
                          "end": {
                            "line": 10,
                            "column": 87
                          }
                        }
                      }
                    ],
                    "range": [
                      443,
                      510
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 21
                      },
                      "end": {
                        "line": 10,
                        "column": 88
                      }
                    }
                  }
                ],
                "range": [
                  433,
                  511
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 10,
                    "column": 89
                  }
                }
              },
              "range": [
                426,
                512
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 90
                }
              }
            }
          ],
          "range": [
            226,
            514
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 72
            },
            "end": {
              "line": 11,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          161,
          514
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 7
          },
          "end": {
            "line": 11,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " tslint:disable:max-line-length ",
            "range": [
              117,
              153
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 3,
                "column": 36
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": " TODO: Figure out correct signature here: an Operator<Observable<T>, R>",
            "range": [
              515,
              588
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 73
              }
            }
          },
          {
            "type": "Line",
            "value": "       needs to implement call(observer: Subscriber<R>): Subscriber<Observable<T>>",
            "range": [
              589,
              673
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 13,
                "column": 84
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        154,
        514
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            117,
            153
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 36
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": " TODO: Figure out correct signature here: an Operator<Observable<T>, R>",
          "range": [
            515,
            588
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 73
            }
          }
        },
        {
          "type": "Line",
          "value": "       needs to implement call(observer: Subscriber<R>): Subscriber<Observable<T>>",
          "range": [
            589,
            673
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 84
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "MergeMapToOperator",
              "range": [
                685,
                703
              ],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 11
                },
                "end": {
                  "line": 14,
                  "column": 29
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "MergeMapToOperator",
                        "range": [
                          734,
                          752
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 13
                          },
                          "end": {
                            "line": 15,
                            "column": 31
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "ish",
                          "range": [
                            753,
                            756
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 32
                            },
                            "end": {
                              "line": 15,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "resultSelector",
                          "range": [
                            758,
                            772
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 37
                            },
                            "end": {
                              "line": 15,
                              "column": 51
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "concurrent",
                          "range": [
                            774,
                            784
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 53
                            },
                            "end": {
                              "line": 15,
                              "column": 63
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "concurrent",
                                "range": [
                                  800,
                                  810
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    820,
                                    821
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  815,
                                  821
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                800,
                                821
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 12
                                },
                                "end": {
                                  "line": 16,
                                  "column": 33
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "concurrent",
                                      "range": [
                                        825,
                                        835
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Number",
                                        "range": [
                                          838,
                                          844
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "POSITIVE_INFINITY",
                                        "range": [
                                          845,
                                          862
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        838,
                                        862
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "range": [
                                      825,
                                      862
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 74
                                      }
                                    }
                                  },
                                  "range": [
                                    825,
                                    863
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "range": [
                                823,
                                865
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 35
                                },
                                "end": {
                                  "line": 16,
                                  "column": 77
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              796,
                              865
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 77
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    874,
                                    878
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "ish",
                                  "range": [
                                    879,
                                    882
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 16
                                    }
                                  }
                                },
                                "range": [
                                  874,
                                  882
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 16
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "ish",
                                "range": [
                                  885,
                                  888
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                874,
                                888
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              874,
                              889
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 23
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    898,
                                    902
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "resultSelector",
                                  "range": [
                                    903,
                                    917
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  898,
                                  917
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 27
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "resultSelector",
                                "range": [
                                  920,
                                  934
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                898,
                                934
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              898,
                              935
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 45
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    944,
                                    948
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "concurrent",
                                  "range": [
                                    949,
                                    959
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  944,
                                  959
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "concurrent",
                                "range": [
                                  962,
                                  972
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                944,
                                972
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              944,
                              973
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          786,
                          979
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 65
                          },
                          "end": {
                            "line": 20,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        725,
                        979
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToOperator",
                              "range": [
                                984,
                                1002
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 4
                                },
                                "end": {
                                  "line": 21,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1003,
                                1012
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 23
                                },
                                "end": {
                                  "line": 21,
                                  "column": 32
                                }
                              }
                            },
                            "range": [
                              984,
                              1012
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 32
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "call",
                            "range": [
                              1013,
                              1017
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 33
                              },
                              "end": {
                                "line": 21,
                                "column": 37
                              }
                            }
                          },
                          "range": [
                            984,
                            1017
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 37
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "observer",
                              "range": [
                                1030,
                                1038
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 50
                                },
                                "end": {
                                  "line": 21,
                                  "column": 58
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                1040,
                                1046
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 60
                                },
                                "end": {
                                  "line": 21,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        1065,
                                        1071
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_subscribe",
                                      "range": [
                                        1072,
                                        1082
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1065,
                                      1082
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NewExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "MergeMapToSubscriber",
                                        "range": [
                                          1087,
                                          1107
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 57
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "observer",
                                          "range": [
                                            1108,
                                            1116
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1118,
                                              1122
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 72
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "ish",
                                            "range": [
                                              1123,
                                              1126
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "range": [
                                            1118,
                                            1126
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1128,
                                              1132
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 82
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "resultSelector",
                                            "range": [
                                              1133,
                                              1147
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 97
                                              }
                                            }
                                          },
                                          "range": [
                                            1128,
                                            1147
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 78
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 97
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1149,
                                              1153
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 103
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "concurrent",
                                            "range": [
                                              1154,
                                              1164
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 104
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 114
                                              }
                                            }
                                          },
                                          "range": [
                                            1149,
                                            1164
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 99
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 114
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1083,
                                        1165
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 115
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1065,
                                    1166
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 116
                                    }
                                  }
                                },
                                "range": [
                                  1058,
                                  1167
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 117
                                  }
                                }
                              }
                            ],
                            "range": [
                              1048,
                              1173
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 68
                              },
                              "end": {
                                "line": 23,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1020,
                            1173
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 40
                            },
                            "end": {
                              "line": 23,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          984,
                          1173
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        984,
                        1174
                      ],
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "MergeMapToOperator",
                        "range": [
                          1186,
                          1204
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 24,
                            "column": 29
                          }
                        }
                      },
                      "range": [
                        1179,
                        1205
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "range": [
                    719,
                    1207
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 45
                    },
                    "end": {
                      "line": 25,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  707,
                  1207
                ],
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 33
                  },
                  "end": {
                    "line": 25,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                707,
                1209
              ],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 33
                },
                "end": {
                  "line": 25,
                  "column": 3
                }
              }
            },
            "range": [
              685,
              1210
            ],
            "loc": {
              "start": {
                "line": 14,
                "column": 11
              },
              "end": {
                "line": 25,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          681,
          1211
        ],
        "loc": {
          "start": {
            "line": 14,
            "column": 7
          },
          "end": {
            "line": 25,
            "column": 5
          }
        },
        "leadingComments": [
          {
            "type": "Line",
            "value": " TODO: Figure out correct signature here: an Operator<Observable<T>, R>",
            "range": [
              515,
              588
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 73
              }
            }
          },
          {
            "type": "Line",
            "value": "       needs to implement call(observer: Subscriber<R>): Subscriber<Observable<T>>",
            "range": [
              589,
              673
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 13,
                "column": 84
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              1212,
              1303
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 0
              },
              "end": {
                "line": 30,
                "column": 3
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        674,
        1211
      ],
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 5
        }
      },
      "leadingComments": [
        {
          "type": "Line",
          "value": " TODO: Figure out correct signature here: an Operator<Observable<T>, R>",
          "range": [
            515,
            588
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 73
            }
          }
        },
        {
          "type": "Line",
          "value": "       needs to implement call(observer: Subscriber<R>): Subscriber<Observable<T>>",
          "range": [
            589,
            673
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 84
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1212,
            1303
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "MergeMapToSubscriber",
              "range": [
                1315,
                1335
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 11
                },
                "end": {
                  "line": 31,
                  "column": 31
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      1349,
                      1355
                    ],
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 45
                      },
                      "end": {
                        "line": 31,
                        "column": 51
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            1363,
                            1372
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "MergeMapToSubscriber",
                            "range": [
                              1373,
                              1393
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 14
                              },
                              "end": {
                                "line": 32,
                                "column": 34
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              1395,
                              1401
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 36
                              },
                              "end": {
                                "line": 32,
                                "column": 42
                              }
                            }
                          }
                        ],
                        "range": [
                          1363,
                          1402
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        1363,
                        1403
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 44
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "MergeMapToSubscriber",
                        "range": [
                          1417,
                          1437
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 13
                          },
                          "end": {
                            "line": 33,
                            "column": 33
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "destination",
                          "range": [
                            1438,
                            1449
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 34
                            },
                            "end": {
                              "line": 33,
                              "column": 45
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "ish",
                          "range": [
                            1451,
                            1454
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 47
                            },
                            "end": {
                              "line": 33,
                              "column": 50
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "resultSelector",
                          "range": [
                            1456,
                            1470
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 52
                            },
                            "end": {
                              "line": 33,
                              "column": 66
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "concurrent",
                          "range": [
                            1472,
                            1482
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 68
                            },
                            "end": {
                              "line": 33,
                              "column": 78
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "concurrent",
                                "range": [
                                  1498,
                                  1508
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1518,
                                    1519
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1513,
                                  1519
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1498,
                                1519
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 33
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "concurrent",
                                      "range": [
                                        1523,
                                        1533
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Number",
                                        "range": [
                                          1536,
                                          1542
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "POSITIVE_INFINITY",
                                        "range": [
                                          1543,
                                          1560
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        1536,
                                        1560
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "range": [
                                      1523,
                                      1560
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 74
                                      }
                                    }
                                  },
                                  "range": [
                                    1523,
                                    1561
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1521,
                                1563
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 35
                                },
                                "end": {
                                  "line": 34,
                                  "column": 77
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              1494,
                              1563
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 77
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    1572,
                                    1578
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    1579,
                                    1583
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1572,
                                  1583
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    1584,
                                    1588
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "destination",
                                  "range": [
                                    1590,
                                    1601
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1572,
                                1602
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              1572,
                              1603
                            ],
                            "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": [
                                    1612,
                                    1616
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "ish",
                                  "range": [
                                    1617,
                                    1620
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 16
                                    }
                                  }
                                },
                                "range": [
                                  1612,
                                  1620
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 16
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "ish",
                                "range": [
                                  1623,
                                  1626
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1612,
                                1626
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              1612,
                              1627
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 23
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1636,
                                    1640
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "resultSelector",
                                  "range": [
                                    1641,
                                    1655
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  1636,
                                  1655
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 27
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "resultSelector",
                                "range": [
                                  1658,
                                  1672
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                1636,
                                1672
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              1636,
                              1673
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 45
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1682,
                                    1686
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "concurrent",
                                  "range": [
                                    1687,
                                    1697
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  1682,
                                  1697
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "concurrent",
                                "range": [
                                  1700,
                                  1710
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                1682,
                                1710
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1682,
                              1711
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1720,
                                    1724
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "hasCompleted",
                                  "range": [
                                    1725,
                                    1737
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  1720,
                                  1737
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 25
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": false,
                                "raw": "false",
                                "range": [
                                  1740,
                                  1745
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1720,
                                1745
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1720,
                              1746
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 34
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1755,
                                    1759
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "buffer",
                                  "range": [
                                    1760,
                                    1766
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1755,
                                  1766
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "elements": [],
                                "range": [
                                  1769,
                                  1771
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                1755,
                                1771
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              1755,
                              1772
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 25
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1781,
                                    1785
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "active",
                                  "range": [
                                    1786,
                                    1792
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1781,
                                  1792
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1795,
                                  1796
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1781,
                                1796
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 23
                                }
                              }
                            },
                            "range": [
                              1781,
                              1797
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 24
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1806,
                                    1810
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    1811,
                                    1816
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  1806,
                                  1816
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1819,
                                  1820
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1806,
                                1820
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              1806,
                              1821
                            ],
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 23
                              }
                            }
                          }
                        ],
                        "range": [
                          1484,
                          1827
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 80
                          },
                          "end": {
                            "line": 43,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        1408,
                        1827
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                1832,
                                1852
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 4
                                },
                                "end": {
                                  "line": 44,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1853,
                                1862
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 25
                                },
                                "end": {
                                  "line": 44,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1832,
                              1862
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 4
                              },
                              "end": {
                                "line": 44,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_next",
                            "range": [
                              1863,
                              1868
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 35
                              },
                              "end": {
                                "line": 44,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            1832,
                            1868
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 4
                            },
                            "end": {
                              "line": 44,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                1881,
                                1886
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 53
                                },
                                "end": {
                                  "line": 44,
                                  "column": 58
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "<",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1902,
                                        1906
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "active",
                                      "range": [
                                        1907,
                                        1913
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      1902,
                                      1913
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1916,
                                        1920
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "concurrent",
                                      "range": [
                                        1921,
                                        1931
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "range": [
                                      1916,
                                      1931
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1902,
                                    1931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 41
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "resultSelector",
                                            "range": [
                                              1951,
                                              1965
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1968,
                                                1972
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "resultSelector",
                                              "range": [
                                                1973,
                                                1987
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "range": [
                                              1968,
                                              1987
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 52
                                              }
                                            }
                                          },
                                          "range": [
                                            1951,
                                            1987
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "var",
                                      "range": [
                                        1947,
                                        1988
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 53
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              2005,
                                              2010
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "init": {
                                            "type": "UpdateExpression",
                                            "operator": "++",
                                            "argument": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  2013,
                                                  2017
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  2018,
                                                  2023
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                2013,
                                                2023
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "prefix": false,
                                            "range": [
                                              2013,
                                              2025
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            2005,
                                            2025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 36
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "var",
                                      "range": [
                                        2001,
                                        2026
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 37
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "ish",
                                            "range": [
                                              2043,
                                              2046
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2049,
                                                2053
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "ish",
                                              "range": [
                                                2054,
                                                2057
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "range": [
                                              2049,
                                              2057
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "range": [
                                            2043,
                                            2057
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 30
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "var",
                                      "range": [
                                        2039,
                                        2058
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 31
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              2075,
                                              2086
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2089,
                                                2093
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "destination",
                                              "range": [
                                                2094,
                                                2105
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "range": [
                                              2089,
                                              2105
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "range": [
                                            2075,
                                            2105
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 46
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "var",
                                      "range": [
                                        2071,
                                        2106
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 47
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "UpdateExpression",
                                        "operator": "++",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              2119,
                                              2123
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "active",
                                            "range": [
                                              2124,
                                              2130
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "range": [
                                            2119,
                                            2130
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "prefix": false,
                                        "range": [
                                          2119,
                                          2132
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "range": [
                                        2119,
                                        2133
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 26
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              2146,
                                              2150
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_innerSub",
                                            "range": [
                                              2151,
                                              2160
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            2146,
                                            2160
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "ish",
                                            "range": [
                                              2161,
                                              2164
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 30
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              2166,
                                              2177
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 43
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "resultSelector",
                                            "range": [
                                              2179,
                                              2193
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 59
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              2195,
                                              2200
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 66
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "index",
                                            "range": [
                                              2202,
                                              2207
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 73
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2146,
                                          2208
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        2146,
                                        2209
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 75
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1933,
                                    2219
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2247,
                                                2251
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "buffer",
                                              "range": [
                                                2252,
                                                2258
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "range": [
                                              2247,
                                              2258
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "push",
                                            "range": [
                                              2259,
                                              2263
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            2247,
                                            2263
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              2264,
                                              2269
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 34
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2247,
                                          2270
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        2247,
                                        2271
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 36
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2233,
                                    2281
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1898,
                                  2281
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              1888,
                              2287
                            ],
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 60
                              },
                              "end": {
                                "line": 56,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1871,
                            2287
                          ],
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 43
                            },
                            "end": {
                              "line": 56,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1832,
                          2287
                        ],
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1832,
                        2288
                      ],
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                2293,
                                2313
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 4
                                },
                                "end": {
                                  "line": 57,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2314,
                                2323
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 25
                                },
                                "end": {
                                  "line": 57,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              2293,
                              2323
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 4
                              },
                              "end": {
                                "line": 57,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_innerSub",
                            "range": [
                              2324,
                              2333
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 35
                              },
                              "end": {
                                "line": 57,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            2293,
                            2333
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 4
                            },
                            "end": {
                              "line": 57,
                              "column": 44
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "ish",
                              "range": [
                                2346,
                                2349
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 57
                                },
                                "end": {
                                  "line": 57,
                                  "column": 60
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "destination",
                              "range": [
                                2351,
                                2362
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 62
                                },
                                "end": {
                                  "line": 57,
                                  "column": 73
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "resultSelector",
                              "range": [
                                2364,
                                2378
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 75
                                },
                                "end": {
                                  "line": 57,
                                  "column": 89
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                2380,
                                2385
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 91
                                },
                                "end": {
                                  "line": 57,
                                  "column": 96
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "index",
                              "range": [
                                2387,
                                2392
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 98
                                },
                                "end": {
                                  "line": 57,
                                  "column": 103
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2404,
                                        2408
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "add",
                                      "range": [
                                        2409,
                                        2412
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "range": [
                                      2404,
                                      2412
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "subscribeToResult",
                                        "range": [
                                          2413,
                                          2430
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            2431,
                                            2435
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 39
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "ish",
                                          "range": [
                                            2437,
                                            2440
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 44
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            2442,
                                            2447
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 51
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "index",
                                          "range": [
                                            2449,
                                            2454
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2413,
                                        2455
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 59
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2404,
                                    2456
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 60
                                    }
                                  }
                                },
                                "range": [
                                  2404,
                                  2457
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 61
                                  }
                                }
                              }
                            ],
                            "range": [
                              2394,
                              2463
                            ],
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 105
                              },
                              "end": {
                                "line": 59,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2336,
                            2463
                          ],
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 47
                            },
                            "end": {
                              "line": 59,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2293,
                          2463
                        ],
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 4
                          },
                          "end": {
                            "line": 59,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2293,
                        2464
                      ],
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 59,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                2469,
                                2489
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 4
                                },
                                "end": {
                                  "line": 60,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2490,
                                2499
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 25
                                },
                                "end": {
                                  "line": 60,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              2469,
                              2499
                            ],
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 4
                              },
                              "end": {
                                "line": 60,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_complete",
                            "range": [
                              2500,
                              2509
                            ],
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 35
                              },
                              "end": {
                                "line": 60,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            2469,
                            2509
                          ],
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 4
                            },
                            "end": {
                              "line": 60,
                              "column": 44
                            }
                          }
                        },
                        "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": [
                                        2534,
                                        2538
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasCompleted",
                                      "range": [
                                        2539,
                                        2551
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      2534,
                                      2551
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      2554,
                                      2558
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    2534,
                                    2558
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  2534,
                                  2559
                                ],
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2572,
                                          2576
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "active",
                                        "range": [
                                          2577,
                                          2583
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        2572,
                                        2583
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2588,
                                        2589
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      2572,
                                      2589
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            2593,
                                            2597
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "buffer",
                                          "range": [
                                            2598,
                                            2604
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 44
                                            }
                                          }
                                        },
                                        "range": [
                                          2593,
                                          2604
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 44
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          2605,
                                          2611
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "range": [
                                        2593,
                                        2611
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2616,
                                        2617
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "range": [
                                      2593,
                                      2617
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "range": [
                                    2572,
                                    2617
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 57
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2633,
                                                2637
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "destination",
                                              "range": [
                                                2638,
                                                2649
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              2633,
                                              2649
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "complete",
                                            "range": [
                                              2650,
                                              2658
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "range": [
                                            2633,
                                            2658
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          2633,
                                          2660
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        2633,
                                        2661
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 40
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2619,
                                    2671
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2568,
                                  2671
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              2524,
                              2677
                            ],
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 59
                              },
                              "end": {
                                "line": 65,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2512,
                            2677
                          ],
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 47
                            },
                            "end": {
                              "line": 65,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2469,
                          2677
                        ],
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 4
                          },
                          "end": {
                            "line": 65,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2469,
                        2678
                      ],
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 4
                        },
                        "end": {
                          "line": 65,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                2683,
                                2703
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 4
                                },
                                "end": {
                                  "line": 66,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2704,
                                2713
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 25
                                },
                                "end": {
                                  "line": 66,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              2683,
                              2713
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 4
                              },
                              "end": {
                                "line": 66,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "notifyNext",
                            "range": [
                              2714,
                              2724
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 35
                              },
                              "end": {
                                "line": 66,
                                "column": 45
                              }
                            }
                          },
                          "range": [
                            2683,
                            2724
                          ],
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 4
                            },
                            "end": {
                              "line": 66,
                              "column": 45
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "outerValue",
                              "range": [
                                2737,
                                2747
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 58
                                },
                                "end": {
                                  "line": 66,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "innerValue",
                              "range": [
                                2749,
                                2759
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 70
                                },
                                "end": {
                                  "line": 66,
                                  "column": 80
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "outerIndex",
                              "range": [
                                2761,
                                2771
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 82
                                },
                                "end": {
                                  "line": 66,
                                  "column": 92
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "innerIndex",
                              "range": [
                                2773,
                                2783
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 94
                                },
                                "end": {
                                  "line": 66,
                                  "column": 104
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "innerSub",
                              "range": [
                                2785,
                                2793
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 106
                                },
                                "end": {
                                  "line": 66,
                                  "column": 114
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        2809,
                                        2811
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2814,
                                        2818
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      2809,
                                      2818
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "resultSelector",
                                      "range": [
                                        2820,
                                        2834
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          2837,
                                          2839
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "resultSelector",
                                        "range": [
                                          2840,
                                          2854
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 57
                                          }
                                        }
                                      },
                                      "range": [
                                        2837,
                                        2854
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "range": [
                                      2820,
                                      2854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 57
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        2856,
                                        2867
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 70
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          2870,
                                          2872
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 75
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "destination",
                                        "range": [
                                          2873,
                                          2884
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 87
                                          }
                                        }
                                      },
                                      "range": [
                                        2870,
                                        2884
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "range": [
                                      2856,
                                      2884
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 87
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2805,
                                  2885
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 88
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "resultSelector",
                                  "range": [
                                    2898,
                                    2912
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 26
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              2928,
                                              2932
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "trySelectResult",
                                            "range": [
                                              2933,
                                              2948
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "range": [
                                            2928,
                                            2948
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "outerValue",
                                            "range": [
                                              2949,
                                              2959
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 43
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "innerValue",
                                            "range": [
                                              2961,
                                              2971
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 55
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "outerIndex",
                                            "range": [
                                              2973,
                                              2983
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 67
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "innerIndex",
                                            "range": [
                                              2985,
                                              2995
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 79
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2928,
                                          2996
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 80
                                          }
                                        }
                                      },
                                      "range": [
                                        2928,
                                        2997
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 81
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2914,
                                    3007
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              3035,
                                              3046
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "next",
                                            "range": [
                                              3047,
                                              3051
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            3035,
                                            3051
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "innerValue",
                                            "range": [
                                              3052,
                                              3062
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 39
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3035,
                                          3063
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        3035,
                                        3064
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 72,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 41
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3021,
                                    3074
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2894,
                                  3074
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              2795,
                              3080
                            ],
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 116
                              },
                              "end": {
                                "line": 74,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2727,
                            3080
                          ],
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 48
                            },
                            "end": {
                              "line": 74,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2683,
                          3080
                        ],
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 4
                          },
                          "end": {
                            "line": 74,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2683,
                        3081
                      ],
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 4
                        },
                        "end": {
                          "line": 74,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                3086,
                                3106
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 4
                                },
                                "end": {
                                  "line": 75,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                3107,
                                3116
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 25
                                },
                                "end": {
                                  "line": 75,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              3086,
                              3116
                            ],
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 4
                              },
                              "end": {
                                "line": 75,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "trySelectResult",
                            "range": [
                              3117,
                              3132
                            ],
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 35
                              },
                              "end": {
                                "line": 75,
                                "column": 50
                              }
                            }
                          },
                          "range": [
                            3086,
                            3132
                          ],
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 4
                            },
                            "end": {
                              "line": 75,
                              "column": 50
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "outerValue",
                              "range": [
                                3145,
                                3155
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 63
                                },
                                "end": {
                                  "line": 75,
                                  "column": 73
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "innerValue",
                              "range": [
                                3157,
                                3167
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 75
                                },
                                "end": {
                                  "line": 75,
                                  "column": 85
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "outerIndex",
                              "range": [
                                3169,
                                3179
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 87
                                },
                                "end": {
                                  "line": 75,
                                  "column": 97
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "innerIndex",
                              "range": [
                                3181,
                                3191
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 99
                                },
                                "end": {
                                  "line": 75,
                                  "column": 109
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        3207,
                                        3209
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        3212,
                                        3216
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      3207,
                                      3216
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "resultSelector",
                                      "range": [
                                        3218,
                                        3232
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3235,
                                          3237
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "resultSelector",
                                        "range": [
                                          3238,
                                          3252
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 57
                                          }
                                        }
                                      },
                                      "range": [
                                        3235,
                                        3252
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "range": [
                                      3218,
                                      3252
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 57
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        3254,
                                        3265
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 70
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3268,
                                          3270
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 75
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "destination",
                                        "range": [
                                          3271,
                                          3282
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 87
                                          }
                                        }
                                      },
                                      "range": [
                                        3268,
                                        3282
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "range": [
                                      3254,
                                      3282
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 87
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3203,
                                  3283
                                ],
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 88
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "result",
                                      "range": [
                                        3296,
                                        3302
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      3296,
                                      3302
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 18
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3292,
                                  3303
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 19
                                  }
                                }
                              },
                              {
                                "type": "TryStatement",
                                "block": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            3330,
                                            3336
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 18
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "resultSelector",
                                            "range": [
                                              3339,
                                              3353
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "outerValue",
                                              "range": [
                                                3354,
                                                3364
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "innerValue",
                                              "range": [
                                                3366,
                                                3376
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "outerIndex",
                                              "range": [
                                                3378,
                                                3388
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 70
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "innerIndex",
                                              "range": [
                                                3390,
                                                3400
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3339,
                                            3401
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 83
                                            }
                                          }
                                        },
                                        "range": [
                                          3330,
                                          3401
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 83
                                          }
                                        }
                                      },
                                      "range": [
                                        3330,
                                        3402
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 84
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3316,
                                    3412
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 9
                                    }
                                  }
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "param": {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      3428,
                                      3431
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "destination",
                                              "range": [
                                                3447,
                                                3458
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "error",
                                              "range": [
                                                3459,
                                                3464
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "range": [
                                              3447,
                                              3464
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                3465,
                                                3468
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 33
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3447,
                                            3469
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          3447,
                                          3470
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 35
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "argument": null,
                                        "range": [
                                          3483,
                                          3490
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 19
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3433,
                                      3500
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    3421,
                                    3500
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 9
                                    }
                                  }
                                },
                                "finalizer": null,
                                "range": [
                                  3312,
                                  3500
                                ],
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        3509,
                                        3520
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        3521,
                                        3525
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      3509,
                                      3525
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "result",
                                      "range": [
                                        3526,
                                        3532
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 31
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3509,
                                    3533
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  3509,
                                  3534
                                ],
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 33
                                  }
                                }
                              }
                            ],
                            "range": [
                              3193,
                              3540
                            ],
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 111
                              },
                              "end": {
                                "line": 86,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3135,
                            3540
                          ],
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 53
                            },
                            "end": {
                              "line": 86,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3086,
                          3540
                        ],
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 4
                          },
                          "end": {
                            "line": 86,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3086,
                        3541
                      ],
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 86,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                3546,
                                3566
                              ],
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 4
                                },
                                "end": {
                                  "line": 87,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                3567,
                                3576
                              ],
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 25
                                },
                                "end": {
                                  "line": 87,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              3546,
                              3576
                            ],
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 4
                              },
                              "end": {
                                "line": 87,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "notifyError",
                            "range": [
                              3577,
                              3588
                            ],
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 35
                              },
                              "end": {
                                "line": 87,
                                "column": 46
                              }
                            }
                          },
                          "range": [
                            3546,
                            3588
                          ],
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 4
                            },
                            "end": {
                              "line": 87,
                              "column": 46
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "err",
                              "range": [
                                3601,
                                3604
                              ],
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 59
                                },
                                "end": {
                                  "line": 87,
                                  "column": 62
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          3616,
                                          3620
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "destination",
                                        "range": [
                                          3621,
                                          3632
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "range": [
                                        3616,
                                        3632
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "error",
                                      "range": [
                                        3633,
                                        3638
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      3616,
                                      3638
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "err",
                                      "range": [
                                        3639,
                                        3642
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 34
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3616,
                                    3643
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 35
                                    }
                                  }
                                },
                                "range": [
                                  3616,
                                  3644
                                ],
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 36
                                  }
                                }
                              }
                            ],
                            "range": [
                              3606,
                              3650
                            ],
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 64
                              },
                              "end": {
                                "line": 89,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3591,
                            3650
                          ],
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 49
                            },
                            "end": {
                              "line": 89,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3546,
                          3650
                        ],
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 4
                          },
                          "end": {
                            "line": 89,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3546,
                        3651
                      ],
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 4
                        },
                        "end": {
                          "line": 89,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MergeMapToSubscriber",
                              "range": [
                                3656,
                                3676
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 4
                                },
                                "end": {
                                  "line": 90,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                3677,
                                3686
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 25
                                },
                                "end": {
                                  "line": 90,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              3656,
                              3686
                            ],
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 4
                              },
                              "end": {
                                "line": 90,
                                "column": 34
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "notifyComplete",
                            "range": [
                              3687,
                              3701
                            ],
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 35
                              },
                              "end": {
                                "line": 90,
                                "column": 49
                              }
                            }
                          },
                          "range": [
                            3656,
                            3701
                          ],
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 4
                            },
                            "end": {
                              "line": 90,
                              "column": 49
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "innerSub",
                              "range": [
                                3714,
                                3722
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 62
                                },
                                "end": {
                                  "line": 90,
                                  "column": 70
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "buffer",
                                      "range": [
                                        3738,
                                        3744
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          3747,
                                          3751
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "buffer",
                                        "range": [
                                          3752,
                                          3758
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        3747,
                                        3758
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      3738,
                                      3758
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  3734,
                                  3759
                                ],
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        3768,
                                        3772
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "remove",
                                      "range": [
                                        3773,
                                        3779
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      3768,
                                      3779
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "innerSub",
                                      "range": [
                                        3780,
                                        3788
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 92,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 28
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3768,
                                    3789
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 29
                                    }
                                  }
                                },
                                "range": [
                                  3768,
                                  3790
                                ],
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 30
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "UpdateExpression",
                                  "operator": "--",
                                  "argument": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        3799,
                                        3803
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "active",
                                      "range": [
                                        3804,
                                        3810
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      3799,
                                      3810
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "prefix": false,
                                  "range": [
                                    3799,
                                    3812
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 21
                                    }
                                  }
                                },
                                "range": [
                                  3799,
                                  3813
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 22
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": ">",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "buffer",
                                      "range": [
                                        3826,
                                        3832
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        3833,
                                        3839
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      3826,
                                      3839
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      3842,
                                      3843
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    3826,
                                    3843
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              3859,
                                              3863
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_next",
                                            "range": [
                                              3864,
                                              3869
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "range": [
                                            3859,
                                            3869
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "buffer",
                                                "range": [
                                                  3870,
                                                  3876
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "shift",
                                                "range": [
                                                  3877,
                                                  3882
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                3870,
                                                3882
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              3870,
                                              3884
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 95,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 95,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3859,
                                          3885
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        3859,
                                        3886
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 39
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3845,
                                    3896
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "LogicalExpression",
                                    "operator": "&&",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "===",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            3914,
                                            3918
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "active",
                                          "range": [
                                            3919,
                                            3925
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "range": [
                                          3914,
                                          3925
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          3930,
                                          3931
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        3914,
                                        3931
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          3935,
                                          3939
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "hasCompleted",
                                        "range": [
                                          3940,
                                          3952
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        3935,
                                        3952
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "range": [
                                      3914,
                                      3952
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  3968,
                                                  3972
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "destination",
                                                "range": [
                                                  3973,
                                                  3984
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                3968,
                                                3984
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "complete",
                                              "range": [
                                                3985,
                                                3993
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              3968,
                                              3993
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            3968,
                                            3995
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "range": [
                                          3968,
                                          3996
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 40
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3954,
                                      4006
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 97,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": null,
                                  "range": [
                                    3910,
                                    4006
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  3822,
                                  4006
                                ],
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              3724,
                              4012
                            ],
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 72
                              },
                              "end": {
                                "line": 100,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            3704,
                            4012
                          ],
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 52
                            },
                            "end": {
                              "line": 100,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          3656,
                          4012
                        ],
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 4
                          },
                          "end": {
                            "line": 100,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        3656,
                        4013
                      ],
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 4
                        },
                        "end": {
                          "line": 100,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "MergeMapToSubscriber",
                        "range": [
                          4025,
                          4045
                        ],
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 11
                          },
                          "end": {
                            "line": 101,
                            "column": 31
                          }
                        }
                      },
                      "range": [
                        4018,
                        4046
                      ],
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 4
                        },
                        "end": {
                          "line": 101,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "range": [
                    1357,
                    4048
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 53
                    },
                    "end": {
                      "line": 102,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1339,
                  4048
                ],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 35
                  },
                  "end": {
                    "line": 102,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "OuterSubscriber",
                  "range": [
                    4049,
                    4064
                  ],
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 2
                    },
                    "end": {
                      "line": 102,
                      "column": 17
                    }
                  }
                }
              ],
              "range": [
                1339,
                4065
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 35
                },
                "end": {
                  "line": 102,
                  "column": 18
                }
              }
            },
            "range": [
              1315,
              4066
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 11
              },
              "end": {
                "line": 102,
                "column": 19
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          1311,
          4067
        ],
        "loc": {
          "start": {
            "line": 31,
            "column": 7
          },
          "end": {
            "line": 102,
            "column": 20
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              1212,
              1303
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 0
              },
              "end": {
                "line": 30,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=mergeMapTo.js.map",
            "range": [
              4068,
              4106
            ],
            "loc": {
              "start": {
                "line": 103,
                "column": 0
              },
              "end": {
                "line": 103,
                "column": 38
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        1304,
        4067
      ],
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 102,
          "column": 20
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1212,
            1303
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=mergeMapTo.js.map",
          "range": [
            4068,
            4106
          ],
          "loc": {
            "start": {
              "line": 103,
              "column": 0
            },
            "end": {
              "line": 103,
              "column": 38
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    4067
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 102,
      "column": 20
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": " tslint:disable:max-line-length ",
      "range": [
        117,
        153
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": "Line",
      "value": " TODO: Figure out correct signature here: an Operator<Observable<T>, R>",
      "range": [
        515,
        588
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 73
        }
      }
    },
    {
      "type": "Line",
      "value": "       needs to implement call(observer: Subscriber<R>): Subscriber<Observable<T>>",
      "range": [
        589,
        673
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 84
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        1212,
        1303
      ],
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=mergeMapTo.js.map",
      "range": [
        4068,
        4106
      ],
      "loc": {
        "start": {
          "line": 103,
          "column": 0
        },
        "end": {
          "line": 103,
          "column": 38
        }
      }
    }
  ]
}