{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subject",
            "range": [
              9,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subject",
            "range": [
              9,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            9,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subject",
        "raw": "'./Subject'",
        "range": [
          24,
          35
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 24
          },
          "end": {
            "line": 1,
            "column": 35
          }
        }
      },
      "range": [
        0,
        36
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "queue",
            "range": [
              46,
              51
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 14
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "queue",
            "range": [
              46,
              51
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 14
              }
            }
          },
          "range": [
            46,
            51
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 14
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./scheduler/queue",
        "raw": "'./scheduler/queue'",
        "range": [
          59,
          78
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 22
          },
          "end": {
            "line": 2,
            "column": 41
          }
        }
      },
      "range": [
        37,
        79
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 42
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              89,
              101
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 21
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              89,
              101
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 21
              }
            }
          },
          "range": [
            89,
            101
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 21
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subscription",
        "raw": "'./Subscription'",
        "range": [
          109,
          125
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 29
          },
          "end": {
            "line": 3,
            "column": 45
          }
        }
      },
      "range": [
        80,
        126
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 46
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "ObserveOnSubscriber",
            "range": [
              136,
              155
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 28
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "ObserveOnSubscriber",
            "range": [
              136,
              155
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 28
              }
            }
          },
          "range": [
            136,
            155
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 28
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./operator/observeOn",
        "raw": "'./operator/observeOn'",
        "range": [
          163,
          185
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 36
          },
          "end": {
            "line": 4,
            "column": 58
          }
        }
      },
      "range": [
        127,
        186
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 59
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "ObjectUnsubscribedError",
            "range": [
              196,
              219
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 32
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "ObjectUnsubscribedError",
            "range": [
              196,
              219
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 32
              }
            }
          },
          "range": [
            196,
            219
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 9
            },
            "end": {
              "line": 5,
              "column": 32
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./util/ObjectUnsubscribedError",
        "raw": "'./util/ObjectUnsubscribedError'",
        "range": [
          227,
          259
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 40
          },
          "end": {
            "line": 5,
            "column": 72
          }
        }
      },
      "range": [
        187,
        260
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 73
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "SubjectSubscription",
            "range": [
              270,
              289
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 28
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "SubjectSubscription",
            "range": [
              270,
              289
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 28
              }
            }
          },
          "range": [
            270,
            289
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 9
            },
            "end": {
              "line": 6,
              "column": 28
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./SubjectSubscription",
        "raw": "'./SubjectSubscription'",
        "range": [
          297,
          320
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 36
          },
          "end": {
            "line": 6,
            "column": 59
          }
        }
      },
      "range": [
        261,
        321
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 60
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * @class ReplaySubject<T>\n ",
          "range": [
            322,
            356
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ReplaySubject",
              "range": [
                368,
                381
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 11
                },
                "end": {
                  "line": 10,
                  "column": 24
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      395,
                      401
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 38
                      },
                      "end": {
                        "line": 10,
                        "column": 44
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            409,
                            418
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 4
                            },
                            "end": {
                              "line": 11,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "ReplaySubject",
                            "range": [
                              419,
                              432
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 14
                              },
                              "end": {
                                "line": 11,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              434,
                              440
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 29
                              },
                              "end": {
                                "line": 11,
                                "column": 35
                              }
                            }
                          }
                        ],
                        "range": [
                          409,
                          441
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 4
                          },
                          "end": {
                            "line": 11,
                            "column": 36
                          }
                        }
                      },
                      "range": [
                        409,
                        442
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 37
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ReplaySubject",
                        "range": [
                          456,
                          469
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 13
                          },
                          "end": {
                            "line": 12,
                            "column": 26
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "bufferSize",
                          "range": [
                            470,
                            480
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 27
                            },
                            "end": {
                              "line": 12,
                              "column": 37
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "windowTime",
                          "range": [
                            482,
                            492
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 39
                            },
                            "end": {
                              "line": 12,
                              "column": 49
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            494,
                            503
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 51
                            },
                            "end": {
                              "line": 12,
                              "column": 60
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "bufferSize",
                                "range": [
                                  519,
                                  529
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    539,
                                    540
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  534,
                                  540
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                519,
                                540
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 33
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "bufferSize",
                                      "range": [
                                        544,
                                        554
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Number",
                                        "range": [
                                          557,
                                          563
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "POSITIVE_INFINITY",
                                        "range": [
                                          564,
                                          581
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        557,
                                        581
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "range": [
                                      544,
                                      581
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 74
                                      }
                                    }
                                  },
                                  "range": [
                                    544,
                                    582
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "range": [
                                542,
                                584
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 35
                                },
                                "end": {
                                  "line": 13,
                                  "column": 77
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              515,
                              584
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 77
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "BinaryExpression",
                              "operator": "===",
                              "left": {
                                "type": "Identifier",
                                "name": "windowTime",
                                "range": [
                                  597,
                                  607
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "UnaryExpression",
                                "operator": "void",
                                "argument": {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    617,
                                    618
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 33
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  612,
                                  618
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                597,
                                618
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 33
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "windowTime",
                                      "range": [
                                        622,
                                        632
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Number",
                                        "range": [
                                          635,
                                          641
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "POSITIVE_INFINITY",
                                        "range": [
                                          642,
                                          659
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        635,
                                        659
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 74
                                        }
                                      }
                                    },
                                    "range": [
                                      622,
                                      659
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 74
                                      }
                                    }
                                  },
                                  "range": [
                                    622,
                                    660
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "range": [
                                620,
                                662
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 35
                                },
                                "end": {
                                  "line": 14,
                                  "column": 77
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              593,
                              662
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 77
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    671,
                                    677
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    678,
                                    682
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  671,
                                  682
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    683,
                                    687
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                671,
                                688
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              671,
                              689
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    698,
                                    702
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    703,
                                    712
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  698,
                                  712
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  715,
                                  724
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                698,
                                724
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              698,
                              725
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    734,
                                    738
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_events",
                                  "range": [
                                    739,
                                    746
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  734,
                                  746
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "elements": [],
                                "range": [
                                  749,
                                  751
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 25
                                  }
                                }
                              },
                              "range": [
                                734,
                                751
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              734,
                              752
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    761,
                                    765
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_bufferSize",
                                  "range": [
                                    766,
                                    777
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  761,
                                  777
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 24
                                  }
                                }
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "<",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "bufferSize",
                                    "range": [
                                      780,
                                      790
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      793,
                                      794
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    780,
                                    794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 41
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    797,
                                    798
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 45
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "name": "bufferSize",
                                  "range": [
                                    801,
                                    811
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 58
                                    }
                                  }
                                },
                                "range": [
                                  780,
                                  811
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                761,
                                811
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 58
                                }
                              }
                            },
                            "range": [
                              761,
                              812
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 59
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    821,
                                    825
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_windowTime",
                                  "range": [
                                    826,
                                    837
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 24
                                    }
                                  }
                                },
                                "range": [
                                  821,
                                  837
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 24
                                  }
                                }
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "<",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "windowTime",
                                    "range": [
                                      840,
                                      850
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      853,
                                      854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    840,
                                    854
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 41
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    857,
                                    858
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 45
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "name": "windowTime",
                                  "range": [
                                    861,
                                    871
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 58
                                    }
                                  }
                                },
                                "range": [
                                  840,
                                  871
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 58
                                  }
                                }
                              },
                              "range": [
                                821,
                                871
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 58
                                }
                              }
                            },
                            "range": [
                              821,
                              872
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 59
                              }
                            }
                          }
                        ],
                        "range": [
                          505,
                          878
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 62
                          },
                          "end": {
                            "line": 20,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        447,
                        878
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "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": "ReplaySubject",
                              "range": [
                                883,
                                896
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 4
                                },
                                "end": {
                                  "line": 21,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                897,
                                906
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 18
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              883,
                              906
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "next",
                            "range": [
                              907,
                              911
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 28
                              },
                              "end": {
                                "line": 21,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            883,
                            911
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 32
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                924,
                                929
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 45
                                },
                                "end": {
                                  "line": 21,
                                  "column": 50
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "now",
                                      "range": [
                                        945,
                                        948
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            951,
                                            955
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "_getNow",
                                          "range": [
                                            956,
                                            963
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          951,
                                          963
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        951,
                                        965
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      945,
                                      965
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  941,
                                  966
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          975,
                                          979
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_events",
                                        "range": [
                                          980,
                                          987
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "range": [
                                        975,
                                        987
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "push",
                                      "range": [
                                        988,
                                        992
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      975,
                                      992
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NewExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "ReplayEvent",
                                        "range": [
                                          997,
                                          1008
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "now",
                                          "range": [
                                            1009,
                                            1012
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 45
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            1014,
                                            1019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        993,
                                        1020
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 53
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    975,
                                    1021
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 54
                                    }
                                  }
                                },
                                "range": [
                                  975,
                                  1022
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 55
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1031,
                                        1035
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_trimBufferThenGetEvents",
                                      "range": [
                                        1036,
                                        1060
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1031,
                                      1060
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "arguments": [],
                                  "range": [
                                    1031,
                                    1062
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  1031,
                                  1063
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "_super",
                                          "range": [
                                            1072,
                                            1078
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "prototype",
                                          "range": [
                                            1079,
                                            1088
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1072,
                                          1088
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "next",
                                        "range": [
                                          1089,
                                          1093
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        1072,
                                        1093
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        1094,
                                        1098
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      1072,
                                      1098
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        1099,
                                        1103
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        1105,
                                        1110
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1072,
                                    1111
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 47
                                    }
                                  }
                                },
                                "range": [
                                  1072,
                                  1112
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 48
                                  }
                                }
                              }
                            ],
                            "range": [
                              931,
                              1118
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 52
                              },
                              "end": {
                                "line": 26,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            914,
                            1118
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 35
                            },
                            "end": {
                              "line": 26,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          883,
                          1118
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        883,
                        1119
                      ],
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ReplaySubject",
                              "range": [
                                1124,
                                1137
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 4
                                },
                                "end": {
                                  "line": 27,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1138,
                                1147
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 18
                                },
                                "end": {
                                  "line": 27,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              1124,
                              1147
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 4
                              },
                              "end": {
                                "line": 27,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              1148,
                              1158
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 28
                              },
                              "end": {
                                "line": 27,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1124,
                            1158
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 38
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                1171,
                                1181
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 51
                                },
                                "end": {
                                  "line": 27,
                                  "column": 61
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_events",
                                      "range": [
                                        1197,
                                        1204
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1207,
                                            1211
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "_trimBufferThenGetEvents",
                                          "range": [
                                            1212,
                                            1236
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "range": [
                                          1207,
                                          1236
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        1207,
                                        1238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 53
                                        }
                                      }
                                    },
                                    "range": [
                                      1197,
                                      1238
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 53
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1193,
                                  1239
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 54
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1252,
                                        1261
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1264,
                                          1268
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          1269,
                                          1278
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        1264,
                                        1278
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1252,
                                      1278
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1248,
                                  1279
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 39
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscription",
                                      "range": [
                                        1292,
                                        1304
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "init": null,
                                    "range": [
                                      1292,
                                      1304
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 24
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1288,
                                  1305
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 25
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1318,
                                      1322
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      1323,
                                      1329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "range": [
                                    1318,
                                    1329
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 23
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ThrowStatement",
                                      "argument": {
                                        "type": "NewExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "ObjectUnsubscribedError",
                                          "range": [
                                            1355,
                                            1378
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          1351,
                                          1380
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "range": [
                                        1345,
                                        1381
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 48
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1331,
                                    1391
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1409,
                                        1413
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasError",
                                      "range": [
                                        1414,
                                        1422
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      1409,
                                      1422
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "subscription",
                                            "range": [
                                              1438,
                                              1450
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Subscription",
                                              "range": [
                                                1453,
                                                1465
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "EMPTY",
                                              "range": [
                                                1466,
                                                1471
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "range": [
                                              1453,
                                              1471
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "range": [
                                            1438,
                                            1471
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "range": [
                                          1438,
                                          1472
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 46
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1424,
                                      1482
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "test": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1500,
                                          1504
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "isStopped",
                                        "range": [
                                          1505,
                                          1514
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "range": [
                                        1500,
                                        1514
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "subscription",
                                              "range": [
                                                1530,
                                                1542
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "Subscription",
                                                "range": [
                                                  1545,
                                                  1557
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "EMPTY",
                                                "range": [
                                                  1558,
                                                  1563
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1545,
                                                1563
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "range": [
                                              1530,
                                              1563
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "range": [
                                            1530,
                                            1564
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 46
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1516,
                                        1574
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1602,
                                                    1606
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "observers",
                                                  "range": [
                                                    1607,
                                                    1616
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1602,
                                                  1616
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  1617,
                                                  1621
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "range": [
                                                1602,
                                                1621
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "subscriber",
                                                "range": [
                                                  1622,
                                                  1632
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 42
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1602,
                                              1633
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "range": [
                                            1602,
                                            1634
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 44
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "subscription",
                                              "range": [
                                                1647,
                                                1659
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "Identifier",
                                                "name": "SubjectSubscription",
                                                "range": [
                                                  1666,
                                                  1685
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1686,
                                                    1690
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1692,
                                                    1702
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 67
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1662,
                                                1703
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 68
                                                }
                                              }
                                            },
                                            "range": [
                                              1647,
                                              1703
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 68
                                              }
                                            }
                                          },
                                          "range": [
                                            1647,
                                            1704
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 69
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1588,
                                        1714
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "range": [
                                      1496,
                                      1714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    1405,
                                    1714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1314,
                                  1714
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1727,
                                    1736
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 21
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1752,
                                              1762
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "add",
                                            "range": [
                                              1763,
                                              1766
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            1752,
                                            1766
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                1767,
                                                1777
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "Identifier",
                                                "name": "ObserveOnSubscriber",
                                                "range": [
                                                  1784,
                                                  1803
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1804,
                                                    1814
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 74
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "scheduler",
                                                  "range": [
                                                    1816,
                                                    1825
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 85
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1780,
                                                1826
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 86
                                                }
                                              }
                                            },
                                            "range": [
                                              1767,
                                              1826
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 86
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1752,
                                          1827
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 87
                                          }
                                        }
                                      },
                                      "range": [
                                        1752,
                                        1828
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 88
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1738,
                                    1838
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1723,
                                  1838
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "len",
                                      "range": [
                                        1851,
                                        1854
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_events",
                                        "range": [
                                          1857,
                                          1864
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          1865,
                                          1871
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        1857,
                                        1871
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1851,
                                      1871
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1847,
                                  1872
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "ForStatement",
                                "init": {
                                  "type": "VariableDeclaration",
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "id": {
                                        "type": "Identifier",
                                        "name": "i",
                                        "range": [
                                          1890,
                                          1891
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "init": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          1894,
                                          1895
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        1890,
                                        1895
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 22
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "var",
                                  "range": [
                                    1886,
                                    1895
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 22
                                    }
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "<",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        1897,
                                        1898
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "name": "len",
                                      "range": [
                                        1901,
                                        1904
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1897,
                                      1904
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "!",
                                    "argument": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          1909,
                                          1919
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "closed",
                                        "range": [
                                          1920,
                                          1926
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 53
                                          }
                                        }
                                      },
                                      "range": [
                                        1909,
                                        1926
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 53
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1908,
                                      1926
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    1897,
                                    1926
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 53
                                    }
                                  }
                                },
                                "update": {
                                  "type": "UpdateExpression",
                                  "operator": "++",
                                  "argument": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      1928,
                                      1929
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 56
                                      }
                                    }
                                  },
                                  "prefix": false,
                                  "range": [
                                    1928,
                                    1931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 58
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1947,
                                              1957
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "next",
                                            "range": [
                                              1958,
                                              1962
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            1947,
                                            1962
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": true,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_events",
                                                "range": [
                                                  1963,
                                                  1970
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "i",
                                                "range": [
                                                  1971,
                                                  1972
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                1963,
                                                1973
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                1974,
                                                1979
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "range": [
                                              1963,
                                              1979
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 44
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1947,
                                          1980
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "range": [
                                        1947,
                                        1981
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 46
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1933,
                                    1991
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1881,
                                  1991
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2004,
                                      2008
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasError",
                                    "range": [
                                      2009,
                                      2017
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2004,
                                    2017
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 25
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              2033,
                                              2043
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "error",
                                            "range": [
                                              2044,
                                              2049
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            2033,
                                            2049
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                2050,
                                                2054
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "thrownError",
                                              "range": [
                                                2055,
                                                2066
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "range": [
                                              2050,
                                              2066
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 45
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2033,
                                          2067
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        2033,
                                        2068
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 47
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2019,
                                    2078
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2096,
                                        2100
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "isStopped",
                                      "range": [
                                        2101,
                                        2110
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      2096,
                                      2110
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                2126,
                                                2136
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "complete",
                                              "range": [
                                                2137,
                                                2145
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "range": [
                                              2126,
                                              2145
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            2126,
                                            2147
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "range": [
                                          2126,
                                          2148
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2112,
                                      2158
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": null,
                                  "range": [
                                    2092,
                                    2158
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2000,
                                  2158
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "subscription",
                                  "range": [
                                    2174,
                                    2186
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  2167,
                                  2187
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 28
                                  }
                                }
                              }
                            ],
                            "range": [
                              1183,
                              2193
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 63
                              },
                              "end": {
                                "line": 58,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1161,
                            2193
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 41
                            },
                            "end": {
                              "line": 58,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1124,
                          2193
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 58,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1124,
                        2194
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ReplaySubject",
                              "range": [
                                2199,
                                2212
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 4
                                },
                                "end": {
                                  "line": 59,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2213,
                                2222
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 18
                                },
                                "end": {
                                  "line": 59,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              2199,
                              2222
                            ],
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 4
                              },
                              "end": {
                                "line": 59,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_getNow",
                            "range": [
                              2223,
                              2230
                            ],
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 28
                              },
                              "end": {
                                "line": 59,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            2199,
                            2230
                          ],
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 4
                            },
                            "end": {
                              "line": 59,
                              "column": 35
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "LogicalExpression",
                                      "operator": "||",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            2263,
                                            2267
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "scheduler",
                                          "range": [
                                            2268,
                                            2277
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          2263,
                                          2277
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "queue",
                                        "range": [
                                          2281,
                                          2286
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        2263,
                                        2286
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "now",
                                      "range": [
                                        2288,
                                        2291
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "range": [
                                      2262,
                                      2291
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "arguments": [],
                                  "range": [
                                    2262,
                                    2293
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 46
                                    }
                                  }
                                },
                                "range": [
                                  2255,
                                  2294
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 47
                                  }
                                }
                              }
                            ],
                            "range": [
                              2245,
                              2300
                            ],
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 50
                              },
                              "end": {
                                "line": 61,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2233,
                            2300
                          ],
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 38
                            },
                            "end": {
                              "line": 61,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2199,
                          2300
                        ],
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2199,
                        2301
                      ],
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ReplaySubject",
                              "range": [
                                2306,
                                2319
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 4
                                },
                                "end": {
                                  "line": 62,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                2320,
                                2329
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 18
                                },
                                "end": {
                                  "line": 62,
                                  "column": 27
                                }
                              }
                            },
                            "range": [
                              2306,
                              2329
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 4
                              },
                              "end": {
                                "line": 62,
                                "column": 27
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_trimBufferThenGetEvents",
                            "range": [
                              2330,
                              2354
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 28
                              },
                              "end": {
                                "line": 62,
                                "column": 52
                              }
                            }
                          },
                          "range": [
                            2306,
                            2354
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 4
                            },
                            "end": {
                              "line": 62,
                              "column": 52
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "now",
                                      "range": [
                                        2383,
                                        2386
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            2389,
                                            2393
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "_getNow",
                                          "range": [
                                            2394,
                                            2401
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          2389,
                                          2401
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "arguments": [],
                                      "range": [
                                        2389,
                                        2403
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      2383,
                                      2403
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2379,
                                  2404
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_bufferSize",
                                      "range": [
                                        2417,
                                        2428
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2431,
                                          2435
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_bufferSize",
                                        "range": [
                                          2436,
                                          2447
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        2431,
                                        2447
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      2417,
                                      2447
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 42
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2413,
                                  2448
                                ],
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 64,
                                    "column": 43
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_windowTime",
                                      "range": [
                                        2461,
                                        2472
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2475,
                                          2479
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_windowTime",
                                        "range": [
                                          2480,
                                          2491
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        2475,
                                        2491
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      2461,
                                      2491
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 42
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2457,
                                  2492
                                ],
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 43
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_events",
                                      "range": [
                                        2505,
                                        2512
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          2515,
                                          2519
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_events",
                                        "range": [
                                          2520,
                                          2527
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        2515,
                                        2527
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      2505,
                                      2527
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2501,
                                  2528
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 35
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "eventsCount",
                                      "range": [
                                        2541,
                                        2552
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_events",
                                        "range": [
                                          2555,
                                          2562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          2563,
                                          2569
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        2555,
                                        2569
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "range": [
                                      2541,
                                      2569
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2537,
                                  2570
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 41
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "spliceCount",
                                      "range": [
                                        2583,
                                        2594
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2597,
                                        2598
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      2583,
                                      2598
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 27
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  2579,
                                  2599
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 28
                                  }
                                },
                                "trailingComments": [
                                  {
                                    "type": "Line",
                                    "value": " Trim events that fall out of the time window.",
                                    "range": [
                                      2608,
                                      2656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " Start at the front of the list. Break early once",
                                    "range": [
                                      2665,
                                      2716
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 59
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " we encounter an event that falls within the window.",
                                    "range": [
                                      2725,
                                      2779
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 62
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "WhileStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "<",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "spliceCount",
                                    "range": [
                                      2795,
                                      2806
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "eventsCount",
                                    "range": [
                                      2809,
                                      2820
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    2795,
                                    2820
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 40
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "BinaryExpression",
                                        "operator": "<",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "-",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "now",
                                            "range": [
                                              2841,
                                              2844
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": true,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_events",
                                                "range": [
                                                  2847,
                                                  2854
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "spliceCount",
                                                "range": [
                                                  2855,
                                                  2866
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "range": [
                                                2847,
                                                2867
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "time",
                                              "range": [
                                                2868,
                                                2872
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            "range": [
                                              2847,
                                              2872
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            2841,
                                            2872
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "_windowTime",
                                          "range": [
                                            2876,
                                            2887
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "range": [
                                          2840,
                                          2887
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 63
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "BreakStatement",
                                            "label": null,
                                            "range": [
                                              2907,
                                              2913
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2889,
                                          2927
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        2836,
                                        2927
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 13
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "UpdateExpression",
                                        "operator": "++",
                                        "argument": {
                                          "type": "Identifier",
                                          "name": "spliceCount",
                                          "range": [
                                            2940,
                                            2951
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "prefix": false,
                                        "range": [
                                          2940,
                                          2953
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 25
                                          }
                                        }
                                      },
                                      "range": [
                                        2940,
                                        2954
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 26
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2822,
                                    2964
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  2788,
                                  2964
                                ],
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 9
                                  }
                                },
                                "leadingComments": [
                                  {
                                    "type": "Line",
                                    "value": " Trim events that fall out of the time window.",
                                    "range": [
                                      2608,
                                      2656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " Start at the front of the list. Break early once",
                                    "range": [
                                      2665,
                                      2716
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 59
                                      }
                                    }
                                  },
                                  {
                                    "type": "Line",
                                    "value": " we encounter an event that falls within the window.",
                                    "range": [
                                      2725,
                                      2779
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 62
                                      }
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": ">",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "eventsCount",
                                    "range": [
                                      2977,
                                      2988
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "_bufferSize",
                                    "range": [
                                      2991,
                                      3002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    2977,
                                    3002
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 37
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "spliceCount",
                                          "range": [
                                            3018,
                                            3029
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Math",
                                              "range": [
                                                3032,
                                                3036
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 30
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "max",
                                              "range": [
                                                3037,
                                                3040
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "range": [
                                              3032,
                                              3040
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "spliceCount",
                                              "range": [
                                                3041,
                                                3052
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "operator": "-",
                                              "left": {
                                                "type": "Identifier",
                                                "name": "eventsCount",
                                                "range": [
                                                  3054,
                                                  3065
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "name": "_bufferSize",
                                                "range": [
                                                  3068,
                                                  3079
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 73
                                                  }
                                                }
                                              },
                                              "range": [
                                                3054,
                                                3079
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 73
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3032,
                                            3080
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 74
                                            }
                                          }
                                        },
                                        "range": [
                                          3018,
                                          3080
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 74
                                          }
                                        }
                                      },
                                      "range": [
                                        3018,
                                        3081
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 75
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3004,
                                    3091
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  2973,
                                  3091
                                ],
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": ">",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "spliceCount",
                                    "range": [
                                      3104,
                                      3115
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      3118,
                                      3119
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    3104,
                                    3119
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 27
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_events",
                                            "range": [
                                              3135,
                                              3142
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "splice",
                                            "range": [
                                              3143,
                                              3149
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            3135,
                                            3149
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": 0,
                                            "raw": "0",
                                            "range": [
                                              3150,
                                              3151
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 28
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "spliceCount",
                                            "range": [
                                              3153,
                                              3164
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 41
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3135,
                                          3165
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        3135,
                                        3166
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3121,
                                    3176
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  3100,
                                  3176
                                ],
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "_events",
                                  "range": [
                                    3192,
                                    3199
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  3185,
                                  3200
                                ],
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 23
                                  }
                                }
                              }
                            ],
                            "range": [
                              2369,
                              3206
                            ],
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 67
                              },
                              "end": {
                                "line": 85,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            2357,
                            3206
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 55
                            },
                            "end": {
                              "line": 85,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          2306,
                          3206
                        ],
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 85,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2306,
                        3207
                      ],
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 85,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ReplaySubject",
                        "range": [
                          3219,
                          3232
                        ],
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 11
                          },
                          "end": {
                            "line": 86,
                            "column": 24
                          }
                        }
                      },
                      "range": [
                        3212,
                        3233
                      ],
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 4
                        },
                        "end": {
                          "line": 86,
                          "column": 25
                        }
                      }
                    }
                  ],
                  "range": [
                    403,
                    3235
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 46
                    },
                    "end": {
                      "line": 87,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  385,
                  3235
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 28
                  },
                  "end": {
                    "line": 87,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subject",
                  "range": [
                    3236,
                    3243
                  ],
                  "loc": {
                    "start": {
                      "line": 87,
                      "column": 2
                    },
                    "end": {
                      "line": 87,
                      "column": 9
                    }
                  }
                }
              ],
              "range": [
                385,
                3244
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 28
                },
                "end": {
                  "line": 87,
                  "column": 10
                }
              }
            },
            "range": [
              368,
              3245
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 11
              },
              "end": {
                "line": 87,
                "column": 11
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          364,
          3246
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 7
          },
          "end": {
            "line": 87,
            "column": 12
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * @class ReplaySubject<T>\n ",
            "range": [
              322,
              356
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        357,
        3246
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 12
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * @class ReplaySubject<T>\n ",
          "range": [
            322,
            356
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "ReplayEvent",
            "range": [
              3251,
              3262
            ],
            "loc": {
              "start": {
                "line": 88,
                "column": 4
              },
              "end": {
                "line": 88,
                "column": 15
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "ReplayEvent",
                      "range": [
                        3293,
                        3304
                      ],
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 13
                        },
                        "end": {
                          "line": 89,
                          "column": 24
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "time",
                        "range": [
                          3305,
                          3309
                        ],
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 25
                          },
                          "end": {
                            "line": 89,
                            "column": 29
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "value",
                        "range": [
                          3311,
                          3316
                        ],
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 31
                          },
                          "end": {
                            "line": 89,
                            "column": 36
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  3328,
                                  3332
                                ],
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "time",
                                "range": [
                                  3333,
                                  3337
                                ],
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                3328,
                                3337
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 8
                                },
                                "end": {
                                  "line": 90,
                                  "column": 17
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "time",
                              "range": [
                                3340,
                                3344
                              ],
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 20
                                },
                                "end": {
                                  "line": 90,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              3328,
                              3344
                            ],
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 24
                              }
                            }
                          },
                          "range": [
                            3328,
                            3345
                          ],
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 25
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  3354,
                                  3358
                                ],
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "value",
                                "range": [
                                  3359,
                                  3364
                                ],
                                "loc": {
                                  "start": {
                                    "line": 91,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 91,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                3354,
                                3364
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 8
                                },
                                "end": {
                                  "line": 91,
                                  "column": 18
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                3367,
                                3372
                              ],
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 21
                                },
                                "end": {
                                  "line": 91,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              3354,
                              3372
                            ],
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 8
                              },
                              "end": {
                                "line": 91,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            3354,
                            3373
                          ],
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 27
                            }
                          }
                        }
                      ],
                      "range": [
                        3318,
                        3379
                      ],
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 38
                        },
                        "end": {
                          "line": 92,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      3284,
                      3379
                    ],
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 4
                      },
                      "end": {
                        "line": 92,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "ReplayEvent",
                      "range": [
                        3391,
                        3402
                      ],
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 11
                        },
                        "end": {
                          "line": 93,
                          "column": 22
                        }
                      }
                    },
                    "range": [
                      3384,
                      3403
                    ],
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 4
                      },
                      "end": {
                        "line": 93,
                        "column": 23
                      }
                    }
                  }
                ],
                "range": [
                  3278,
                  3405
                ],
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 31
                  },
                  "end": {
                    "line": 94,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                3266,
                3405
              ],
              "loc": {
                "start": {
                  "line": 88,
                  "column": 19
                },
                "end": {
                  "line": 94,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              3266,
              3407
            ],
            "loc": {
              "start": {
                "line": 88,
                "column": 19
              },
              "end": {
                "line": 94,
                "column": 3
              }
            }
          },
          "range": [
            3251,
            3408
          ],
          "loc": {
            "start": {
              "line": 88,
              "column": 4
            },
            "end": {
              "line": 94,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        3247,
        3409
      ],
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 94,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ReplaySubject.js.map",
          "range": [
            3410,
            3451
          ],
          "loc": {
            "start": {
              "line": 95,
              "column": 0
            },
            "end": {
              "line": 95,
              "column": 41
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3409
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 94,
      "column": 5
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * @class ReplaySubject<T>\n ",
      "range": [
        322,
        356
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": " Trim events that fall out of the time window.",
      "range": [
        2608,
        2656
      ],
      "loc": {
        "start": {
          "line": 69,
          "column": 8
        },
        "end": {
          "line": 69,
          "column": 56
        }
      }
    },
    {
      "type": "Line",
      "value": " Start at the front of the list. Break early once",
      "range": [
        2665,
        2716
      ],
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 59
        }
      }
    },
    {
      "type": "Line",
      "value": " we encounter an event that falls within the window.",
      "range": [
        2725,
        2779
      ],
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 62
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=ReplaySubject.js.map",
      "range": [
        3410,
        3451
      ],
      "loc": {
        "start": {
          "line": 95,
          "column": 0
        },
        "end": {
          "line": 95,
          "column": 41
        }
      }
    }
  ]
}