{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              48,
              50
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                53,
                60
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  61,
                  80
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              53,
              81
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 37
              }
            }
          },
          "range": [
            48,
            81
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        82
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "ReplaySubject",
            "range": [
              87,
              100
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 17
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                103,
                105
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 20
                },
                "end": {
                  "line": 4,
                  "column": 22
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "ReplaySubject",
              "range": [
                106,
                119
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 23
                },
                "end": {
                  "line": 4,
                  "column": 36
                }
              }
            },
            "range": [
              103,
              119
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 20
              },
              "end": {
                "line": 4,
                "column": 36
              }
            }
          },
          "range": [
            87,
            119
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        120
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 37
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              125,
              135
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 14
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                138,
                140
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 17
                },
                "end": {
                  "line": 5,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Observable",
              "range": [
                141,
                151
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 20
                },
                "end": {
                  "line": 5,
                  "column": 30
                }
              }
            },
            "range": [
              138,
              151
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 17
              },
              "end": {
                "line": 5,
                "column": 30
              }
            }
          },
          "range": [
            125,
            151
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 30
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        121,
        152
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 31
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {ReplaySubject} ",
          "range": [
            153,
            181
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 28
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            182,
            190
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "ReplaySubject",
            "raw": "'ReplaySubject'",
            "range": [
              191,
              206
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 24
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        226,
                        228
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should extend Subject",
                        "raw": "'should extend Subject'",
                        "range": [
                          229,
                          252
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 7
                          },
                          "end": {
                            "line": 8,
                            "column": 30
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              264,
                              268
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 42
                              },
                              "end": {
                                "line": 8,
                                "column": 46
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      284,
                                      291
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        298,
                                        311
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      294,
                                      313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    284,
                                    313
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                280,
                                314
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            323,
                                            329
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            330,
                                            336
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          323,
                                          336
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "operator": "instanceof",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "subject",
                                            "range": [
                                              337,
                                              344
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Rx",
                                              "range": [
                                                356,
                                                358
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 10,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "Subject",
                                              "range": [
                                                359,
                                                366
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 10,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "range": [
                                              356,
                                              366
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            337,
                                            366
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 51
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        323,
                                        367
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        368,
                                        370
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "range": [
                                      323,
                                      370
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 55
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      371,
                                      373
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "range": [
                                    323,
                                    373
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 58
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    374,
                                    378
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 63
                                    }
                                  }
                                },
                                "range": [
                                  323,
                                  378
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 63
                                  }
                                }
                              },
                              "range": [
                                323,
                                379
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 64
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "done",
                                  "range": [
                                    388,
                                    392
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  388,
                                  394
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                388,
                                395
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 15
                                }
                              }
                            }
                          ],
                          "range": [
                            270,
                            401
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 48
                            },
                            "end": {
                              "line": 12,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          254,
                          401
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 32
                          },
                          "end": {
                            "line": 12,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      226,
                      402
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 12,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2439,
                    "_esdocTestName": "it2439"
                  },
                  "range": [
                    226,
                    403
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 12,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        408,
                        410
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should add the observer before running subscription code",
                        "raw": "'should add the observer before running subscription code'",
                        "range": [
                          411,
                          469
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 7
                          },
                          "end": {
                            "line": 13,
                            "column": 65
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      497,
                                      504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        511,
                                        524
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      507,
                                      526
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    497,
                                    526
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                493,
                                527
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      536,
                                      543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      544,
                                      548
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    536,
                                    548
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      549,
                                      550
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  536,
                                  551
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                536,
                                552
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "results",
                                    "range": [
                                      565,
                                      572
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      575,
                                      577
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    565,
                                    577
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                561,
                                578
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      587,
                                      594
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      595,
                                      604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    587,
                                    604
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          615,
                                          620
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  636,
                                                  643
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  644,
                                                  648
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                636,
                                                648
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "value",
                                                "range": [
                                                  649,
                                                  654
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              636,
                                              655
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            636,
                                            656
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "BinaryExpression",
                                            "operator": "<",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                673,
                                                678
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                681,
                                                682
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              673,
                                              682
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "subject",
                                                      "range": [
                                                        702,
                                                        709
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 20,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "next",
                                                      "range": [
                                                        710,
                                                        714
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 20,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      702,
                                                      714
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 28
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "operator": "+",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "value",
                                                        "range": [
                                                          715,
                                                          720
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 20,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 20,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          723,
                                                          724
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 20,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 20,
                                                            "column": 38
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        715,
                                                        724
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 20,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 38
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    702,
                                                    725
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  702,
                                                  726
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              684,
                                              740
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": null,
                                          "range": [
                                            669,
                                            740
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 13
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        622,
                                        750
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      605,
                                      750
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  587,
                                  751
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                587,
                                752
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              761,
                                              767
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              768,
                                              774
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            761,
                                            774
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "results",
                                            "range": [
                                              775,
                                              782
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          761,
                                          783
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          784,
                                          786
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        761,
                                        786
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        787,
                                        791
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      761,
                                      791
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      792,
                                      797
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    761,
                                    797
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          799,
                                          800
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          802,
                                          803
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          805,
                                          806
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      798,
                                      807
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 54
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  761,
                                  808
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 55
                                  }
                                }
                              },
                              "range": [
                                761,
                                809
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 56
                                }
                              }
                            }
                          ],
                          "range": [
                            483,
                            815
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 79
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          471,
                          815
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 67
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      408,
                      816
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2440,
                    "_esdocTestName": "it2440"
                  },
                  "range": [
                    408,
                    817
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 24,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        822,
                        824
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should replay values upon subscription",
                        "raw": "'should replay values upon subscription'",
                        "range": [
                          825,
                          865
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 7
                          },
                          "end": {
                            "line": 25,
                            "column": 47
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              877,
                              881
                            ],
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 59
                              },
                              "end": {
                                "line": 25,
                                "column": 63
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      897,
                                      904
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        911,
                                        924
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      907,
                                      926
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    897,
                                    926
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                893,
                                927
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expects",
                                    "range": [
                                      940,
                                      947
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          951,
                                          952
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          954,
                                          955
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          957,
                                          958
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      950,
                                      959
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    940,
                                    959
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                936,
                                960
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      973,
                                      974
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      977,
                                      978
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    973,
                                    978
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 17
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                969,
                                979
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      988,
                                      995
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      996,
                                      1000
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    988,
                                    1000
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      1001,
                                      1002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  988,
                                  1003
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                988,
                                1004
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1013,
                                      1020
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1021,
                                      1025
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1013,
                                    1025
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      1026,
                                      1027
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1013,
                                  1028
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1013,
                                1029
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1038,
                                      1045
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1046,
                                      1050
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1038,
                                    1050
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      1051,
                                      1052
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1038,
                                  1053
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1038,
                                1054
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1063,
                                      1070
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      1071,
                                      1080
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    1063,
                                    1080
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          1091,
                                          1092
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1108,
                                                        1114
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1115,
                                                        1121
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1108,
                                                      1121
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        1122,
                                                        1123
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 27
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1108,
                                                    1124
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1125,
                                                    1127
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1108,
                                                  1127
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1128,
                                                  1133
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                1108,
                                                1133
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": true,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "expects",
                                                  "range": [
                                                    1134,
                                                    1141
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "UpdateExpression",
                                                  "operator": "++",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "range": [
                                                      1142,
                                                      1143
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "prefix": false,
                                                  "range": [
                                                    1142,
                                                    1145
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1134,
                                                  1146
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1108,
                                              1147
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1108,
                                            1148
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "BinaryExpression",
                                            "operator": "===",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "i",
                                              "range": [
                                                1165,
                                                1166
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                1171,
                                                1172
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "range": [
                                              1165,
                                              1172
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "subject",
                                                      "range": [
                                                        1192,
                                                        1199
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        1200,
                                                        1208
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1192,
                                                      1208
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    1192,
                                                    1210
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1192,
                                                  1211
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1174,
                                              1225
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": null,
                                          "range": [
                                            1161,
                                            1225
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 13
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1094,
                                        1235
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1081,
                                      1235
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "err",
                                        "range": [
                                          1247,
                                          1250
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1266,
                                                1270
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Error",
                                                  "range": [
                                                    1275,
                                                    1280
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "should not be called",
                                                    "raw": "'should not be called'",
                                                    "range": [
                                                      1281,
                                                      1303
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 49
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1271,
                                                  1304
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1266,
                                              1305
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1266,
                                            1306
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1252,
                                        1316
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1237,
                                      1316
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1344,
                                                1348
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1344,
                                              1350
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1344,
                                            1351
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1330,
                                        1361
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1318,
                                      1361
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1063,
                                  1362
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                1063,
                                1363
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            883,
                            1369
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 65
                            },
                            "end": {
                              "line": 42,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          867,
                          1369
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 49
                          },
                          "end": {
                            "line": 42,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      822,
                      1370
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2441,
                    "_esdocTestName": "it2441"
                  },
                  "range": [
                    822,
                    1371
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 42,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1376,
                        1378
                      ],
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should replay values and complete",
                        "raw": "'should replay values and complete'",
                        "range": [
                          1379,
                          1414
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 7
                          },
                          "end": {
                            "line": 43,
                            "column": 42
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1426,
                              1430
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 54
                              },
                              "end": {
                                "line": 43,
                                "column": 58
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1446,
                                      1453
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        1460,
                                        1473
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1456,
                                      1475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1446,
                                    1475
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1442,
                                1476
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expects",
                                    "range": [
                                      1489,
                                      1496
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1500,
                                          1501
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          1503,
                                          1504
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          1506,
                                          1507
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1499,
                                      1508
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1489,
                                    1508
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1485,
                                1509
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      1522,
                                      1523
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1526,
                                      1527
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    1522,
                                    1527
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 17
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1518,
                                1528
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1537,
                                      1544
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1545,
                                      1549
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1537,
                                    1549
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      1550,
                                      1551
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1537,
                                  1552
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1537,
                                1553
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1562,
                                      1569
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1570,
                                      1574
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1562,
                                    1574
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      1575,
                                      1576
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1562,
                                  1577
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1562,
                                1578
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1587,
                                      1594
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1595,
                                      1599
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1587,
                                    1599
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      1600,
                                      1601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1587,
                                  1602
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1587,
                                1603
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1612,
                                      1619
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "complete",
                                    "range": [
                                      1620,
                                      1628
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1612,
                                    1628
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 24
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  1612,
                                  1630
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                1612,
                                1631
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1640,
                                      1647
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      1648,
                                      1657
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    1640,
                                    1657
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          1668,
                                          1669
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1685,
                                                        1691
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1692,
                                                        1698
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1685,
                                                      1698
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        1699,
                                                        1700
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 27
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1685,
                                                    1701
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1702,
                                                    1704
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1685,
                                                  1704
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1705,
                                                  1710
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                1685,
                                                1710
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": true,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "expects",
                                                  "range": [
                                                    1711,
                                                    1718
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "UpdateExpression",
                                                  "operator": "++",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "range": [
                                                      1719,
                                                      1720
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "prefix": false,
                                                  "range": [
                                                    1719,
                                                    1722
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1711,
                                                  1723
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1685,
                                              1724
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1685,
                                            1725
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1671,
                                        1735
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1658,
                                      1735
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      1737,
                                      1741
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 15
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "done",
                                    "range": [
                                      1743,
                                      1747
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 21
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1640,
                                  1748
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1640,
                                1749
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 23
                                }
                              }
                            }
                          ],
                          "range": [
                            1432,
                            1755
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 60
                            },
                            "end": {
                              "line": 54,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1416,
                          1755
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 44
                          },
                          "end": {
                            "line": 54,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1376,
                      1756
                    ],
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 4
                      },
                      "end": {
                        "line": 54,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2442,
                    "_esdocTestName": "it2442"
                  },
                  "range": [
                    1376,
                    1757
                  ],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 4
                    },
                    "end": {
                      "line": 54,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1762,
                        1764
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should replay values and error",
                        "raw": "'should replay values and error'",
                        "range": [
                          1765,
                          1797
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 7
                          },
                          "end": {
                            "line": 55,
                            "column": 39
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1809,
                              1813
                            ],
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 51
                              },
                              "end": {
                                "line": 55,
                                "column": 55
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1829,
                                      1836
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        1843,
                                        1856
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1839,
                                      1858
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1829,
                                    1858
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1825,
                                1859
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expects",
                                    "range": [
                                      1872,
                                      1879
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1883,
                                          1884
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          1886,
                                          1887
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          1889,
                                          1890
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1882,
                                      1891
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1872,
                                    1891
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1868,
                                1892
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      1905,
                                      1906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1909,
                                      1910
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    1905,
                                    1910
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 17
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1901,
                                1911
                              ],
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1920,
                                      1927
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1928,
                                      1932
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1920,
                                    1932
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      1933,
                                      1934
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1920,
                                  1935
                                ],
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1920,
                                1936
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1945,
                                      1952
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1953,
                                      1957
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1945,
                                    1957
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      1958,
                                      1959
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1945,
                                  1960
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1945,
                                1961
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 60,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1970,
                                      1977
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1978,
                                      1982
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    1970,
                                    1982
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      1983,
                                      1984
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1970,
                                  1985
                                ],
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                1970,
                                1986
                              ],
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      1995,
                                      2002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "error",
                                    "range": [
                                      2003,
                                      2008
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1995,
                                    2008
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 21
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "fooey",
                                    "raw": "'fooey'",
                                    "range": [
                                      2009,
                                      2016
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 29
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1995,
                                  2017
                                ],
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                1995,
                                2018
                              ],
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2027,
                                      2034
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      2035,
                                      2044
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2027,
                                    2044
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          2055,
                                          2056
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2072,
                                                        2078
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2079,
                                                        2085
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2072,
                                                      2085
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        2086,
                                                        2087
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 27
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2072,
                                                    2088
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2089,
                                                    2091
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2072,
                                                  2091
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2092,
                                                  2097
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                2072,
                                                2097
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": true,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "expects",
                                                  "range": [
                                                    2098,
                                                    2105
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "UpdateExpression",
                                                  "operator": "++",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "range": [
                                                      2106,
                                                      2107
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "prefix": false,
                                                  "range": [
                                                    2106,
                                                    2109
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2098,
                                                  2110
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2072,
                                              2111
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            2072,
                                            2112
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2058,
                                        2122
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2045,
                                      2122
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "err",
                                        "range": [
                                          2134,
                                          2137
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2153,
                                                        2159
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2160,
                                                        2166
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2153,
                                                      2166
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        2167,
                                                        2170
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2153,
                                                    2171
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2172,
                                                    2174
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2153,
                                                  2174
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2175,
                                                  2180
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                2153,
                                                2180
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "fooey",
                                                "raw": "'fooey'",
                                                "range": [
                                                  2181,
                                                  2188
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2153,
                                              2189
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            2153,
                                            2190
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                2203,
                                                2207
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              2203,
                                              2209
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            2203,
                                            2210
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2139,
                                        2220
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2124,
                                      2220
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2027,
                                  2221
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                2027,
                                2222
                              ],
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1815,
                            2228
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 57
                            },
                            "end": {
                              "line": 69,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1799,
                          2228
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 41
                          },
                          "end": {
                            "line": 69,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1762,
                      2229
                    ],
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2443,
                    "_esdocTestName": "it2443"
                  },
                  "range": [
                    1762,
                    2230
                  ],
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 4
                    },
                    "end": {
                      "line": 69,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2235,
                        2237
                      ],
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should only replay values within its buffer size",
                        "raw": "'should only replay values within its buffer size'",
                        "range": [
                          2238,
                          2288
                        ],
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 7
                          },
                          "end": {
                            "line": 70,
                            "column": 57
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              2300,
                              2304
                            ],
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 69
                              },
                              "end": {
                                "line": 70,
                                "column": 73
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2320,
                                      2327
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        2334,
                                        2347
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          2348,
                                          2349
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2330,
                                      2350
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    2320,
                                    2350
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2316,
                                2351
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expects",
                                    "range": [
                                      2364,
                                      2371
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          2375,
                                          2376
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 24
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          2378,
                                          2379
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 27
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2374,
                                      2380
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    2364,
                                    2380
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 28
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2360,
                                2381
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 29
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      2394,
                                      2395
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2398,
                                      2399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    2394,
                                    2399
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 17
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2390,
                                2400
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 8
                                },
                                "end": {
                                  "line": 73,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2409,
                                      2416
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      2417,
                                      2421
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    2409,
                                    2421
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      2422,
                                      2423
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2409,
                                  2424
                                ],
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                2409,
                                2425
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 8
                                },
                                "end": {
                                  "line": 74,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2434,
                                      2441
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      2442,
                                      2446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    2434,
                                    2446
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      2447,
                                      2448
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2434,
                                  2449
                                ],
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                2434,
                                2450
                              ],
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2459,
                                      2466
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      2467,
                                      2471
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    2459,
                                    2471
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 20
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      2472,
                                      2473
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2459,
                                  2474
                                ],
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                2459,
                                2475
                              ],
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 8
                                },
                                "end": {
                                  "line": 76,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      2484,
                                      2491
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      2492,
                                      2501
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2484,
                                    2501
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          2512,
                                          2513
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 77,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2529,
                                                        2535
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2536,
                                                        2542
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2529,
                                                      2542
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        2543,
                                                        2544
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 27
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2529,
                                                    2545
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2546,
                                                    2548
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2529,
                                                  2548
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2549,
                                                  2554
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                2529,
                                                2554
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": true,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "expects",
                                                  "range": [
                                                    2555,
                                                    2562
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "UpdateExpression",
                                                  "operator": "++",
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "range": [
                                                      2563,
                                                      2564
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "prefix": false,
                                                  "range": [
                                                    2563,
                                                    2566
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2555,
                                                  2567
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2529,
                                              2568
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            2529,
                                            2569
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "BinaryExpression",
                                            "operator": "===",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "i",
                                              "range": [
                                                2586,
                                                2587
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": 2,
                                              "raw": "2",
                                              "range": [
                                                2592,
                                                2593
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "range": [
                                              2586,
                                              2593
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "subject",
                                                      "range": [
                                                        2613,
                                                        2620
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        2621,
                                                        2629
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2613,
                                                      2629
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    2613,
                                                    2631
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2613,
                                                  2632
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2595,
                                              2646
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 79,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": null,
                                          "range": [
                                            2582,
                                            2646
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 13
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2515,
                                        2656
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2502,
                                      2656
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "err",
                                        "range": [
                                          2668,
                                          2671
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                2687,
                                                2691
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Error",
                                                  "range": [
                                                    2696,
                                                    2701
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "should not be called",
                                                    "raw": "'should not be called'",
                                                    "range": [
                                                      2702,
                                                      2724
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 49
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2692,
                                                  2725
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2687,
                                              2726
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            2687,
                                            2727
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2673,
                                        2737
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2658,
                                      2737
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                2765,
                                                2769
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              2765,
                                              2771
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            2765,
                                            2772
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2751,
                                        2782
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2739,
                                      2782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2484,
                                  2783
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                2484,
                                2784
                              ],
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 8
                                },
                                "end": {
                                  "line": 86,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            2306,
                            2790
                          ],
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 75
                            },
                            "end": {
                              "line": 87,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2290,
                          2790
                        ],
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 59
                          },
                          "end": {
                            "line": 87,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2235,
                      2791
                    ],
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 87,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2444,
                    "_esdocTestName": "it2444"
                  },
                  "range": [
                    2235,
                    2792
                  ],
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 4
                    },
                    "end": {
                      "line": 87,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        2797,
                        2805
                      ],
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 4
                        },
                        "end": {
                          "line": 88,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "with bufferSize=2",
                        "raw": "'with bufferSize=2'",
                        "range": [
                          2806,
                          2825
                        ],
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 13
                          },
                          "end": {
                            "line": 88,
                            "column": 32
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2849,
                                    2851
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should replay 2 previous values when subscribed",
                                    "raw": "'should replay 2 previous values when subscribed'",
                                    "range": [
                                      2852,
                                      2901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 60
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "replaySubject",
                                                "range": [
                                                  2933,
                                                  2946
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "ReplaySubject",
                                                  "range": [
                                                    2953,
                                                    2966
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      2967,
                                                      2968
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 51
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2949,
                                                  2969
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                2933,
                                                2969
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2929,
                                            2970
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 53
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedNextIntoSubject",
                                            "range": [
                                              2992,
                                              3011
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                3012,
                                                3013
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        3017,
                                                        3030
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "next",
                                                      "range": [
                                                        3031,
                                                        3035
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3017,
                                                      3035
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        3036,
                                                        3037
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 66
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3017,
                                                    3038
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 67
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3017,
                                                  3039
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 68
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3015,
                                              3041
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            2983,
                                            3041
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedErrorIntoSubject",
                                            "range": [
                                              3063,
                                              3083
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                3084,
                                                3087
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        3091,
                                                        3104
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "error",
                                                      "range": [
                                                        3105,
                                                        3110
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 68
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3091,
                                                      3110
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        3111,
                                                        3114
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3091,
                                                    3115
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3091,
                                                  3116
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3089,
                                              3118
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            3054,
                                            3118
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedCompleteIntoSubject",
                                            "range": [
                                              3140,
                                              3163
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        3168,
                                                        3181
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        3182,
                                                        3190
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 71
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3168,
                                                      3190
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 93,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 93,
                                                        "column": 71
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    3168,
                                                    3192
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 93,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 93,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3168,
                                                  3193
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3166,
                                              3195
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            3131,
                                            3195
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  3212,
                                                  3226
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "-1-2-3----4------5-6---7--8----9--|",
                                                "raw": "'-1-2-3----4------5-6---7--8----9--|'",
                                                "range": [
                                                  3229,
                                                  3266
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 70
                                                  }
                                                }
                                              },
                                              "range": [
                                                3212,
                                                3266
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 70
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3208,
                                            3267
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 71
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber1",
                                                "range": [
                                                  3284,
                                                  3295
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        3298,
                                                        3301
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 95,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 95,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "      (a|)                         ",
                                                        "raw": "'      (a|)                         '",
                                                        "range": [
                                                          3302,
                                                          3339
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 95,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 95,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3298,
                                                      3340
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      3341,
                                                      3351
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3298,
                                                    3351
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      3352,
                                                      3365
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3298,
                                                  3366
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                3284,
                                                3366
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3280,
                                            3367
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "unsub1",
                                                "range": [
                                                  3384,
                                                  3390
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                     !             ",
                                                "raw": "'                     !             '",
                                                "range": [
                                                  3393,
                                                  3430
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                3384,
                                                3430
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 62
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3380,
                                            3431
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  3448,
                                                  3457
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "      (23)4------5-6--             ",
                                                "raw": "'      (23)4------5-6--             '",
                                                "range": [
                                                  3460,
                                                  3497
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                3448,
                                                3497
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3444,
                                            3498
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber2",
                                                "range": [
                                                  3515,
                                                  3526
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        3529,
                                                        3532
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "            (b|)                   ",
                                                        "raw": "'            (b|)                   '",
                                                        "range": [
                                                          3533,
                                                          3570
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 98,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 98,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3529,
                                                      3571
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      3572,
                                                      3582
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3529,
                                                    3582
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      3583,
                                                      3596
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3529,
                                                  3597
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                3515,
                                                3597
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3511,
                                            3598
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "unsub2",
                                                "range": [
                                                  3615,
                                                  3621
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                         !         ",
                                                "raw": "'                         !         '",
                                                "range": [
                                                  3624,
                                                  3661
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                3615,
                                                3661
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 62
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3611,
                                            3662
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected2",
                                                "range": [
                                                  3679,
                                                  3688
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "            (34)-5-6---7--         ",
                                                "raw": "'            (34)-5-6---7--         '",
                                                "range": [
                                                  3691,
                                                  3728
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                3679,
                                                3728
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3675,
                                            3729
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber3",
                                                "range": [
                                                  3746,
                                                  3757
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        3760,
                                                        3763
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "                           (c|)    ",
                                                        "raw": "'                           (c|)    '",
                                                        "range": [
                                                          3764,
                                                          3801
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3760,
                                                      3802
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      3803,
                                                      3813
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3760,
                                                    3813
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      3814,
                                                      3827
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3760,
                                                  3828
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                3746,
                                                3828
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3742,
                                            3829
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected3",
                                                "range": [
                                                  3846,
                                                  3855
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                           (78)9--|",
                                                "raw": "'                           (78)9--|'",
                                                "range": [
                                                  3858,
                                                  3895
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                3846,
                                                3895
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3842,
                                            3896
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    3909,
                                                    3925
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "hot",
                                                          "range": [
                                                            3926,
                                                            3929
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "sourceTemplate",
                                                            "range": [
                                                              3930,
                                                              3944
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 103,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 103,
                                                                "column": 47
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          3926,
                                                          3945
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "do",
                                                        "range": [
                                                          3946,
                                                          3948
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 51
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3926,
                                                        3948
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 51
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedNextIntoSubject",
                                                        "range": [
                                                          3949,
                                                          3968
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedErrorIntoSubject",
                                                        "range": [
                                                          3970,
                                                          3990
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 73
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedCompleteIntoSubject",
                                                        "range": [
                                                          3992,
                                                          4015
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 118
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3926,
                                                      4016
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 119
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3909,
                                                  4017
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 120
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4018,
                                                  4022
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 121
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 125
                                                  }
                                                }
                                              },
                                              "range": [
                                                3909,
                                                4022
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 125
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  4023,
                                                  4037
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 126
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 140
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3909,
                                              4038
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 141
                                              }
                                            }
                                          },
                                          "range": [
                                            3909,
                                            4039
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 142
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    4052,
                                                    4068
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber1",
                                                    "range": [
                                                      4069,
                                                      4080
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "unsub1",
                                                    "range": [
                                                      4082,
                                                      4088
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 48
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4052,
                                                  4089
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4090,
                                                  4094
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                4052,
                                                4094
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  4095,
                                                  4104
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4052,
                                              4105
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            4052,
                                            4106
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    4119,
                                                    4135
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber2",
                                                    "range": [
                                                      4136,
                                                      4147
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "unsub2",
                                                    "range": [
                                                      4149,
                                                      4155
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 48
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4119,
                                                  4156
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4157,
                                                  4161
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                4119,
                                                4161
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected2",
                                                "range": [
                                                  4162,
                                                  4171
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4119,
                                              4172
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            4119,
                                            4173
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    4186,
                                                    4202
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber3",
                                                    "range": [
                                                      4203,
                                                      4214
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4186,
                                                  4215
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4216,
                                                  4220
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                4186,
                                                4220
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected3",
                                                "range": [
                                                  4221,
                                                  4230
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4186,
                                              4231
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            4186,
                                            4232
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2915,
                                        4242
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2903,
                                      4242
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2849,
                                  4243
                                ],
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2446,
                                "_esdocTestName": "it2446"
                              },
                              "range": [
                                2849,
                                4244
                              ],
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 8
                                },
                                "end": {
                                  "line": 107,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4253,
                                    4255
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should replay 2 last values for when subscribed after completed",
                                    "raw": "'should replay 2 last values for when subscribed after completed'",
                                    "range": [
                                      4256,
                                      4321
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 76
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "replaySubject",
                                                "range": [
                                                  4353,
                                                  4366
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "ReplaySubject",
                                                  "range": [
                                                    4373,
                                                    4386
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      4387,
                                                      4388
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 51
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4369,
                                                  4389
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                4353,
                                                4389
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4349,
                                            4390
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 53
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedNextIntoSubject",
                                            "range": [
                                              4412,
                                              4431
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                4432,
                                                4433
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        4437,
                                                        4450
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "next",
                                                      "range": [
                                                        4451,
                                                        4455
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4437,
                                                      4455
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        4456,
                                                        4457
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 66
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4437,
                                                    4458
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 67
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4437,
                                                  4459
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 68
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4435,
                                              4461
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            4403,
                                            4461
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedErrorIntoSubject",
                                            "range": [
                                              4483,
                                              4503
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                4504,
                                                4507
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        4511,
                                                        4524
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 111,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 111,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "error",
                                                      "range": [
                                                        4525,
                                                        4530
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 111,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 111,
                                                          "column": 68
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4511,
                                                      4530
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 111,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 111,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        4531,
                                                        4534
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 111,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 111,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4511,
                                                    4535
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 111,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 111,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4511,
                                                  4536
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4509,
                                              4538
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            4474,
                                            4538
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedCompleteIntoSubject",
                                            "range": [
                                              4560,
                                              4583
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        4588,
                                                        4601
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        4602,
                                                        4610
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 71
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4588,
                                                      4610
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 71
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    4588,
                                                    4612
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4588,
                                                  4613
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4586,
                                              4615
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            4551,
                                            4615
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  4632,
                                                  4646
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "-1-2-3--4--|",
                                                "raw": "'-1-2-3--4--|'",
                                                "range": [
                                                  4649,
                                                  4663
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                4632,
                                                4663
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4628,
                                            4664
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber1",
                                                "range": [
                                                  4681,
                                                  4692
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        4695,
                                                        4698
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 114,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 114,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "               (a|) ",
                                                        "raw": "'               (a|) '",
                                                        "range": [
                                                          4699,
                                                          4721
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 114,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 114,
                                                            "column": 56
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4695,
                                                      4722
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 57
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      4723,
                                                      4733
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4695,
                                                    4733
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      4734,
                                                      4747
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 114,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 114,
                                                        "column": 82
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4695,
                                                  4748
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 83
                                                  }
                                                }
                                              },
                                              "range": [
                                                4681,
                                                4748
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 83
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4677,
                                            4749
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 84
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  4766,
                                                  4775
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "               (34|)",
                                                "raw": "'               (34|)'",
                                                "range": [
                                                  4778,
                                                  4800
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                4766,
                                                4800
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 50
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4762,
                                            4801
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 51
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    4814,
                                                    4830
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "hot",
                                                          "range": [
                                                            4831,
                                                            4834
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 116,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 116,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "sourceTemplate",
                                                            "range": [
                                                              4835,
                                                              4849
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 116,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 116,
                                                                "column": 47
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4831,
                                                          4850
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "do",
                                                        "range": [
                                                          4851,
                                                          4853
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 51
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4831,
                                                        4853
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 51
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedNextIntoSubject",
                                                        "range": [
                                                          4854,
                                                          4873
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedErrorIntoSubject",
                                                        "range": [
                                                          4875,
                                                          4895
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 73
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedCompleteIntoSubject",
                                                        "range": [
                                                          4897,
                                                          4920
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 118
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4831,
                                                      4921
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 119
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4814,
                                                  4922
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 120
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4923,
                                                  4927
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 121
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 125
                                                  }
                                                }
                                              },
                                              "range": [
                                                4814,
                                                4927
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 125
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  4928,
                                                  4942
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 126
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 140
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4814,
                                              4943
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 141
                                              }
                                            }
                                          },
                                          "range": [
                                            4814,
                                            4944
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 142
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    4957,
                                                    4973
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber1",
                                                    "range": [
                                                      4974,
                                                      4985
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 117,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 117,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4957,
                                                  4986
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  4987,
                                                  4991
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                4957,
                                                4991
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  4992,
                                                  5001
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4957,
                                              5002
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            4957,
                                            5003
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4335,
                                        5013
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4323,
                                      5013
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4253,
                                  5014
                                ],
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2447,
                                "_esdocTestName": "it2447"
                              },
                              "range": [
                                4253,
                                5015
                              ],
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 8
                                },
                                "end": {
                                  "line": 118,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    5024,
                                    5026
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "Literal",
                                      "value": "should handle subscribers that arrive and leave at different times, ",
                                      "raw": "'should handle subscribers that arrive and leave at different times, '",
                                      "range": [
                                        5027,
                                        5097
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 81
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": "subject does not complete",
                                      "raw": "'subject does not complete'",
                                      "range": [
                                        5112,
                                        5139
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      5027,
                                      5139
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 39
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5171,
                                                  5178
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "ReplaySubject",
                                                  "range": [
                                                    5185,
                                                    5198
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      5199,
                                                      5200
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 45
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5181,
                                                  5201
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                5171,
                                                5201
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 46
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5167,
                                            5202
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 47
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "results1",
                                                "range": [
                                                  5219,
                                                  5227
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ArrayExpression",
                                                "elements": [],
                                                "range": [
                                                  5230,
                                                  5232
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "range": [
                                                5219,
                                                5232
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 29
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5215,
                                            5233
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 30
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "results2",
                                                "range": [
                                                  5250,
                                                  5258
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ArrayExpression",
                                                "elements": [],
                                                "range": [
                                                  5261,
                                                  5263
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "range": [
                                                5250,
                                                5263
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 29
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5246,
                                            5264
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 30
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "results3",
                                                "range": [
                                                  5281,
                                                  5289
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ArrayExpression",
                                                "elements": [],
                                                "range": [
                                                  5292,
                                                  5294
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 124,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "range": [
                                                5281,
                                                5294
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 124,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 29
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5277,
                                            5295
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 30
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5308,
                                                  5315
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5316,
                                                  5320
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5308,
                                                5320
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  5321,
                                                  5322
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5308,
                                              5323
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5308,
                                            5324
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5337,
                                                  5344
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5345,
                                                  5349
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5337,
                                                5349
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 2,
                                                "raw": "2",
                                                "range": [
                                                  5350,
                                                  5351
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5337,
                                              5352
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5337,
                                            5353
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5366,
                                                  5373
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5374,
                                                  5378
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5366,
                                                5378
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 127,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 127,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 3,
                                                "raw": "3",
                                                "range": [
                                                  5379,
                                                  5380
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 127,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 127,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5366,
                                              5381
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5366,
                                            5382
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5395,
                                                  5402
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5403,
                                                  5407
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5395,
                                                5407
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 4,
                                                "raw": "4",
                                                "range": [
                                                  5408,
                                                  5409
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5395,
                                              5410
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5395,
                                            5411
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscription1",
                                                "range": [
                                                  5428,
                                                  5441
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "subject",
                                                    "range": [
                                                      5444,
                                                      5451
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "subscribe",
                                                    "range": [
                                                      5452,
                                                      5461
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 49
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5444,
                                                    5461
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          5472,
                                                          5473
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 61
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results1",
                                                                "range": [
                                                                  5477,
                                                                  5485
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 73
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5486,
                                                                  5490
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5477,
                                                                5490
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 129,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 129,
                                                                  "column": 78
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  5491,
                                                                  5492
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 79
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 80
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5477,
                                                              5493
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 129,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 81
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5477,
                                                            5494
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 82
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5475,
                                                        5496
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 84
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5462,
                                                      5496
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 84
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "err",
                                                        "range": [
                                                          5508,
                                                          5511
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 129,
                                                            "column": 96
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 99
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results1",
                                                                "range": [
                                                                  5515,
                                                                  5523
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 103
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 111
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5524,
                                                                  5528
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 112
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 116
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5515,
                                                                5528
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 129,
                                                                  "column": 103
                                                                },
                                                                "end": {
                                                                  "line": 129,
                                                                  "column": 116
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "E",
                                                                "raw": "'E'",
                                                                "range": [
                                                                  5529,
                                                                  5532
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 117
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 120
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5515,
                                                              5533
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 129,
                                                                "column": 103
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 121
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5515,
                                                            5534
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 103
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 122
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5513,
                                                        5536
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 101
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 124
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5498,
                                                      5536
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 124
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results1",
                                                                "range": [
                                                                  5552,
                                                                  5560
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 140
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 148
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5561,
                                                                  5565
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 149
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 153
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5552,
                                                                5565
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 129,
                                                                  "column": 140
                                                                },
                                                                "end": {
                                                                  "line": 129,
                                                                  "column": 153
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "C",
                                                                "raw": "'C'",
                                                                "range": [
                                                                  5566,
                                                                  5569
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 129,
                                                                    "column": 154
                                                                  },
                                                                  "end": {
                                                                    "line": 129,
                                                                    "column": 157
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5552,
                                                              5570
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 129,
                                                                "column": 140
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 158
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5552,
                                                            5571
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 129,
                                                              "column": 140
                                                            },
                                                            "end": {
                                                              "line": 129,
                                                              "column": 159
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5550,
                                                        5573
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 129,
                                                          "column": 138
                                                        },
                                                        "end": {
                                                          "line": 129,
                                                          "column": 161
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5538,
                                                      5573
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 129,
                                                        "column": 126
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 161
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5444,
                                                  5574
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 162
                                                  }
                                                }
                                              },
                                              "range": [
                                                5428,
                                                5574
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 129,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 129,
                                                  "column": 162
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5424,
                                            5575
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 163
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5588,
                                                  5595
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5596,
                                                  5600
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5588,
                                                5600
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 130,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 130,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 5,
                                                "raw": "5",
                                                "range": [
                                                  5601,
                                                  5602
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5588,
                                              5603
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5588,
                                            5604
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscription2",
                                                "range": [
                                                  5621,
                                                  5634
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "subject",
                                                    "range": [
                                                      5637,
                                                      5644
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "subscribe",
                                                    "range": [
                                                      5645,
                                                      5654
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 49
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5637,
                                                    5654
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          5665,
                                                          5666
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 61
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results2",
                                                                "range": [
                                                                  5670,
                                                                  5678
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 73
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5679,
                                                                  5683
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5670,
                                                                5683
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 78
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  5684,
                                                                  5685
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 79
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 80
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5670,
                                                              5686
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 81
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5670,
                                                            5687
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 82
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5668,
                                                        5689
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 84
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5655,
                                                      5689
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 84
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "err",
                                                        "range": [
                                                          5701,
                                                          5704
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 96
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 99
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results2",
                                                                "range": [
                                                                  5708,
                                                                  5716
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 103
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 111
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5717,
                                                                  5721
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 112
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 116
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5708,
                                                                5721
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 103
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 116
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "E",
                                                                "raw": "'E'",
                                                                "range": [
                                                                  5722,
                                                                  5725
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 117
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 120
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5708,
                                                              5726
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 103
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 121
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5708,
                                                            5727
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 103
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 122
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5706,
                                                        5729
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 101
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 124
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5691,
                                                      5729
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 124
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results2",
                                                                "range": [
                                                                  5745,
                                                                  5753
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 140
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 148
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  5754,
                                                                  5758
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 149
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 153
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5745,
                                                                5758
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 140
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 153
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "C",
                                                                "raw": "'C'",
                                                                "range": [
                                                                  5759,
                                                                  5762
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 154
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 157
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              5745,
                                                              5763
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 140
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 158
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5745,
                                                            5764
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 140
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 159
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5743,
                                                        5766
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 138
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 161
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      5731,
                                                      5766
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 126
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 161
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5637,
                                                  5767
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 162
                                                  }
                                                }
                                              },
                                              "range": [
                                                5621,
                                                5767
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 162
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5617,
                                            5768
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 163
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5781,
                                                  5788
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5789,
                                                  5793
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5781,
                                                5793
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 6,
                                                "raw": "6",
                                                "range": [
                                                  5794,
                                                  5795
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5781,
                                              5796
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5781,
                                            5797
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5810,
                                                  5817
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5818,
                                                  5822
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5810,
                                                5822
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 7,
                                                "raw": "7",
                                                "range": [
                                                  5823,
                                                  5824
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 133,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 133,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5810,
                                              5825
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5810,
                                            5826
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subscription1",
                                                "range": [
                                                  5839,
                                                  5852
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  5853,
                                                  5864
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                5839,
                                                5864
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              5839,
                                              5866
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "range": [
                                            5839,
                                            5867
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5880,
                                                  5887
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5888,
                                                  5892
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5880,
                                                5892
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 8,
                                                "raw": "8",
                                                "range": [
                                                  5893,
                                                  5894
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5880,
                                              5895
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5880,
                                            5896
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subscription2",
                                                "range": [
                                                  5909,
                                                  5922
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  5923,
                                                  5934
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                5909,
                                                5934
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              5909,
                                              5936
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "range": [
                                            5909,
                                            5937
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5950,
                                                  5957
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5958,
                                                  5962
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5950,
                                                5962
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 9,
                                                "raw": "9",
                                                "range": [
                                                  5963,
                                                  5964
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5950,
                                              5965
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            5950,
                                            5966
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  5979,
                                                  5986
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  5987,
                                                  5991
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                5979,
                                                5991
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 10,
                                                "raw": "10",
                                                "range": [
                                                  5992,
                                                  5994
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 27
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5979,
                                              5995
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            5979,
                                            5996
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 29
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscription3",
                                                "range": [
                                                  6013,
                                                  6026
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "subject",
                                                    "range": [
                                                      6029,
                                                      6036
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "subscribe",
                                                    "range": [
                                                      6037,
                                                      6046
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 49
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6029,
                                                    6046
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 139,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 139,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          6057,
                                                          6058
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 61
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results3",
                                                                "range": [
                                                                  6062,
                                                                  6070
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 73
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  6071,
                                                                  6075
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 78
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6062,
                                                                6075
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 139,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 139,
                                                                  "column": 78
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  6076,
                                                                  6077
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 79
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 80
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6062,
                                                              6078
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 81
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6062,
                                                            6079
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 82
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6060,
                                                        6081
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 139,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 84
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      6047,
                                                      6081
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 84
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "err",
                                                        "range": [
                                                          6093,
                                                          6096
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 139,
                                                            "column": 96
                                                          },
                                                          "end": {
                                                            "line": 139,
                                                            "column": 99
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results3",
                                                                "range": [
                                                                  6100,
                                                                  6108
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 103
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 111
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  6109,
                                                                  6113
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 112
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 116
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6100,
                                                                6113
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 139,
                                                                  "column": 103
                                                                },
                                                                "end": {
                                                                  "line": 139,
                                                                  "column": 116
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "E",
                                                                "raw": "'E'",
                                                                "range": [
                                                                  6114,
                                                                  6117
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 117
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 120
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6100,
                                                              6118
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 103
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 121
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6100,
                                                            6119
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 103
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 122
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6098,
                                                        6121
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 139,
                                                          "column": 101
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 124
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      6083,
                                                      6121
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 124
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "results3",
                                                                "range": [
                                                                  6137,
                                                                  6145
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 140
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 148
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "push",
                                                                "range": [
                                                                  6146,
                                                                  6150
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 149
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 153
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6137,
                                                                6150
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 139,
                                                                  "column": 140
                                                                },
                                                                "end": {
                                                                  "line": 139,
                                                                  "column": 153
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "C",
                                                                "raw": "'C'",
                                                                "range": [
                                                                  6151,
                                                                  6154
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 139,
                                                                    "column": 154
                                                                  },
                                                                  "end": {
                                                                    "line": 139,
                                                                    "column": 157
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6137,
                                                              6155
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 139,
                                                                "column": 140
                                                              },
                                                              "end": {
                                                                "line": 139,
                                                                "column": 158
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6137,
                                                            6156
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 139,
                                                              "column": 140
                                                            },
                                                            "end": {
                                                              "line": 139,
                                                              "column": 159
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        6135,
                                                        6158
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 139,
                                                          "column": 138
                                                        },
                                                        "end": {
                                                          "line": 139,
                                                          "column": 161
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      6123,
                                                      6158
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 139,
                                                        "column": 126
                                                      },
                                                      "end": {
                                                        "line": 139,
                                                        "column": 161
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6029,
                                                  6159
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 139,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 139,
                                                    "column": 162
                                                  }
                                                }
                                              },
                                              "range": [
                                                6013,
                                                6159
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 162
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            6009,
                                            6160
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 163
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  6173,
                                                  6180
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "next",
                                                "range": [
                                                  6181,
                                                  6185
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                6173,
                                                6185
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 140,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 140,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 11,
                                                "raw": "11",
                                                "range": [
                                                  6186,
                                                  6188
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 27
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6173,
                                              6189
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "range": [
                                            6173,
                                            6190
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 29
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subscription3",
                                                "range": [
                                                  6203,
                                                  6216
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  6217,
                                                  6228
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                6203,
                                                6228
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              6203,
                                              6230
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "range": [
                                            6203,
                                            6231
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "chai_1",
                                                        "range": [
                                                          6244,
                                                          6250
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          6251,
                                                          6257
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6244,
                                                        6257
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 142,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 142,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "results1",
                                                        "range": [
                                                          6258,
                                                          6266
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 34
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      6244,
                                                      6267
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      6268,
                                                      6270
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6244,
                                                    6270
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 142,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 142,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    6271,
                                                    6275
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 142,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 142,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6244,
                                                  6275
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 142,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  6276,
                                                  6281
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 142,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                6244,
                                                6281
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 142,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 142,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 3,
                                                    "raw": "3",
                                                    "range": [
                                                      6283,
                                                      6284
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      6286,
                                                      6287
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5",
                                                    "range": [
                                                      6289,
                                                      6290
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 58
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 6,
                                                    "raw": "6",
                                                    "range": [
                                                      6292,
                                                      6293
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 61
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 7,
                                                    "raw": "7",
                                                    "range": [
                                                      6295,
                                                      6296
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 142,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 64
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6282,
                                                  6297
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 142,
                                                    "column": 65
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6244,
                                              6298
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 66
                                              }
                                            }
                                          },
                                          "range": [
                                            6244,
                                            6299
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "chai_1",
                                                        "range": [
                                                          6312,
                                                          6318
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          6319,
                                                          6325
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6312,
                                                        6325
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 143,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "results2",
                                                        "range": [
                                                          6326,
                                                          6334
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 34
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      6312,
                                                      6335
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      6336,
                                                      6338
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6312,
                                                    6338
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 143,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 143,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    6339,
                                                    6343
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 143,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 143,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6312,
                                                  6343
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 143,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 143,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  6344,
                                                  6349
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 143,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 143,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                6312,
                                                6349
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 143,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 143,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      6351,
                                                      6352
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5",
                                                    "range": [
                                                      6354,
                                                      6355
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 6,
                                                    "raw": "6",
                                                    "range": [
                                                      6357,
                                                      6358
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 58
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 7,
                                                    "raw": "7",
                                                    "range": [
                                                      6360,
                                                      6361
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 61
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 8,
                                                    "raw": "8",
                                                    "range": [
                                                      6363,
                                                      6364
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 64
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6350,
                                                  6365
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 143,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 143,
                                                    "column": 65
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6312,
                                              6366
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 143,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 143,
                                                "column": 66
                                              }
                                            }
                                          },
                                          "range": [
                                            6312,
                                            6367
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 143,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 143,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "chai_1",
                                                        "range": [
                                                          6380,
                                                          6386
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 144,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          6387,
                                                          6393
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 144,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6380,
                                                        6393
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 144,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 144,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "results3",
                                                        "range": [
                                                          6394,
                                                          6402
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 144,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 34
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      6380,
                                                      6403
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      6404,
                                                      6406
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6380,
                                                    6406
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    6407,
                                                    6411
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 144,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6380,
                                                  6411
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  6412,
                                                  6417
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                6380,
                                                6417
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 144,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 9,
                                                    "raw": "9",
                                                    "range": [
                                                      6419,
                                                      6420
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 10,
                                                    "raw": "10",
                                                    "range": [
                                                      6422,
                                                      6424
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 11,
                                                    "raw": "11",
                                                    "range": [
                                                      6426,
                                                      6428
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 144,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 144,
                                                        "column": 60
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6418,
                                                  6429
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 144,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 61
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6380,
                                              6430
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 62
                                              }
                                            }
                                          },
                                          "range": [
                                            6380,
                                            6431
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "subject",
                                                "range": [
                                                  6444,
                                                  6451
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "complete",
                                                "range": [
                                                  6452,
                                                  6460
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                6444,
                                                6460
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 145,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 145,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              6444,
                                              6462
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 145,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "range": [
                                            6444,
                                            6463
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 31
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        5153,
                                        6473
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      5141,
                                      6473
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5024,
                                  6474
                                ],
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2448,
                                "_esdocTestName": "it2448"
                              },
                              "range": [
                                5024,
                                6475
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 8
                                },
                                "end": {
                                  "line": 146,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            2839,
                            6481
                          ],
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 46
                            },
                            "end": {
                              "line": 147,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2827,
                          6481
                        ],
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 34
                          },
                          "end": {
                            "line": 147,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2797,
                      6482
                    ],
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 4
                      },
                      "end": {
                        "line": 147,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2445,
                    "_esdocTestName": "describe2445"
                  },
                  "range": [
                    2797,
                    6483
                  ],
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 4
                    },
                    "end": {
                      "line": 147,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        6488,
                        6496
                      ],
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 4
                        },
                        "end": {
                          "line": 148,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "with windowTime=40",
                        "raw": "'with windowTime=40'",
                        "range": [
                          6497,
                          6517
                        ],
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 13
                          },
                          "end": {
                            "line": 148,
                            "column": 33
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    6541,
                                    6543
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should replay previous values since 40 time units ago when subscribed",
                                    "raw": "'should replay previous values since 40 time units ago when subscribed'",
                                    "range": [
                                      6544,
                                      6615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 82
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "replaySubject",
                                                "range": [
                                                  6647,
                                                  6660
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "ReplaySubject",
                                                  "range": [
                                                    6667,
                                                    6680
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "Number",
                                                      "range": [
                                                        6681,
                                                        6687
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 150,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 150,
                                                          "column": 56
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "POSITIVE_INFINITY",
                                                      "range": [
                                                        6688,
                                                        6705
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 150,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 150,
                                                          "column": 74
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6681,
                                                      6705
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 74
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 40,
                                                    "raw": "40",
                                                    "range": [
                                                      6707,
                                                      6709
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 78
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "rxTestScheduler",
                                                    "range": [
                                                      6711,
                                                      6726
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 95
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6663,
                                                  6727
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 96
                                                  }
                                                }
                                              },
                                              "range": [
                                                6647,
                                                6727
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 96
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            6643,
                                            6728
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 97
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedNextIntoSubject",
                                            "range": [
                                              6750,
                                              6769
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                6770,
                                                6771
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        6775,
                                                        6788
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "next",
                                                      "range": [
                                                        6789,
                                                        6793
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6775,
                                                      6793
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 151,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        6794,
                                                        6795
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 66
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6775,
                                                    6796
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 67
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6775,
                                                  6797
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 68
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6773,
                                              6799
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            6741,
                                            6799
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedErrorIntoSubject",
                                            "range": [
                                              6821,
                                              6841
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                6842,
                                                6845
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        6849,
                                                        6862
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "error",
                                                      "range": [
                                                        6863,
                                                        6868
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 68
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6849,
                                                      6868
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        6869,
                                                        6872
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6849,
                                                    6873
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 152,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6849,
                                                  6874
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6847,
                                              6876
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            6812,
                                            6876
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedCompleteIntoSubject",
                                            "range": [
                                              6898,
                                              6921
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        6926,
                                                        6939
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        6940,
                                                        6948
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 71
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      6926,
                                                      6948
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 71
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    6926,
                                                    6950
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 153,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 153,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6926,
                                                  6951
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6924,
                                              6953
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            6889,
                                            6953
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  6970,
                                                  6984
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "-1-2-3----4------5-6----7-8----9--|",
                                                "raw": "'-1-2-3----4------5-6----7-8----9--|'",
                                                "range": [
                                                  6987,
                                                  7024
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 70
                                                  }
                                                }
                                              },
                                              "range": [
                                                6970,
                                                7024
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 154,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 70
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            6966,
                                            7025
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 71
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber1",
                                                "range": [
                                                  7042,
                                                  7053
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        7056,
                                                        7059
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "      (a|)                         ",
                                                        "raw": "'      (a|)                         '",
                                                        "range": [
                                                          7060,
                                                          7097
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 155,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7056,
                                                      7098
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      7099,
                                                      7109
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7056,
                                                    7109
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      7110,
                                                      7123
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7056,
                                                  7124
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                7042,
                                                7124
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7038,
                                            7125
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "unsub1",
                                                "range": [
                                                  7142,
                                                  7148
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                     !             ",
                                                "raw": "'                     !             '",
                                                "range": [
                                                  7151,
                                                  7188
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                7142,
                                                7188
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 62
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7138,
                                            7189
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 156,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  7206,
                                                  7215
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "      (23)4------5-6--             ",
                                                "raw": "'      (23)4------5-6--             '",
                                                "range": [
                                                  7218,
                                                  7255
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                7206,
                                                7255
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7202,
                                            7256
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber2",
                                                "range": [
                                                  7273,
                                                  7284
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        7287,
                                                        7290
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "            (b|)                   ",
                                                        "raw": "'            (b|)                   '",
                                                        "range": [
                                                          7291,
                                                          7328
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7287,
                                                      7329
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      7330,
                                                      7340
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7287,
                                                    7340
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      7341,
                                                      7354
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7287,
                                                  7355
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                7273,
                                                7355
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7269,
                                            7356
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "unsub2",
                                                "range": [
                                                  7373,
                                                  7379
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                         !         ",
                                                "raw": "'                         !         '",
                                                "range": [
                                                  7382,
                                                  7419
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 159,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 159,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                7373,
                                                7419
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 62
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7369,
                                            7420
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected2",
                                                "range": [
                                                  7437,
                                                  7446
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "            4----5-6----7-         ",
                                                "raw": "'            4----5-6----7-         '",
                                                "range": [
                                                  7449,
                                                  7486
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 160,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                7437,
                                                7486
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7433,
                                            7487
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber3",
                                                "range": [
                                                  7504,
                                                  7515
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        7518,
                                                        7521
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 161,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 161,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "                           (c|)    ",
                                                        "raw": "'                           (c|)    '",
                                                        "range": [
                                                          7522,
                                                          7559
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 161,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 161,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7518,
                                                      7560
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      7561,
                                                      7571
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 83
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7518,
                                                    7571
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 161,
                                                      "column": 83
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      7572,
                                                      7585
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 161,
                                                        "column": 84
                                                      },
                                                      "end": {
                                                        "line": 161,
                                                        "column": 97
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7518,
                                                  7586
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 98
                                                  }
                                                }
                                              },
                                              "range": [
                                                7504,
                                                7586
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7500,
                                            7587
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 99
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected3",
                                                "range": [
                                                  7604,
                                                  7613
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "                           (78)9--|",
                                                "raw": "'                           (78)9--|'",
                                                "range": [
                                                  7616,
                                                  7653
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              "range": [
                                                7604,
                                                7653
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 65
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            7600,
                                            7654
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    7667,
                                                    7683
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 163,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "hot",
                                                          "range": [
                                                            7684,
                                                            7687
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 163,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 163,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "sourceTemplate",
                                                            "range": [
                                                              7688,
                                                              7702
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 47
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7684,
                                                          7703
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "do",
                                                        "range": [
                                                          7704,
                                                          7706
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 51
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7684,
                                                        7706
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 163,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 163,
                                                          "column": 51
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedNextIntoSubject",
                                                        "range": [
                                                          7707,
                                                          7726
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedErrorIntoSubject",
                                                        "range": [
                                                          7728,
                                                          7748
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 73
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedCompleteIntoSubject",
                                                        "range": [
                                                          7750,
                                                          7773
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 118
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7684,
                                                      7774
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 119
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7667,
                                                  7775
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 120
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  7776,
                                                  7780
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 121
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 125
                                                  }
                                                }
                                              },
                                              "range": [
                                                7667,
                                                7780
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 125
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  7781,
                                                  7795
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 126
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 140
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7667,
                                              7796
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 141
                                              }
                                            }
                                          },
                                          "range": [
                                            7667,
                                            7797
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 142
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    7810,
                                                    7826
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 164,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber1",
                                                    "range": [
                                                      7827,
                                                      7838
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "unsub1",
                                                    "range": [
                                                      7840,
                                                      7846
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 164,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 164,
                                                        "column": 48
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7810,
                                                  7847
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  7848,
                                                  7852
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                7810,
                                                7852
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 164,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  7853,
                                                  7862
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 164,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7810,
                                              7863
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            7810,
                                            7864
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    7877,
                                                    7893
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 165,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 165,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber2",
                                                    "range": [
                                                      7894,
                                                      7905
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 165,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 165,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "unsub2",
                                                    "range": [
                                                      7907,
                                                      7913
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 165,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 165,
                                                        "column": 48
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7877,
                                                  7914
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  7915,
                                                  7919
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                7877,
                                                7919
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected2",
                                                "range": [
                                                  7920,
                                                  7929
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7877,
                                              7930
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            7877,
                                            7931
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    7944,
                                                    7960
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber3",
                                                    "range": [
                                                      7961,
                                                      7972
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7944,
                                                  7973
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  7974,
                                                  7978
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                7944,
                                                7978
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected3",
                                                "range": [
                                                  7979,
                                                  7988
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7944,
                                              7989
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            7944,
                                            7990
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        6629,
                                        8000
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 149,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      6617,
                                      8000
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6541,
                                  8001
                                ],
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2450,
                                "_esdocTestName": "it2450"
                              },
                              "range": [
                                6541,
                                8002
                              ],
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 8
                                },
                                "end": {
                                  "line": 167,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    8011,
                                    8013
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should replay last values since 40 time units ago when subscribed",
                                    "raw": "'should replay last values since 40 time units ago when subscribed'",
                                    "range": [
                                      8014,
                                      8081
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 78
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "replaySubject",
                                                "range": [
                                                  8113,
                                                  8126
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "ReplaySubject",
                                                  "range": [
                                                    8133,
                                                    8146
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 169,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 169,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "Number",
                                                      "range": [
                                                        8147,
                                                        8153
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 169,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 169,
                                                          "column": 56
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "POSITIVE_INFINITY",
                                                      "range": [
                                                        8154,
                                                        8171
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 169,
                                                          "column": 57
                                                        },
                                                        "end": {
                                                          "line": 169,
                                                          "column": 74
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      8147,
                                                      8171
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 169,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 169,
                                                        "column": 74
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 40,
                                                    "raw": "40",
                                                    "range": [
                                                      8173,
                                                      8175
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 169,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 169,
                                                        "column": 78
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "rxTestScheduler",
                                                    "range": [
                                                      8177,
                                                      8192
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 169,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 169,
                                                        "column": 95
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  8129,
                                                  8193
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 169,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 169,
                                                    "column": 96
                                                  }
                                                }
                                              },
                                              "range": [
                                                8113,
                                                8193
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 169,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 169,
                                                  "column": 96
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            8109,
                                            8194
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 97
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedNextIntoSubject",
                                            "range": [
                                              8216,
                                              8235
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "x",
                                              "range": [
                                                8236,
                                                8237
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        8241,
                                                        8254
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 59
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "next",
                                                      "range": [
                                                        8255,
                                                        8259
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      8241,
                                                      8259
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        8260,
                                                        8261
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 66
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8241,
                                                    8262
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 67
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  8241,
                                                  8263
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 68
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8239,
                                              8265
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            8207,
                                            8265
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedErrorIntoSubject",
                                            "range": [
                                              8287,
                                              8307
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                8308,
                                                8311
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 171,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 171,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        8315,
                                                        8328
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "error",
                                                      "range": [
                                                        8329,
                                                        8334
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 68
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      8315,
                                                      8334
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 171,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 171,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "err",
                                                      "range": [
                                                        8335,
                                                        8338
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 171,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 171,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8315,
                                                    8339
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  8315,
                                                  8340
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8313,
                                              8342
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 171,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            8278,
                                            8342
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "FunctionDeclaration",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "feedCompleteIntoSubject",
                                            "range": [
                                              8364,
                                              8387
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "replaySubject",
                                                      "range": [
                                                        8392,
                                                        8405
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 172,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 172,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "complete",
                                                      "range": [
                                                        8406,
                                                        8414
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 172,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 172,
                                                          "column": 71
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      8392,
                                                      8414
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 172,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 172,
                                                        "column": 71
                                                      }
                                                    }
                                                  },
                                                  "arguments": [],
                                                  "range": [
                                                    8392,
                                                    8416
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 73
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  8392,
                                                  8417
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8390,
                                              8419
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            8355,
                                            8419
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  8436,
                                                  8450
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 30
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "-1-2-3----4|",
                                                "raw": "'-1-2-3----4|'",
                                                "range": [
                                                  8453,
                                                  8467
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                8436,
                                                8467
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            8432,
                                            8468
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "subscriber1",
                                                "range": [
                                                  8485,
                                                  8496
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 174,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 174,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "hot",
                                                      "range": [
                                                        8499,
                                                        8502
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 174,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 174,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "             (a|)",
                                                        "raw": "'             (a|)'",
                                                        "range": [
                                                          8503,
                                                          8522
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 174,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 174,
                                                            "column": 53
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      8499,
                                                      8523
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 54
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "mergeMapTo",
                                                    "range": [
                                                      8524,
                                                      8534
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 65
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    8499,
                                                    8534
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 174,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 174,
                                                      "column": 65
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "replaySubject",
                                                    "range": [
                                                      8535,
                                                      8548
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 79
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  8499,
                                                  8549
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 174,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 174,
                                                    "column": 80
                                                  }
                                                }
                                              },
                                              "range": [
                                                8485,
                                                8549
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 174,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 174,
                                                  "column": 80
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            8481,
                                            8550
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 174,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 81
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  8567,
                                                  8576
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": "             (4|)",
                                                "raw": "'             (4|)'",
                                                "range": [
                                                  8579,
                                                  8598
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                8567,
                                                8598
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            8563,
                                            8599
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    8612,
                                                    8628
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 176,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 176,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "hot",
                                                          "range": [
                                                            8629,
                                                            8632
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "sourceTemplate",
                                                            "range": [
                                                              8633,
                                                              8647
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 176,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 176,
                                                                "column": 47
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8629,
                                                          8648
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "do",
                                                        "range": [
                                                          8649,
                                                          8651
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 51
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8629,
                                                        8651
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 176,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 176,
                                                          "column": 51
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedNextIntoSubject",
                                                        "range": [
                                                          8652,
                                                          8671
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedErrorIntoSubject",
                                                        "range": [
                                                          8673,
                                                          8693
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 73
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "feedCompleteIntoSubject",
                                                        "range": [
                                                          8695,
                                                          8718
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 95
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 118
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      8629,
                                                      8719
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 176,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 176,
                                                        "column": 119
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  8612,
                                                  8720
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 120
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  8721,
                                                  8725
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 121
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 125
                                                  }
                                                }
                                              },
                                              "range": [
                                                8612,
                                                8725
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 176,
                                                  "column": 125
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "sourceTemplate",
                                                "range": [
                                                  8726,
                                                  8740
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 176,
                                                    "column": 126
                                                  },
                                                  "end": {
                                                    "line": 176,
                                                    "column": 140
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8612,
                                              8741
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 176,
                                                "column": 141
                                              }
                                            }
                                          },
                                          "range": [
                                            8612,
                                            8742
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 142
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "expectObservable",
                                                  "range": [
                                                    8755,
                                                    8771
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 177,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "subscriber1",
                                                    "range": [
                                                      8772,
                                                      8783
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 177,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 177,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  8755,
                                                  8784
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "toBe",
                                                "range": [
                                                  8785,
                                                  8789
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                8755,
                                                8789
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 177,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 177,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "expected1",
                                                "range": [
                                                  8790,
                                                  8799
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 177,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 177,
                                                    "column": 56
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8755,
                                              8800
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 177,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 177,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            8755,
                                            8801
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 177,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 177,
                                              "column": 58
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        8095,
                                        8811
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      8083,
                                      8811
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  8011,
                                  8812
                                ],
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2451,
                                "_esdocTestName": "it2451"
                              },
                              "range": [
                                8011,
                                8813
                              ],
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 8
                                },
                                "end": {
                                  "line": 178,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            6531,
                            8819
                          ],
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 47
                            },
                            "end": {
                              "line": 179,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          6519,
                          8819
                        ],
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 35
                          },
                          "end": {
                            "line": 179,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      6488,
                      8820
                    ],
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 4
                      },
                      "end": {
                        "line": 179,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2449,
                    "_esdocTestName": "describe2449"
                  },
                  "range": [
                    6488,
                    8821
                  ],
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 4
                    },
                    "end": {
                      "line": 179,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        8826,
                        8828
                      ],
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 4
                        },
                        "end": {
                          "line": 180,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should be an Observer which can be given to Observable.subscribe",
                        "raw": "'should be an Observer which can be given to Observable.subscribe'",
                        "range": [
                          8829,
                          8895
                        ],
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 7
                          },
                          "end": {
                            "line": 180,
                            "column": 73
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      8923,
                                      8929
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          8932,
                                          8942
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "of",
                                        "range": [
                                          8943,
                                          8945
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        8932,
                                        8945
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          8946,
                                          8947
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          8949,
                                          8950
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 39
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          8952,
                                          8953
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 42
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          8955,
                                          8956
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          8958,
                                          8959
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8932,
                                      8960
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "range": [
                                    8923,
                                    8960
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 49
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8919,
                                8961
                              ],
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 8
                                },
                                "end": {
                                  "line": 181,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      8974,
                                      8981
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "ReplaySubject",
                                      "range": [
                                        8988,
                                        9001
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          9002,
                                          9003
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      8984,
                                      9004
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    8974,
                                    9004
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                8970,
                                9005
                              ],
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 8
                                },
                                "end": {
                                  "line": 182,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "results",
                                    "range": [
                                      9018,
                                      9025
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      9028,
                                      9030
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 183,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 183,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    9018,
                                    9030
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 183,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 183,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                9014,
                                9031
                              ],
                              "loc": {
                                "start": {
                                  "line": 183,
                                  "column": 8
                                },
                                "end": {
                                  "line": 183,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      9040,
                                      9047
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      9048,
                                      9057
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    9040,
                                    9057
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          9068,
                                          9069
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 184,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 184,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "argument": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  9080,
                                                  9087
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  9088,
                                                  9092
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                9080,
                                                9092
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 184,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 184,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  9093,
                                                  9094
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 62
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9080,
                                              9095
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 184,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 184,
                                                "column": 63
                                              }
                                            }
                                          },
                                          "range": [
                                            9073,
                                            9096
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        9071,
                                        9098
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 184,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 184,
                                          "column": 66
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      9058,
                                      9098
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 66
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      9100,
                                      9104
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 72
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "argument": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  9127,
                                                  9134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 102
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  9135,
                                                  9139
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 103
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 107
                                                  }
                                                }
                                              },
                                              "range": [
                                                9127,
                                                9139
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 184,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 184,
                                                  "column": 107
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "done",
                                                "raw": "'done'",
                                                "range": [
                                                  9140,
                                                  9146
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 184,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 114
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9127,
                                              9147
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 184,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 184,
                                                "column": 115
                                              }
                                            }
                                          },
                                          "range": [
                                            9120,
                                            9148
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 184,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 116
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        9118,
                                        9150
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 184,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 184,
                                          "column": 118
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      9106,
                                      9150
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 118
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9040,
                                  9151
                                ],
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 119
                                  }
                                }
                              },
                              "range": [
                                9040,
                                9152
                              ],
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 8
                                },
                                "end": {
                                  "line": 184,
                                  "column": 120
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      9161,
                                      9167
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      9168,
                                      9177
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    9161,
                                    9177
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 24
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      9178,
                                      9185
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9161,
                                  9186
                                ],
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                9161,
                                9187
                              ],
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 8
                                },
                                "end": {
                                  "line": 185,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              9196,
                                              9202
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              9203,
                                              9209
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            9196,
                                            9209
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "results",
                                            "range": [
                                              9210,
                                              9217
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          9196,
                                          9218
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          9219,
                                          9221
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        9196,
                                        9221
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        9222,
                                        9226
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      9196,
                                      9226
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      9227,
                                      9232
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    9196,
                                    9232
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          9234,
                                          9235
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          9237,
                                          9238
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          9240,
                                          9241
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          9243,
                                          9244
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          9246,
                                          9247
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "done",
                                        "raw": "'done'",
                                        "range": [
                                          9249,
                                          9255
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 67
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9233,
                                      9256
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 68
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9196,
                                  9257
                                ],
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 69
                                  }
                                }
                              },
                              "range": [
                                9196,
                                9258
                              ],
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 8
                                },
                                "end": {
                                  "line": 186,
                                  "column": 70
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "name": "results",
                                  "range": [
                                    9267,
                                    9274
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 15
                                    }
                                  }
                                },
                                "right": {
                                  "type": "ArrayExpression",
                                  "elements": [],
                                  "range": [
                                    9277,
                                    9279
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  9267,
                                  9279
                                ],
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                9267,
                                9280
                              ],
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 8
                                },
                                "end": {
                                  "line": 187,
                                  "column": 21
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subject",
                                    "range": [
                                      9289,
                                      9296
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      9297,
                                      9306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    9289,
                                    9306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 25
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          9317,
                                          9318
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "argument": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  9329,
                                                  9336
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  9337,
                                                  9341
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                9329,
                                                9341
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 188,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  9342,
                                                  9343
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 62
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9329,
                                              9344
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 63
                                              }
                                            }
                                          },
                                          "range": [
                                            9322,
                                            9345
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 64
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        9320,
                                        9347
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 66
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      9307,
                                      9347
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 66
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": null,
                                    "raw": "null",
                                    "range": [
                                      9349,
                                      9353
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 72
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ReturnStatement",
                                          "argument": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  9376,
                                                  9383
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 102
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  9384,
                                                  9388
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 103
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 107
                                                  }
                                                }
                                              },
                                              "range": [
                                                9376,
                                                9388
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 188,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 107
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "done",
                                                "raw": "'done'",
                                                "range": [
                                                  9389,
                                                  9395
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 188,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 188,
                                                    "column": 114
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9376,
                                              9396
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 188,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 115
                                              }
                                            }
                                          },
                                          "range": [
                                            9369,
                                            9397
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 188,
                                              "column": 88
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 116
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        9367,
                                        9399
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 118
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      9355,
                                      9399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 118
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9289,
                                  9400
                                ],
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 119
                                  }
                                }
                              },
                              "range": [
                                9289,
                                9401
                              ],
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 8
                                },
                                "end": {
                                  "line": 188,
                                  "column": 120
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              9410,
                                              9416
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              9417,
                                              9423
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            9410,
                                            9423
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "results",
                                            "range": [
                                              9424,
                                              9431
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          9410,
                                          9432
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          9433,
                                          9435
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        9410,
                                        9435
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        9436,
                                        9440
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      9410,
                                      9440
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      9441,
                                      9446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    9410,
                                    9446
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          9448,
                                          9449
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          9451,
                                          9452
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          9454,
                                          9455
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "done",
                                        "raw": "'done'",
                                        "range": [
                                          9457,
                                          9463
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      9447,
                                      9464
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 62
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9410,
                                  9465
                                ],
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 63
                                  }
                                }
                              },
                              "range": [
                                9410,
                                9466
                              ],
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 8
                                },
                                "end": {
                                  "line": 189,
                                  "column": 64
                                }
                              }
                            }
                          ],
                          "range": [
                            8909,
                            9472
                          ],
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 87
                            },
                            "end": {
                              "line": 190,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          8897,
                          9472
                        ],
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 75
                          },
                          "end": {
                            "line": 190,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      8826,
                      9473
                    ],
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 4
                      },
                      "end": {
                        "line": 190,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2452,
                    "_esdocTestName": "it2452"
                  },
                  "range": [
                    8826,
                    9474
                  ],
                  "loc": {
                    "start": {
                      "line": 180,
                      "column": 4
                    },
                    "end": {
                      "line": 190,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                220,
                9476
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 38
                },
                "end": {
                  "line": 191,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              208,
              9476
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 26
              },
              "end": {
                "line": 191,
                "column": 1
              }
            }
          }
        ],
        "range": [
          182,
          9477
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 191,
            "column": 2
          }
        },
        "_esdocTestId": 2438,
        "_esdocTestName": "describe2438"
      },
      "range": [
        182,
        9478
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 191,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {ReplaySubject} ",
          "range": [
            153,
            181
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 28
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ReplaySubject-spec.js.map",
          "range": [
            9479,
            9525
          ],
          "loc": {
            "start": {
              "line": 192,
              "column": 0
            },
            "end": {
              "line": 192,
              "column": 46
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    9478
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 191,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {ReplaySubject} ",
      "range": [
        153,
        181
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=ReplaySubject-spec.js.map",
      "range": [
        9479,
        9525
      ],
      "loc": {
        "start": {
          "line": 192,
          "column": 0
        },
        "end": {
          "line": 192,
          "column": 46
        }
      }
    }
  ]
}