{
  "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": "withLatestFrom",
          "range": [
            170,
            184
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 16
            },
            "end": {
              "line": 4,
              "column": 30
            }
          }
        },
        "params": [],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "args",
                    "range": [
                      197,
                      201
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8
                      },
                      "end": {
                        "line": 5,
                        "column": 12
                      }
                    }
                  },
                  "init": {
                    "type": "ArrayExpression",
                    "elements": [],
                    "range": [
                      204,
                      206
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 15
                      },
                      "end": {
                        "line": 5,
                        "column": 17
                      }
                    }
                  },
                  "range": [
                    197,
                    206
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 8
                    },
                    "end": {
                      "line": 5,
                      "column": 17
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                193,
                207
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 18
                }
              }
            },
            {
              "type": "ForStatement",
              "init": {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "_i",
                      "range": [
                        221,
                        223
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 13
                        },
                        "end": {
                          "line": 6,
                          "column": 15
                        }
                      }
                    },
                    "init": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        226,
                        227
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 18
                        },
                        "end": {
                          "line": 6,
                          "column": 19
                        }
                      }
                    },
                    "range": [
                      221,
                      227
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 13
                      },
                      "end": {
                        "line": 6,
                        "column": 19
                      }
                    }
                  }
                ],
                "kind": "var",
                "range": [
                  217,
                  227
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 9
                  },
                  "end": {
                    "line": 6,
                    "column": 19
                  }
                }
              },
              "test": {
                "type": "BinaryExpression",
                "operator": "<",
                "left": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    229,
                    231
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 21
                    },
                    "end": {
                      "line": 6,
                      "column": 23
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "arguments",
                    "range": [
                      234,
                      243
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 26
                      },
                      "end": {
                        "line": 6,
                        "column": 35
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "length",
                    "range": [
                      244,
                      250
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 36
                      },
                      "end": {
                        "line": 6,
                        "column": 42
                      }
                    }
                  },
                  "range": [
                    234,
                    250
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 26
                    },
                    "end": {
                      "line": 6,
                      "column": 42
                    }
                  }
                },
                "range": [
                  229,
                  250
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 21
                  },
                  "end": {
                    "line": 6,
                    "column": 42
                  }
                }
              },
              "update": {
                "type": "UpdateExpression",
                "operator": "++",
                "argument": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    252,
                    254
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 44
                    },
                    "end": {
                      "line": 6,
                      "column": 46
                    }
                  }
                },
                "prefix": false,
                "range": [
                  252,
                  256
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 44
                  },
                  "end": {
                    "line": 6,
                    "column": 48
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "args",
                          "range": [
                            268,
                            272
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "BinaryExpression",
                          "operator": "-",
                          "left": {
                            "type": "Identifier",
                            "name": "_i",
                            "range": [
                              273,
                              275
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 15
                              }
                            }
                          },
                          "right": {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              278,
                              279
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 18
                              },
                              "end": {
                                "line": 7,
                                "column": 19
                              }
                            }
                          },
                          "range": [
                            273,
                            279
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 13
                            },
                            "end": {
                              "line": 7,
                              "column": 19
                            }
                          }
                        },
                        "range": [
                          268,
                          280
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 20
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "arguments",
                          "range": [
                            283,
                            292
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 23
                            },
                            "end": {
                              "line": 7,
                              "column": 32
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_i",
                          "range": [
                            293,
                            295
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 33
                            },
                            "end": {
                              "line": 7,
                              "column": 35
                            }
                          }
                        },
                        "range": [
                          283,
                          296
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 23
                          },
                          "end": {
                            "line": 7,
                            "column": 36
                          }
                        }
                      },
                      "range": [
                        268,
                        296
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 36
                        }
                      }
                    },
                    "range": [
                      268,
                      297
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8
                      },
                      "end": {
                        "line": 7,
                        "column": 37
                      }
                    }
                  }
                ],
                "range": [
                  258,
                  303
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 50
                  },
                  "end": {
                    "line": 8,
                    "column": 5
                  }
                }
              },
              "range": [
                212,
                303
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 8,
                  "column": 5
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "project",
                    "range": [
                      312,
                      319
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8
                      },
                      "end": {
                        "line": 9,
                        "column": 15
                      }
                    }
                  },
                  "init": null,
                  "range": [
                    312,
                    319
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 8
                    },
                    "end": {
                      "line": 9,
                      "column": 15
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                308,
                320
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 16
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "===",
                "left": {
                  "type": "UnaryExpression",
                  "operator": "typeof",
                  "argument": {
                    "type": "MemberExpression",
                    "computed": true,
                    "object": {
                      "type": "Identifier",
                      "name": "args",
                      "range": [
                        336,
                        340
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 15
                        },
                        "end": {
                          "line": 10,
                          "column": 19
                        }
                      }
                    },
                    "property": {
                      "type": "BinaryExpression",
                      "operator": "-",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "args",
                          "range": [
                            341,
                            345
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 20
                            },
                            "end": {
                              "line": 10,
                              "column": 24
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "length",
                          "range": [
                            346,
                            352
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 25
                            },
                            "end": {
                              "line": 10,
                              "column": 31
                            }
                          }
                        },
                        "range": [
                          341,
                          352
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 20
                          },
                          "end": {
                            "line": 10,
                            "column": 31
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 1,
                        "raw": "1",
                        "range": [
                          355,
                          356
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 34
                          },
                          "end": {
                            "line": 10,
                            "column": 35
                          }
                        }
                      },
                      "range": [
                        341,
                        356
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 20
                        },
                        "end": {
                          "line": 10,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      336,
                      357
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 15
                      },
                      "end": {
                        "line": 10,
                        "column": 36
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    329,
                    357
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 8
                    },
                    "end": {
                      "line": 10,
                      "column": 36
                    }
                  }
                },
                "right": {
                  "type": "Literal",
                  "value": "function",
                  "raw": "'function'",
                  "range": [
                    362,
                    372
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 41
                    },
                    "end": {
                      "line": 10,
                      "column": 51
                    }
                  }
                },
                "range": [
                  329,
                  372
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 8
                  },
                  "end": {
                    "line": 10,
                    "column": 51
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          384,
                          391
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 15
                          }
                        }
                      },
                      "right": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "args",
                            "range": [
                              394,
                              398
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 18
                              },
                              "end": {
                                "line": 11,
                                "column": 22
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "pop",
                            "range": [
                              399,
                              402
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 23
                              },
                              "end": {
                                "line": 11,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            394,
                            402
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 18
                            },
                            "end": {
                              "line": 11,
                              "column": 26
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          394,
                          404
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 18
                          },
                          "end": {
                            "line": 11,
                            "column": 28
                          }
                        }
                      },
                      "range": [
                        384,
                        404
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 28
                        }
                      }
                    },
                    "range": [
                      384,
                      405
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 8
                      },
                      "end": {
                        "line": 11,
                        "column": 29
                      }
                    }
                  }
                ],
                "range": [
                  374,
                  411
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 53
                  },
                  "end": {
                    "line": 12,
                    "column": 5
                  }
                }
              },
              "alternate": null,
              "range": [
                325,
                411
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 12,
                  "column": 5
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "observables",
                    "range": [
                      420,
                      431
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 8
                      },
                      "end": {
                        "line": 13,
                        "column": 19
                      }
                    }
                  },
                  "init": {
                    "type": "Identifier",
                    "name": "args",
                    "range": [
                      434,
                      438
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 22
                      },
                      "end": {
                        "line": 13,
                        "column": 26
                      }
                    }
                  },
                  "range": [
                    420,
                    438
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 8
                    },
                    "end": {
                      "line": 13,
                      "column": 26
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                416,
                439
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 27
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      451,
                      455
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 11
                      },
                      "end": {
                        "line": 14,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      456,
                      460
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 16
                      },
                      "end": {
                        "line": 14,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    451,
                    460
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 11
                    },
                    "end": {
                      "line": 14,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "WithLatestFromOperator",
                      "range": [
                        465,
                        487
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 25
                        },
                        "end": {
                          "line": 14,
                          "column": 47
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "observables",
                        "range": [
                          488,
                          499
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 48
                          },
                          "end": {
                            "line": 14,
                            "column": 59
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          501,
                          508
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 61
                          },
                          "end": {
                            "line": 14,
                            "column": 68
                          }
                        }
                      }
                    ],
                    "range": [
                      461,
                      509
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 21
                      },
                      "end": {
                        "line": 14,
                        "column": 69
                      }
                    }
                  }
                ],
                "range": [
                  451,
                  510
                ],
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 11
                  },
                  "end": {
                    "line": 14,
                    "column": 70
                  }
                }
              },
              "range": [
                444,
                511
              ],
              "loc": {
                "start": {
                  "line": 14,
                  "column": 4
                },
                "end": {
                  "line": 14,
                  "column": 71
                }
              }
            }
          ],
          "range": [
            187,
            513
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 33
            },
            "end": {
              "line": 15,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          161,
          513
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 7
          },
          "end": {
            "line": 15,
            "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,
        513
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 15,
          "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": "WithLatestFromOperator",
            "range": [
              518,
              540
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 4
              },
              "end": {
                "line": 16,
                "column": 26
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "WithLatestFromOperator",
                      "range": [
                        571,
                        593
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 13
                        },
                        "end": {
                          "line": 17,
                          "column": 35
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "observables",
                        "range": [
                          594,
                          605
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 36
                          },
                          "end": {
                            "line": 17,
                            "column": 47
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          607,
                          614
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 49
                          },
                          "end": {
                            "line": 17,
                            "column": 56
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  626,
                                  630
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "observables",
                                "range": [
                                  631,
                                  642
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                626,
                                642
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 24
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "observables",
                              "range": [
                                645,
                                656
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 27
                                },
                                "end": {
                                  "line": 18,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              626,
                              656
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            626,
                            657
                          ],
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  666,
                                  670
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "project",
                                "range": [
                                  671,
                                  678
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                666,
                                678
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "project",
                              "range": [
                                681,
                                688
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 23
                                },
                                "end": {
                                  "line": 19,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              666,
                              688
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            666,
                            689
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 31
                            }
                          }
                        }
                      ],
                      "range": [
                        616,
                        695
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 58
                        },
                        "end": {
                          "line": 20,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      562,
                      695
                    ],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 20,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "WithLatestFromOperator",
                            "range": [
                              700,
                              722
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              723,
                              732
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 27
                              },
                              "end": {
                                "line": 21,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            700,
                            732
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 36
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            733,
                            737
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 37
                            },
                            "end": {
                              "line": 21,
                              "column": 41
                            }
                          }
                        },
                        "range": [
                          700,
                          737
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 41
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "subscriber",
                            "range": [
                              750,
                              760
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 54
                              },
                              "end": {
                                "line": 21,
                                "column": 64
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              762,
                              768
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 66
                              },
                              "end": {
                                "line": 21,
                                "column": 72
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      787,
                                      793
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      794,
                                      804
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    787,
                                    804
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "WithLatestFromSubscriber",
                                      "range": [
                                        809,
                                        833
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          834,
                                          844
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 72
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            846,
                                            850
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 78
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "observables",
                                          "range": [
                                            851,
                                            862
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 90
                                            }
                                          }
                                        },
                                        "range": [
                                          846,
                                          862
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 90
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            864,
                                            868
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 96
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "project",
                                          "range": [
                                            869,
                                            876
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 104
                                            }
                                          }
                                        },
                                        "range": [
                                          864,
                                          876
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 92
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 104
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      805,
                                      877
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 105
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  787,
                                  878
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 106
                                  }
                                }
                              },
                              "range": [
                                780,
                                879
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 107
                                }
                              }
                            }
                          ],
                          "range": [
                            770,
                            885
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 74
                            },
                            "end": {
                              "line": 23,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          740,
                          885
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 44
                          },
                          "end": {
                            "line": 23,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        700,
                        885
                      ],
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      700,
                      886
                    ],
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 23,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "WithLatestFromOperator",
                      "range": [
                        898,
                        920
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 11
                        },
                        "end": {
                          "line": 24,
                          "column": 33
                        }
                      }
                    },
                    "range": [
                      891,
                      921
                    ],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 34
                      }
                    }
                  }
                ],
                "range": [
                  556,
                  923
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 42
                  },
                  "end": {
                    "line": 25,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                544,
                923
              ],
              "loc": {
                "start": {
                  "line": 16,
                  "column": 30
                },
                "end": {
                  "line": 25,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              544,
              925
            ],
            "loc": {
              "start": {
                "line": 16,
                "column": 30
              },
              "end": {
                "line": 25,
                "column": 3
              }
            }
          },
          "range": [
            518,
            926
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 4
            },
            "end": {
              "line": 25,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        514,
        927
      ],
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            928,
            1019
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "WithLatestFromSubscriber",
            "range": [
              1024,
              1048
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 4
              },
              "end": {
                "line": 31,
                "column": 28
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1062,
                    1068
                  ],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 42
                    },
                    "end": {
                      "line": 31,
                      "column": 48
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1076,
                          1085
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "WithLatestFromSubscriber",
                          "range": [
                            1086,
                            1110
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 14
                            },
                            "end": {
                              "line": 32,
                              "column": 38
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1112,
                            1118
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 40
                            },
                            "end": {
                              "line": 32,
                              "column": 46
                            }
                          }
                        }
                      ],
                      "range": [
                        1076,
                        1119
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 47
                        }
                      }
                    },
                    "range": [
                      1076,
                      1120
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 32,
                        "column": 48
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "WithLatestFromSubscriber",
                      "range": [
                        1134,
                        1158
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 13
                        },
                        "end": {
                          "line": 33,
                          "column": 37
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1159,
                          1170
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 38
                          },
                          "end": {
                            "line": 33,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "observables",
                        "range": [
                          1172,
                          1183
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 51
                          },
                          "end": {
                            "line": 33,
                            "column": 62
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "project",
                        "range": [
                          1185,
                          1192
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 64
                          },
                          "end": {
                            "line": 33,
                            "column": 71
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1204,
                                  1210
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1211,
                                  1215
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1204,
                                1215
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1216,
                                  1220
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1222,
                                  1233
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1204,
                              1234
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1204,
                            1235
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1244,
                                  1248
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "observables",
                                "range": [
                                  1249,
                                  1260
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                1244,
                                1260
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 24
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "observables",
                              "range": [
                                1263,
                                1274
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 27
                                },
                                "end": {
                                  "line": 35,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              1244,
                              1274
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1244,
                            1275
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1284,
                                  1288
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "project",
                                "range": [
                                  1289,
                                  1296
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                1284,
                                1296
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "project",
                              "range": [
                                1299,
                                1306
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 23
                                },
                                "end": {
                                  "line": 36,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              1284,
                              1306
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            1284,
                            1307
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1316,
                                  1320
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "toRespond",
                                "range": [
                                  1321,
                                  1330
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1316,
                                1330
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "ArrayExpression",
                              "elements": [],
                              "range": [
                                1333,
                                1335
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 25
                                },
                                "end": {
                                  "line": 37,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              1316,
                              1335
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 27
                              }
                            }
                          },
                          "range": [
                            1316,
                            1336
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 28
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "len",
                                "range": [
                                  1349,
                                  1352
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 15
                                  }
                                }
                              },
                              "init": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "observables",
                                  "range": [
                                    1355,
                                    1366
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "length",
                                  "range": [
                                    1367,
                                    1373
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 36
                                    }
                                  }
                                },
                                "range": [
                                  1355,
                                  1373
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                1349,
                                1373
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 36
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            1345,
                            1374
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1383,
                                  1387
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "values",
                                "range": [
                                  1388,
                                  1394
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1383,
                                1394
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 19
                                }
                              }
                            },
                            "right": {
                              "type": "NewExpression",
                              "callee": {
                                "type": "Identifier",
                                "name": "Array",
                                "range": [
                                  1401,
                                  1406
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 31
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "name": "len",
                                  "range": [
                                    1407,
                                    1410
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1397,
                                1411
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 22
                                },
                                "end": {
                                  "line": 39,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1383,
                              1411
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            1383,
                            1412
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "ForStatement",
                          "init": {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "i",
                                  "range": [
                                    1430,
                                    1431
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 18
                                    }
                                  }
                                },
                                "init": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1434,
                                    1435
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1430,
                                  1435
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 22
                                  }
                                }
                              }
                            ],
                            "kind": "var",
                            "range": [
                              1426,
                              1435
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 22
                              }
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "operator": "<",
                            "left": {
                              "type": "Identifier",
                              "name": "i",
                              "range": [
                                1437,
                                1438
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 24
                                },
                                "end": {
                                  "line": 40,
                                  "column": 25
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "len",
                              "range": [
                                1441,
                                1444
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 28
                                },
                                "end": {
                                  "line": 40,
                                  "column": 31
                                }
                              }
                            },
                            "range": [
                              1437,
                              1444
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 24
                              },
                              "end": {
                                "line": 40,
                                "column": 31
                              }
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "operator": "++",
                            "argument": {
                              "type": "Identifier",
                              "name": "i",
                              "range": [
                                1446,
                                1447
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 33
                                },
                                "end": {
                                  "line": 40,
                                  "column": 34
                                }
                              }
                            },
                            "prefix": false,
                            "range": [
                              1446,
                              1449
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 33
                              },
                              "end": {
                                "line": 40,
                                "column": 36
                              }
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1465,
                                          1469
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "toRespond",
                                        "range": [
                                          1470,
                                          1479
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        1465,
                                        1479
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "push",
                                      "range": [
                                        1480,
                                        1484
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1465,
                                      1484
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        1485,
                                        1486
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 33
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1465,
                                    1487
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  1465,
                                  1488
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 35
                                  }
                                }
                              }
                            ],
                            "range": [
                              1451,
                              1498
                            ],
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 38
                              },
                              "end": {
                                "line": 42,
                                "column": 9
                              }
                            }
                          },
                          "range": [
                            1421,
                            1498
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 9
                            }
                          }
                        },
                        {
                          "type": "ForStatement",
                          "init": {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "i",
                                  "range": [
                                    1516,
                                    1517
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 18
                                    }
                                  }
                                },
                                "init": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1520,
                                    1521
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1516,
                                  1521
                                ],
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 22
                                  }
                                }
                              }
                            ],
                            "kind": "var",
                            "range": [
                              1512,
                              1521
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 22
                              }
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "operator": "<",
                            "left": {
                              "type": "Identifier",
                              "name": "i",
                              "range": [
                                1523,
                                1524
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 24
                                },
                                "end": {
                                  "line": 43,
                                  "column": 25
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "len",
                              "range": [
                                1527,
                                1530
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 28
                                },
                                "end": {
                                  "line": 43,
                                  "column": 31
                                }
                              }
                            },
                            "range": [
                              1523,
                              1530
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 24
                              },
                              "end": {
                                "line": 43,
                                "column": 31
                              }
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "operator": "++",
                            "argument": {
                              "type": "Identifier",
                              "name": "i",
                              "range": [
                                1532,
                                1533
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 33
                                },
                                "end": {
                                  "line": 43,
                                  "column": 34
                                }
                              }
                            },
                            "prefix": false,
                            "range": [
                              1532,
                              1535
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 33
                              },
                              "end": {
                                "line": 43,
                                "column": 36
                              }
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "observable",
                                      "range": [
                                        1555,
                                        1565
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "observables",
                                        "range": [
                                          1568,
                                          1579
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "i",
                                        "range": [
                                          1580,
                                          1581
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        1568,
                                        1582
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "range": [
                                      1555,
                                      1582
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 43
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1551,
                                  1583
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 44
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1596,
                                        1600
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "add",
                                      "range": [
                                        1601,
                                        1604
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "range": [
                                      1596,
                                      1604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "subscribeToResult",
                                        "range": [
                                          1605,
                                          1622
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            1623,
                                            1627
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 43
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "observable",
                                          "range": [
                                            1629,
                                            1639
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 55
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "observable",
                                          "range": [
                                            1641,
                                            1651
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "i",
                                          "range": [
                                            1653,
                                            1654
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 70
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1605,
                                        1655
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 71
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1596,
                                    1656
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 72
                                    }
                                  }
                                },
                                "range": [
                                  1596,
                                  1657
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 73
                                  }
                                }
                              }
                            ],
                            "range": [
                              1537,
                              1667
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 38
                              },
                              "end": {
                                "line": 46,
                                "column": 9
                              }
                            }
                          },
                          "range": [
                            1507,
                            1667
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 9
                            }
                          }
                        }
                      ],
                      "range": [
                        1194,
                        1673
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 73
                        },
                        "end": {
                          "line": 47,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1125,
                      1673
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 47,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "WithLatestFromSubscriber",
                            "range": [
                              1678,
                              1702
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1703,
                              1712
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 29
                              },
                              "end": {
                                "line": 48,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1678,
                            1712
                          ],
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyNext",
                          "range": [
                            1713,
                            1723
                          ],
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 39
                            },
                            "end": {
                              "line": 48,
                              "column": 49
                            }
                          }
                        },
                        "range": [
                          1678,
                          1723
                        ],
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 49
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "outerValue",
                            "range": [
                              1736,
                              1746
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 62
                              },
                              "end": {
                                "line": 48,
                                "column": 72
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerValue",
                            "range": [
                              1748,
                              1758
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 74
                              },
                              "end": {
                                "line": 48,
                                "column": 84
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "outerIndex",
                            "range": [
                              1760,
                              1770
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 86
                              },
                              "end": {
                                "line": 48,
                                "column": 96
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerIndex",
                            "range": [
                              1772,
                              1782
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 98
                              },
                              "end": {
                                "line": 48,
                                "column": 108
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "innerSub",
                            "range": [
                              1784,
                              1792
                            ],
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 110
                              },
                              "end": {
                                "line": 48,
                                "column": 118
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": true,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1804,
                                        1808
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "values",
                                      "range": [
                                        1809,
                                        1815
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      1804,
                                      1815
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "outerIndex",
                                    "range": [
                                      1816,
                                      1826
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    1804,
                                    1827
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 31
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "innerValue",
                                  "range": [
                                    1830,
                                    1840
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  1804,
                                  1840
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                1804,
                                1841
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "toRespond",
                                    "range": [
                                      1854,
                                      1863
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1866,
                                        1870
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "toRespond",
                                      "range": [
                                        1871,
                                        1880
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1866,
                                      1880
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    1854,
                                    1880
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1850,
                                1881
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "BinaryExpression",
                                "operator": ">",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "toRespond",
                                    "range": [
                                      1894,
                                      1903
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      1904,
                                      1910
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    1894,
                                    1910
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 28
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1913,
                                    1914
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  1894,
                                  1914
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 32
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "found",
                                          "range": [
                                            1934,
                                            1939
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "toRespond",
                                              "range": [
                                                1942,
                                                1951
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "indexOf",
                                              "range": [
                                                1952,
                                                1959
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "range": [
                                              1942,
                                              1959
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "outerIndex",
                                              "range": [
                                                1960,
                                                1970
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1942,
                                            1971
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 53
                                            }
                                          }
                                        },
                                        "range": [
                                          1934,
                                          1971
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      1930,
                                      1972
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 54
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "test": {
                                      "type": "BinaryExpression",
                                      "operator": "!==",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "found",
                                        "range": [
                                          1989,
                                          1994
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "UnaryExpression",
                                        "operator": "-",
                                        "argument": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            2000,
                                            2001
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          1999,
                                          2001
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "range": [
                                        1989,
                                        2001
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "toRespond",
                                                "range": [
                                                  2021,
                                                  2030
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "splice",
                                                "range": [
                                                  2031,
                                                  2037
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                2021,
                                                2037
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "found",
                                                "range": [
                                                  2038,
                                                  2043
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  2045,
                                                  2046
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 41
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2021,
                                              2047
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "range": [
                                            2021,
                                            2048
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 43
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2003,
                                        2062
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "alternate": null,
                                    "range": [
                                      1985,
                                      2062
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1916,
                                  2072
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1890,
                                2072
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1794,
                            2078
                          ],
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 120
                            },
                            "end": {
                              "line": 57,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1726,
                          2078
                        ],
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 52
                          },
                          "end": {
                            "line": 57,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1678,
                        2078
                      ],
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1678,
                      2079
                    ],
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "WithLatestFromSubscriber",
                            "range": [
                              2084,
                              2108
                            ],
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 4
                              },
                              "end": {
                                "line": 58,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2109,
                              2118
                            ],
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 29
                              },
                              "end": {
                                "line": 58,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2084,
                            2118
                          ],
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 4
                            },
                            "end": {
                              "line": 58,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyComplete",
                          "range": [
                            2119,
                            2133
                          ],
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 39
                            },
                            "end": {
                              "line": 58,
                              "column": 53
                            }
                          }
                        },
                        "range": [
                          2084,
                          2133
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 4
                          },
                          "end": {
                            "line": 58,
                            "column": 53
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [],
                          "range": [
                            2148,
                            2171
                          ],
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 68
                            },
                            "end": {
                              "line": 60,
                              "column": 5
                            }
                          },
                          "trailingComments": [
                            {
                              "type": "Line",
                              "value": " noop",
                              "range": [
                                2158,
                                2165
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 15
                                }
                              }
                            }
                          ]
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2136,
                          2171
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 56
                          },
                          "end": {
                            "line": 60,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2084,
                        2171
                      ],
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2084,
                      2172
                    ],
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 60,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "WithLatestFromSubscriber",
                            "range": [
                              2177,
                              2201
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 4
                              },
                              "end": {
                                "line": 61,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2202,
                              2211
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 29
                              },
                              "end": {
                                "line": 61,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2177,
                            2211
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 4
                            },
                            "end": {
                              "line": 61,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            2212,
                            2217
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 39
                            },
                            "end": {
                              "line": 61,
                              "column": 44
                            }
                          }
                        },
                        "range": [
                          2177,
                          2217
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 44
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              2230,
                              2235
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 57
                              },
                              "end": {
                                "line": 61,
                                "column": 62
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "BinaryExpression",
                                "operator": "===",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2251,
                                        2255
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "toRespond",
                                      "range": [
                                        2256,
                                        2265
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "range": [
                                      2251,
                                      2265
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      2266,
                                      2272
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    2251,
                                    2272
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 33
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    2277,
                                    2278
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  2251,
                                  2278
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 39
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "args",
                                          "range": [
                                            2298,
                                            2302
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "init": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ArrayExpression",
                                              "elements": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "value",
                                                  "range": [
                                                    2306,
                                                    2311
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 29
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                2305,
                                                2312
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "concat",
                                              "range": [
                                                2313,
                                                2319
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              2305,
                                              2319
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  2320,
                                                  2324
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "values",
                                                "range": [
                                                  2325,
                                                  2331
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                2320,
                                                2331
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 49
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2305,
                                            2332
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "range": [
                                          2298,
                                          2332
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 50
                                          }
                                        }
                                      }
                                    ],
                                    "kind": "var",
                                    "range": [
                                      2294,
                                      2333
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 51
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "test": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2350,
                                          2354
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "project",
                                        "range": [
                                          2355,
                                          2362
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "range": [
                                        2350,
                                        2362
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  2382,
                                                  2386
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "_tryProject",
                                                "range": [
                                                  2387,
                                                  2398
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                2382,
                                                2398
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "args",
                                                "range": [
                                                  2399,
                                                  2403
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 37
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2382,
                                              2404
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            2382,
                                            2405
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 39
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2364,
                                        2419
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    2455,
                                                    2459
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "destination",
                                                  "range": [
                                                    2460,
                                                    2471
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2455,
                                                  2471
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  2472,
                                                  2476
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                2455,
                                                2476
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "args",
                                                "range": [
                                                  2477,
                                                  2481
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 42
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2455,
                                              2482
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "range": [
                                            2455,
                                            2483
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 44
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2437,
                                        2497
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "range": [
                                      2346,
                                      2497
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2280,
                                  2507
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                2247,
                                2507
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 70,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            2237,
                            2513
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 64
                            },
                            "end": {
                              "line": 71,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2220,
                          2513
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 47
                          },
                          "end": {
                            "line": 71,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2177,
                        2513
                      ],
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2177,
                      2514
                    ],
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 6
                      }
                    },
                    "leadingComments": [
                      {
                        "type": "Line",
                        "value": " noop",
                        "range": [
                          2158,
                          2165
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 8
                          },
                          "end": {
                            "line": 59,
                            "column": 15
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "WithLatestFromSubscriber",
                            "range": [
                              2519,
                              2543
                            ],
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 4
                              },
                              "end": {
                                "line": 72,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2544,
                              2553
                            ],
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 29
                              },
                              "end": {
                                "line": 72,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            2519,
                            2553
                          ],
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_tryProject",
                          "range": [
                            2554,
                            2565
                          ],
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 39
                            },
                            "end": {
                              "line": 72,
                              "column": 50
                            }
                          }
                        },
                        "range": [
                          2519,
                          2565
                        ],
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 50
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "args",
                            "range": [
                              2578,
                              2582
                            ],
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 63
                              },
                              "end": {
                                "line": 72,
                                "column": 67
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2598,
                                      2604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    2598,
                                    2604
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 18
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2594,
                                2605
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 8
                                },
                                "end": {
                                  "line": 73,
                                  "column": 19
                                }
                              }
                            },
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          2632,
                                          2638
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2641,
                                                2645
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "project",
                                              "range": [
                                                2646,
                                                2653
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "range": [
                                              2641,
                                              2653
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "apply",
                                            "range": [
                                              2654,
                                              2659
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "range": [
                                            2641,
                                            2659
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "range": [
                                              2660,
                                              2664
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 44
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "args",
                                            "range": [
                                              2666,
                                              2670
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 50
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2641,
                                          2671
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "range": [
                                        2632,
                                        2671
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "range": [
                                      2632,
                                      2672
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 52
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2618,
                                  2682
                                ],
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    2698,
                                    2701
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 18
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2717,
                                                2721
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "destination",
                                              "range": [
                                                2722,
                                                2733
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              2717,
                                              2733
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "error",
                                            "range": [
                                              2734,
                                              2739
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "range": [
                                            2717,
                                            2739
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              2740,
                                              2743
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2717,
                                          2744
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        2717,
                                        2745
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 40
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        2758,
                                        2765
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2703,
                                    2775
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2691,
                                  2775
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                2614,
                                2775
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 8
                                },
                                "end": {
                                  "line": 80,
                                  "column": 9
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2784,
                                        2788
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        2789,
                                        2800
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      2784,
                                      2800
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      2801,
                                      2805
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    2784,
                                    2805
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2806,
                                      2812
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 36
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2784,
                                  2813
                                ],
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 37
                                  }
                                }
                              },
                              "range": [
                                2784,
                                2814
                              ],
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 8
                                },
                                "end": {
                                  "line": 81,
                                  "column": 38
                                }
                              }
                            }
                          ],
                          "range": [
                            2584,
                            2820
                          ],
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 69
                            },
                            "end": {
                              "line": 82,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2568,
                          2820
                        ],
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 53
                          },
                          "end": {
                            "line": 82,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2519,
                        2820
                      ],
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 82,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2519,
                      2821
                    ],
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 4
                      },
                      "end": {
                        "line": 82,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "WithLatestFromSubscriber",
                      "range": [
                        2833,
                        2857
                      ],
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 11
                        },
                        "end": {
                          "line": 83,
                          "column": 35
                        }
                      }
                    },
                    "range": [
                      2826,
                      2858
                    ],
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 4
                      },
                      "end": {
                        "line": 83,
                        "column": 36
                      }
                    }
                  }
                ],
                "range": [
                  1070,
                  2860
                ],
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 50
                  },
                  "end": {
                    "line": 84,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1052,
                2860
              ],
              "loc": {
                "start": {
                  "line": 31,
                  "column": 32
                },
                "end": {
                  "line": 84,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "OuterSubscriber",
                "range": [
                  2861,
                  2876
                ],
                "loc": {
                  "start": {
                    "line": 84,
                    "column": 2
                  },
                  "end": {
                    "line": 84,
                    "column": 17
                  }
                }
              }
            ],
            "range": [
              1052,
              2877
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 32
              },
              "end": {
                "line": 84,
                "column": 18
              }
            }
          },
          "range": [
            1024,
            2878
          ],
          "loc": {
            "start": {
              "line": 31,
              "column": 4
            },
            "end": {
              "line": 84,
              "column": 19
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1020,
        2879
      ],
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 84,
          "column": 20
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            928,
            1019
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 0
            },
            "end": {
              "line": 30,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=withLatestFrom.js.map",
          "range": [
            2880,
            2922
          ],
          "loc": {
            "start": {
              "line": 85,
              "column": 0
            },
            "end": {
              "line": 85,
              "column": 42
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2879
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 84,
      "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": [
        928,
        1019
      ],
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": " noop",
      "range": [
        2158,
        2165
      ],
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=withLatestFrom.js.map",
      "range": [
        2880,
        2922
      ],
      "loc": {
        "start": {
          "line": 85,
          "column": 0
        },
        "end": {
          "line": 85,
          "column": 42
        }
      }
    }
  ]
}