{
  "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": "exhaustMap",
          "range": [
            170,
            180
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 16
            },
            "end": {
              "line": 4,
              "column": 26
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "project",
            "range": [
              181,
              188
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 27
              },
              "end": {
                "line": 4,
                "column": 34
              }
            }
          },
          {
            "type": "Identifier",
            "name": "resultSelector",
            "range": [
              190,
              204
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 36
              },
              "end": {
                "line": 4,
                "column": 50
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      219,
                      223
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 11
                      },
                      "end": {
                        "line": 5,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      224,
                      228
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    219,
                    228
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 11
                    },
                    "end": {
                      "line": 5,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "SwitchFirstMapOperator",
                      "range": [
                        233,
                        255
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 25
                        },
                        "end": {
                          "line": 5,
                          "column": 47
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          256,
                          263
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 48
                          },
                          "end": {
                            "line": 5,
                            "column": 55
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          265,
                          279
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 57
                          },
                          "end": {
                            "line": 5,
                            "column": 71
                          }
                        }
                      }
                    ],
                    "range": [
                      229,
                      280
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 21
                      },
                      "end": {
                        "line": 5,
                        "column": 72
                      }
                    }
                  }
                ],
                "range": [
                  219,
                  281
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 11
                  },
                  "end": {
                    "line": 5,
                    "column": 73
                  }
                }
              },
              "range": [
                212,
                282
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 74
                }
              }
            }
          ],
          "range": [
            206,
            284
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 52
            },
            "end": {
              "line": 6,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          161,
          284
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 7
          },
          "end": {
            "line": 6,
            "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": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        154,
        284
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 6,
          "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
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "SwitchFirstMapOperator",
            "range": [
              289,
              311
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 26
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "SwitchFirstMapOperator",
                      "range": [
                        342,
                        364
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 13
                        },
                        "end": {
                          "line": 8,
                          "column": 35
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          365,
                          372
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 36
                          },
                          "end": {
                            "line": 8,
                            "column": 43
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          374,
                          388
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 45
                          },
                          "end": {
                            "line": 8,
                            "column": 59
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  400,
                                  404
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "project",
                                "range": [
                                  405,
                                  412
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                400,
                                412
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "project",
                              "range": [
                                415,
                                422
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 23
                                },
                                "end": {
                                  "line": 9,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              400,
                              422
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            400,
                            423
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  432,
                                  436
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "resultSelector",
                                "range": [
                                  437,
                                  451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                432,
                                451
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 27
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "resultSelector",
                              "range": [
                                454,
                                468
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 30
                                },
                                "end": {
                                  "line": 10,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              432,
                              468
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            432,
                            469
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 45
                            }
                          }
                        }
                      ],
                      "range": [
                        390,
                        475
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 61
                        },
                        "end": {
                          "line": 11,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      333,
                      475
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapOperator",
                            "range": [
                              480,
                              502
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              503,
                              512
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 27
                              },
                              "end": {
                                "line": 12,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            480,
                            512
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 36
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            513,
                            517
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 37
                            },
                            "end": {
                              "line": 12,
                              "column": 41
                            }
                          }
                        },
                        "range": [
                          480,
                          517
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 41
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "subscriber",
                            "range": [
                              530,
                              540
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 54
                              },
                              "end": {
                                "line": 12,
                                "column": 64
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              542,
                              548
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 66
                              },
                              "end": {
                                "line": 12,
                                "column": 72
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      567,
                                      573
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      574,
                                      584
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    567,
                                    584
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "SwitchFirstMapSubscriber",
                                      "range": [
                                        589,
                                        613
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          614,
                                          624
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 72
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            626,
                                            630
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 78
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "project",
                                          "range": [
                                            631,
                                            638
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 86
                                            }
                                          }
                                        },
                                        "range": [
                                          626,
                                          638
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 86
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            640,
                                            644
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 92
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "resultSelector",
                                          "range": [
                                            645,
                                            659
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 93
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 107
                                            }
                                          }
                                        },
                                        "range": [
                                          640,
                                          659
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 88
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 107
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      585,
                                      660
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 108
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  567,
                                  661
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 109
                                  }
                                }
                              },
                              "range": [
                                560,
                                662
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 110
                                }
                              }
                            }
                          ],
                          "range": [
                            550,
                            668
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 74
                            },
                            "end": {
                              "line": 14,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          520,
                          668
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 44
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        480,
                        668
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      480,
                      669
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "SwitchFirstMapOperator",
                      "range": [
                        681,
                        703
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 11
                        },
                        "end": {
                          "line": 15,
                          "column": 33
                        }
                      }
                    },
                    "range": [
                      674,
                      704
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 34
                      }
                    }
                  }
                ],
                "range": [
                  327,
                  706
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 42
                  },
                  "end": {
                    "line": 16,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                315,
                706
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 30
                },
                "end": {
                  "line": 16,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              315,
              708
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 30
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          },
          "range": [
            289,
            709
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 16,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        285,
        710
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            711,
            802
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "SwitchFirstMapSubscriber",
            "range": [
              807,
              831
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 4
              },
              "end": {
                "line": 22,
                "column": 28
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    845,
                    851
                  ],
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 42
                    },
                    "end": {
                      "line": 22,
                      "column": 48
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          859,
                          868
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "SwitchFirstMapSubscriber",
                          "range": [
                            869,
                            893
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 14
                            },
                            "end": {
                              "line": 23,
                              "column": 38
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            895,
                            901
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 40
                            },
                            "end": {
                              "line": 23,
                              "column": 46
                            }
                          }
                        }
                      ],
                      "range": [
                        859,
                        902
                      ],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 47
                        }
                      }
                    },
                    "range": [
                      859,
                      903
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 4
                      },
                      "end": {
                        "line": 23,
                        "column": 48
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "SwitchFirstMapSubscriber",
                      "range": [
                        917,
                        941
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 13
                        },
                        "end": {
                          "line": 24,
                          "column": 37
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          942,
                          953
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 38
                          },
                          "end": {
                            "line": 24,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          955,
                          962
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 51
                          },
                          "end": {
                            "line": 24,
                            "column": 58
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "resultSelector",
                        "range": [
                          964,
                          978
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 60
                          },
                          "end": {
                            "line": 24,
                            "column": 74
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  990,
                                  996
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  997,
                                  1001
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                990,
                                1001
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1002,
                                  1006
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1008,
                                  1019
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              990,
                              1020
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            990,
                            1021
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1030,
                                  1034
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "project",
                                "range": [
                                  1035,
                                  1042
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                1030,
                                1042
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "project",
                              "range": [
                                1045,
                                1052
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 23
                                },
                                "end": {
                                  "line": 26,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              1030,
                              1052
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            1030,
                            1053
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1062,
                                  1066
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "resultSelector",
                                "range": [
                                  1067,
                                  1081
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 27
                                  }
                                }
                              },
                              "range": [
                                1062,
                                1081
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 27
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "resultSelector",
                              "range": [
                                1084,
                                1098
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 30
                                },
                                "end": {
                                  "line": 27,
                                  "column": 44
                                }
                              }
                            },
                            "range": [
                              1062,
                              1098
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            1062,
                            1099
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 45
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1108,
                                  1112
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "hasSubscription",
                                "range": [
                                  1113,
                                  1128
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1108,
                                1128
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 28
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": false,
                              "raw": "false",
                              "range": [
                                1131,
                                1136
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 31
                                },
                                "end": {
                                  "line": 28,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1108,
                              1136
                            ],
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1108,
                            1137
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1146,
                                  1150
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "hasCompleted",
                                "range": [
                                  1151,
                                  1163
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 25
                                  }
                                }
                              },
                              "range": [
                                1146,
                                1163
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 25
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": false,
                              "raw": "false",
                              "range": [
                                1166,
                                1171
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 28
                                },
                                "end": {
                                  "line": 29,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1146,
                              1171
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1146,
                            1172
                          ],
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 34
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1181,
                                  1185
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "index",
                                "range": [
                                  1186,
                                  1191
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                1181,
                                1191
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 18
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                1194,
                                1195
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 21
                                },
                                "end": {
                                  "line": 30,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              1181,
                              1195
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 22
                              }
                            }
                          },
                          "range": [
                            1181,
                            1196
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 23
                            }
                          }
                        }
                      ],
                      "range": [
                        980,
                        1202
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 76
                        },
                        "end": {
                          "line": 31,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      908,
                      1202
                    ],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 31,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              1207,
                              1231
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 4
                              },
                              "end": {
                                "line": 32,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1232,
                              1241
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 29
                              },
                              "end": {
                                "line": 32,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1207,
                            1241
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            1242,
                            1247
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 39
                            },
                            "end": {
                              "line": 32,
                              "column": 44
                            }
                          }
                        },
                        "range": [
                          1207,
                          1247
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 44
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1260,
                              1265
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 57
                              },
                              "end": {
                                "line": 32,
                                "column": 62
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1282,
                                      1286
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasSubscription",
                                    "range": [
                                      1287,
                                      1302
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    1282,
                                    1302
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1281,
                                  1302
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 33
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1318,
                                            1322
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "tryNext",
                                          "range": [
                                            1323,
                                            1330
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1318,
                                          1330
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            1331,
                                            1336
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 30
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1318,
                                        1337
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1318,
                                      1338
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1304,
                                  1348
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1277,
                                1348
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1267,
                            1354
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 64
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1250,
                          1354
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 47
                          },
                          "end": {
                            "line": 36,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1207,
                        1354
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1207,
                      1355
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 36,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              1360,
                              1384
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 4
                              },
                              "end": {
                                "line": 37,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1385,
                              1394
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 29
                              },
                              "end": {
                                "line": 37,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1360,
                            1394
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 4
                            },
                            "end": {
                              "line": 37,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "tryNext",
                          "range": [
                            1395,
                            1402
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 39
                            },
                            "end": {
                              "line": 37,
                              "column": 46
                            }
                          }
                        },
                        "range": [
                          1360,
                          1402
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 4
                          },
                          "end": {
                            "line": 37,
                            "column": 46
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1415,
                              1420
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 59
                              },
                              "end": {
                                "line": 37,
                                "column": 64
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "index",
                                    "range": [
                                      1436,
                                      1441
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "UpdateExpression",
                                    "operator": "++",
                                    "argument": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1444,
                                          1448
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          1449,
                                          1454
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "range": [
                                        1444,
                                        1454
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "prefix": false,
                                    "range": [
                                      1444,
                                      1456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    1436,
                                    1456
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1432,
                                1457
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "destination",
                                    "range": [
                                      1470,
                                      1481
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1484,
                                        1488
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1489,
                                        1500
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      1484,
                                      1500
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    1470,
                                    1500
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1466,
                                1501
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            1532,
                                            1538
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1541,
                                                1545
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "project",
                                              "range": [
                                                1546,
                                                1553
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              1541,
                                              1553
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                1554,
                                                1559
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                1561,
                                                1566
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 50
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1541,
                                            1567
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "range": [
                                          1532,
                                          1567
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 51
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      1528,
                                      1568
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 52
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1581,
                                            1585
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "hasSubscription",
                                          "range": [
                                            1586,
                                            1601
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "range": [
                                          1581,
                                          1601
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": true,
                                        "raw": "true",
                                        "range": [
                                          1604,
                                          1608
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1581,
                                        1608
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      1581,
                                      1609
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 40
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1622,
                                            1626
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "add",
                                          "range": [
                                            1627,
                                            1630
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "range": [
                                          1622,
                                          1630
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "subscribeToResult",
                                            "range": [
                                              1631,
                                              1648
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "ThisExpression",
                                              "range": [
                                                1649,
                                                1653
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "result",
                                              "range": [
                                                1655,
                                                1661
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                1663,
                                                1668
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "index",
                                              "range": [
                                                1670,
                                                1675
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1631,
                                            1676
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 66
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1622,
                                        1677
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 67
                                        }
                                      }
                                    },
                                    "range": [
                                      1622,
                                      1678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 68
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1514,
                                  1688
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    1704,
                                    1707
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 18
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1723,
                                              1734
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "error",
                                            "range": [
                                              1735,
                                              1740
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            1723,
                                            1740
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              1741,
                                              1744
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1723,
                                          1745
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        1723,
                                        1746
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1709,
                                    1756
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1697,
                                  1756
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                1510,
                                1756
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1422,
                            1762
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 66
                            },
                            "end": {
                              "line": 48,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1405,
                          1762
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 49
                          },
                          "end": {
                            "line": 48,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1360,
                        1762
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1360,
                      1763
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              1768,
                              1792
                            ],
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1793,
                              1802
                            ],
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 29
                              },
                              "end": {
                                "line": 49,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1768,
                            1802
                          ],
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_complete",
                          "range": [
                            1803,
                            1812
                          ],
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 39
                            },
                            "end": {
                              "line": 49,
                              "column": 48
                            }
                          }
                        },
                        "range": [
                          1768,
                          1812
                        ],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 48
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1837,
                                      1841
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasCompleted",
                                    "range": [
                                      1842,
                                      1854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    1837,
                                    1854
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 25
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    1857,
                                    1861
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  1837,
                                  1861
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1837,
                                1862
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1876,
                                      1880
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasSubscription",
                                    "range": [
                                      1881,
                                      1896
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    1876,
                                    1896
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1875,
                                  1896
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 33
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1912,
                                              1916
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              1917,
                                              1928
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            1912,
                                            1928
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "complete",
                                          "range": [
                                            1929,
                                            1937
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          1912,
                                          1937
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        1912,
                                        1939
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      1912,
                                      1940
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1898,
                                  1950
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1871,
                                1950
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1827,
                            1956
                          ],
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 63
                            },
                            "end": {
                              "line": 54,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1815,
                          1956
                        ],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 51
                          },
                          "end": {
                            "line": 54,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1768,
                        1956
                      ],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 54,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1768,
                      1957
                    ],
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 54,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              1962,
                              1986
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 4
                              },
                              "end": {
                                "line": 55,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1987,
                              1996
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 29
                              },
                              "end": {
                                "line": 55,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1962,
                            1996
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 4
                            },
                            "end": {
                              "line": 55,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyNext",
                          "range": [
                            1997,
                            2007
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 39
                            },
                            "end": {
                              "line": 55,
                              "column": 49
                            }
                          }
                        },
                        "range": [
                          1962,
                          2007
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 4
                          },
                          "end": {
                            "line": 55,
                            "column": 49
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "outerValue",
                            "range": [
                              2020,
                              2030
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 62
                              },
                              "end": {
                                "line": 55,
                                "column": 72
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerValue",
                            "range": [
                              2032,
                              2042
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 74
                              },
                              "end": {
                                "line": 55,
                                "column": 84
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "outerIndex",
                            "range": [
                              2044,
                              2054
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 86
                              },
                              "end": {
                                "line": 55,
                                "column": 96
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerIndex",
                            "range": [
                              2056,
                              2066
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 98
                              },
                              "end": {
                                "line": 55,
                                "column": 108
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerSub",
                            "range": [
                              2068,
                              2076
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 110
                              },
                              "end": {
                                "line": 55,
                                "column": 118
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      2092,
                                      2094
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2097,
                                      2101
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    2092,
                                    2101
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 21
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "resultSelector",
                                    "range": [
                                      2103,
                                      2117
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        2120,
                                        2122
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "resultSelector",
                                      "range": [
                                        2123,
                                        2137
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "range": [
                                      2120,
                                      2137
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "range": [
                                    2103,
                                    2137
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 57
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "destination",
                                    "range": [
                                      2139,
                                      2150
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 70
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        2153,
                                        2155
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 75
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        2156,
                                        2167
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "range": [
                                      2153,
                                      2167
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 87
                                      }
                                    }
                                  },
                                  "range": [
                                    2139,
                                    2167
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 87
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2088,
                                2168
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 88
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "Identifier",
                                "name": "resultSelector",
                                "range": [
                                  2181,
                                  2195
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 26
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            2211,
                                            2215
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "trySelectResult",
                                          "range": [
                                            2216,
                                            2231
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "range": [
                                          2211,
                                          2231
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "outerValue",
                                          "range": [
                                            2232,
                                            2242
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 43
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "innerValue",
                                          "range": [
                                            2244,
                                            2254
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 55
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "outerIndex",
                                          "range": [
                                            2256,
                                            2266
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "innerIndex",
                                          "range": [
                                            2268,
                                            2278
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 79
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2211,
                                        2279
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 80
                                        }
                                      }
                                    },
                                    "range": [
                                      2211,
                                      2280
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 81
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2197,
                                  2290
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "destination",
                                          "range": [
                                            2318,
                                            2329
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "next",
                                          "range": [
                                            2330,
                                            2334
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "range": [
                                          2318,
                                          2334
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "innerValue",
                                          "range": [
                                            2335,
                                            2345
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 39
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2318,
                                        2346
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      2318,
                                      2347
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2304,
                                  2357
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 9
                                  }
                                }
                              },
                              "range": [
                                2177,
                                2357
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2078,
                            2363
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 120
                            },
                            "end": {
                              "line": 63,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2010,
                          2363
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 52
                          },
                          "end": {
                            "line": 63,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1962,
                        2363
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1962,
                      2364
                    ],
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              2369,
                              2393
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 4
                              },
                              "end": {
                                "line": 64,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2394,
                              2403
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 29
                              },
                              "end": {
                                "line": 64,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2369,
                            2403
                          ],
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 4
                            },
                            "end": {
                              "line": 64,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "trySelectResult",
                          "range": [
                            2404,
                            2419
                          ],
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 39
                            },
                            "end": {
                              "line": 64,
                              "column": 54
                            }
                          }
                        },
                        "range": [
                          2369,
                          2419
                        ],
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 4
                          },
                          "end": {
                            "line": 64,
                            "column": 54
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "outerValue",
                            "range": [
                              2432,
                              2442
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 67
                              },
                              "end": {
                                "line": 64,
                                "column": 77
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerValue",
                            "range": [
                              2444,
                              2454
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 79
                              },
                              "end": {
                                "line": 64,
                                "column": 89
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "outerIndex",
                            "range": [
                              2456,
                              2466
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 91
                              },
                              "end": {
                                "line": 64,
                                "column": 101
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerIndex",
                            "range": [
                              2468,
                              2478
                            ],
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 103
                              },
                              "end": {
                                "line": 64,
                                "column": 113
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      2494,
                                      2496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2499,
                                      2503
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    2494,
                                    2503
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 21
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "resultSelector",
                                    "range": [
                                      2505,
                                      2519
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        2522,
                                        2524
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "resultSelector",
                                      "range": [
                                        2525,
                                        2539
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 57
                                        }
                                      }
                                    },
                                    "range": [
                                      2522,
                                      2539
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "range": [
                                    2505,
                                    2539
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 57
                                    }
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "destination",
                                    "range": [
                                      2541,
                                      2552
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 70
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        2555,
                                        2557
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 73
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 75
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        2558,
                                        2569
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 87
                                        }
                                      }
                                    },
                                    "range": [
                                      2555,
                                      2569
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 73
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 87
                                      }
                                    }
                                  },
                                  "range": [
                                    2541,
                                    2569
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 87
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2490,
                                2570
                              ],
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 8
                                },
                                "end": {
                                  "line": 65,
                                  "column": 88
                                }
                              }
                            },
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            2601,
                                            2607
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "resultSelector",
                                            "range": [
                                              2610,
                                              2624
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "outerValue",
                                              "range": [
                                                2625,
                                                2635
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "innerValue",
                                              "range": [
                                                2637,
                                                2647
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "outerIndex",
                                              "range": [
                                                2649,
                                                2659
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 74
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "innerIndex",
                                              "range": [
                                                2661,
                                                2671
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 86
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2610,
                                            2672
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 87
                                            }
                                          }
                                        },
                                        "range": [
                                          2601,
                                          2672
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 87
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      2597,
                                      2673
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 88
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "destination",
                                          "range": [
                                            2686,
                                            2697
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "next",
                                          "range": [
                                            2698,
                                            2702
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "range": [
                                          2686,
                                          2702
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "result",
                                          "range": [
                                            2703,
                                            2709
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 35
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2686,
                                        2710
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "range": [
                                      2686,
                                      2711
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 37
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2583,
                                  2721
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    2737,
                                    2740
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 18
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              2756,
                                              2767
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "error",
                                            "range": [
                                              2768,
                                              2773
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            2756,
                                            2773
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              2774,
                                              2777
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2756,
                                          2778
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        2756,
                                        2779
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2742,
                                    2789
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2730,
                                  2789
                                ],
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                2579,
                                2789
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2480,
                            2795
                          ],
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 115
                            },
                            "end": {
                              "line": 73,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2422,
                          2795
                        ],
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 57
                          },
                          "end": {
                            "line": 73,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2369,
                        2795
                      ],
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 4
                        },
                        "end": {
                          "line": 73,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2369,
                      2796
                    ],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 73,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              2801,
                              2825
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 4
                              },
                              "end": {
                                "line": 74,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2826,
                              2835
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 29
                              },
                              "end": {
                                "line": 74,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2801,
                            2835
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 4
                            },
                            "end": {
                              "line": 74,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyError",
                          "range": [
                            2836,
                            2847
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 39
                            },
                            "end": {
                              "line": 74,
                              "column": 50
                            }
                          }
                        },
                        "range": [
                          2801,
                          2847
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 4
                          },
                          "end": {
                            "line": 74,
                            "column": 50
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "err",
                            "range": [
                              2860,
                              2863
                            ],
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 63
                              },
                              "end": {
                                "line": 74,
                                "column": 66
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2875,
                                        2879
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        2880,
                                        2891
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      2875,
                                      2891
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "error",
                                    "range": [
                                      2892,
                                      2897
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    2875,
                                    2897
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 30
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      2898,
                                      2901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2875,
                                  2902
                                ],
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 35
                                  }
                                }
                              },
                              "range": [
                                2875,
                                2903
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 36
                                }
                              }
                            }
                          ],
                          "range": [
                            2865,
                            2909
                          ],
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 68
                            },
                            "end": {
                              "line": 76,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2850,
                          2909
                        ],
                        "loc": {
                          "start": {
                            "line": 74,
                            "column": 53
                          },
                          "end": {
                            "line": 76,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2801,
                        2909
                      ],
                      "loc": {
                        "start": {
                          "line": 74,
                          "column": 4
                        },
                        "end": {
                          "line": 76,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2801,
                      2910
                    ],
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "SwitchFirstMapSubscriber",
                            "range": [
                              2915,
                              2939
                            ],
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2940,
                              2949
                            ],
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 29
                              },
                              "end": {
                                "line": 77,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2915,
                            2949
                          ],
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyComplete",
                          "range": [
                            2950,
                            2964
                          ],
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 39
                            },
                            "end": {
                              "line": 77,
                              "column": 53
                            }
                          }
                        },
                        "range": [
                          2915,
                          2964
                        ],
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 53
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "innerSub",
                            "range": [
                              2977,
                              2985
                            ],
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 66
                              },
                              "end": {
                                "line": 77,
                                "column": 74
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2997,
                                      3001
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "remove",
                                    "range": [
                                      3002,
                                      3008
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "range": [
                                    2997,
                                    3008
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 19
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "innerSub",
                                    "range": [
                                      3009,
                                      3017
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 28
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2997,
                                  3018
                                ],
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                2997,
                                3019
                              ],
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 30
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      3028,
                                      3032
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasSubscription",
                                    "range": [
                                      3033,
                                      3048
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    3028,
                                    3048
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 28
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": false,
                                  "raw": "false",
                                  "range": [
                                    3051,
                                    3056
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 36
                                    }
                                  }
                                },
                                "range": [
                                  3028,
                                  3056
                                ],
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                3028,
                                3057
                              ],
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 8
                                },
                                "end": {
                                  "line": 79,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    3070,
                                    3074
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "hasCompleted",
                                  "range": [
                                    3075,
                                    3087
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 29
                                    }
                                  }
                                },
                                "range": [
                                  3070,
                                  3087
                                ],
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 29
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              3103,
                                              3107
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "destination",
                                            "range": [
                                              3108,
                                              3119
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            3103,
                                            3119
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "complete",
                                          "range": [
                                            3120,
                                            3128
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          3103,
                                          3128
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        3103,
                                        3130
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      3103,
                                      3131
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3089,
                                  3141
                                ],
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                3066,
                                3141
                              ],
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 8
                                },
                                "end": {
                                  "line": 82,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2987,
                            3147
                          ],
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 76
                            },
                            "end": {
                              "line": 83,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2967,
                          3147
                        ],
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 56
                          },
                          "end": {
                            "line": 83,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2915,
                        3147
                      ],
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 83,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2915,
                      3148
                    ],
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 83,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "SwitchFirstMapSubscriber",
                      "range": [
                        3160,
                        3184
                      ],
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 11
                        },
                        "end": {
                          "line": 84,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      3153,
                      3185
                    ],
                    "loc": {
                      "start": {
                        "line": 84,
                        "column": 4
                      },
                      "end": {
                        "line": 84,
                        "column": 36
                      }
                    }
                  }
                ],
                "range": [
                  853,
                  3187
                ],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 50
                  },
                  "end": {
                    "line": 85,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                835,
                3187
              ],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 32
                },
                "end": {
                  "line": 85,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "OuterSubscriber",
                "range": [
                  3188,
                  3203
                ],
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 2
                  },
                  "end": {
                    "line": 85,
                    "column": 17
                  }
                }
              }
            ],
            "range": [
              835,
              3204
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 32
              },
              "end": {
                "line": 85,
                "column": 18
              }
            }
          },
          "range": [
            807,
            3205
          ],
          "loc": {
            "start": {
              "line": 22,
              "column": 4
            },
            "end": {
              "line": 85,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        803,
        3206
      ],
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 85,
          "column": 20
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            711,
            802
          ],
          "loc": {
            "start": {
              "line": 17,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=exhaustMap.js.map",
          "range": [
            3207,
            3245
          ],
          "loc": {
            "start": {
              "line": 86,
              "column": 0
            },
            "end": {
              "line": 86,
              "column": 38
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3206
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 85,
      "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": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        711,
        802
      ],
      "loc": {
        "start": {
          "line": 17,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=exhaustMap.js.map",
      "range": [
        3207,
        3245
      ],
      "loc": {
        "start": {
          "line": 86,
          "column": 0
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    }
  ]
}