{
  "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": "sinon",
            "range": [
              48,
              53
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 9
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                56,
                63
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12
                },
                "end": {
                  "line": 3,
                  "column": 19
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "sinon",
                "raw": "'sinon'",
                "range": [
                  64,
                  71
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 20
                  },
                  "end": {
                    "line": 3,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              56,
              72
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 12
              },
              "end": {
                "line": 3,
                "column": 28
              }
            }
          },
          "range": [
            48,
            72
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        73
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              78,
              80
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                83,
                90
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 9
                },
                "end": {
                  "line": 4,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  91,
                  110
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 17
                  },
                  "end": {
                    "line": 4,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              83,
              111
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 37
              }
            }
          },
          "range": [
            78,
            111
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        74,
        112
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "RangeObservable_1",
            "range": [
              117,
              134
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 21
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                137,
                144
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 24
                },
                "end": {
                  "line": 5,
                  "column": 31
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/observable/RangeObservable",
                "raw": "'../../dist/cjs/observable/RangeObservable'",
                "range": [
                  145,
                  188
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 32
                  },
                  "end": {
                    "line": 5,
                    "column": 75
                  }
                }
              }
            ],
            "range": [
              137,
              189
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 76
              }
            }
          },
          "range": [
            117,
            189
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 76
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        113,
        190
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 77
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              195,
              205
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 14
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                208,
                210
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 17
                },
                "end": {
                  "line": 6,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Observable",
              "range": [
                211,
                221
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 20
                },
                "end": {
                  "line": 6,
                  "column": 30
                }
              }
            },
            "range": [
              208,
              221
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 17
              },
              "end": {
                "line": 6,
                "column": 30
              }
            }
          },
          "range": [
            195,
            221
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 6,
              "column": 30
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        191,
        222
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 31
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "asap",
            "range": [
              227,
              231
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 8
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Identifier",
                "name": "Rx",
                "range": [
                  234,
                  236
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 11
                  },
                  "end": {
                    "line": 7,
                    "column": 13
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "Scheduler",
                "range": [
                  237,
                  246
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 23
                  }
                }
              },
              "range": [
                234,
                246
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 23
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "asap",
              "range": [
                247,
                251
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 24
                },
                "end": {
                  "line": 7,
                  "column": 28
                }
              }
            },
            "range": [
              234,
              251
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 7,
                "column": 28
              }
            }
          },
          "range": [
            227,
            251
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        223,
        252
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 29
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {range} ",
          "range": [
            253,
            273
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 20
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            274,
            282
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Observable.range",
            "raw": "'Observable.range'",
            "range": [
              283,
              301
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 9
              },
              "end": {
                "line": 9,
                "column": 27
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "asDiagram",
                        "range": [
                          321,
                          330
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "value": "range(1, 10)",
                          "raw": "'range(1, 10)'",
                          "range": [
                            331,
                            345
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 14
                            },
                            "end": {
                              "line": 10,
                              "column": 28
                            }
                          }
                        }
                      ],
                      "range": [
                        321,
                        346
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 29
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should create an observable with numbers 1 to 10",
                        "raw": "'should create an observable with numbers 1 to 10'",
                        "range": [
                          347,
                          397
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 30
                          },
                          "end": {
                            "line": 10,
                            "column": 80
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "e1",
                                    "range": [
                                      425,
                                      427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Observable",
                                            "range": [
                                              430,
                                              440
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "range",
                                            "range": [
                                              441,
                                              446
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "range": [
                                            430,
                                            446
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 33
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              447,
                                              448
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 35
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 10,
                                            "raw": "10",
                                            "range": [
                                              450,
                                              452
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 39
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          430,
                                          453
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "concatMap",
                                        "range": [
                                          467,
                                          476
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        430,
                                        476
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              487,
                                              488
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 34
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "i",
                                            "range": [
                                              490,
                                              491
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 37
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "Observable",
                                                        "range": [
                                                          502,
                                                          512
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 58
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "of",
                                                        "range": [
                                                          513,
                                                          515
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 61
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        502,
                                                        515
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 61
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          516,
                                                          517
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 62
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 63
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      502,
                                                      518
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 64
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "delay",
                                                    "range": [
                                                      519,
                                                      524
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 70
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    502,
                                                    524
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 12,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 70
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ConditionalExpression",
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "operator": "===",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "i",
                                                        "range": [
                                                          525,
                                                          526
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 72
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          531,
                                                          532
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 78
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        525,
                                                        532
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 78
                                                        }
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "Literal",
                                                      "value": 0,
                                                      "raw": "0",
                                                      "range": [
                                                        535,
                                                        536
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 81
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 82
                                                        }
                                                      }
                                                    },
                                                    "alternate": {
                                                      "type": "Literal",
                                                      "value": 20,
                                                      "raw": "20",
                                                      "range": [
                                                        539,
                                                        541
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 85
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 87
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      525,
                                                      541
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 87
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "rxTestScheduler",
                                                    "range": [
                                                      543,
                                                      558
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 89
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 104
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  502,
                                                  559
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 12,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 12,
                                                    "column": 105
                                                  }
                                                }
                                              },
                                              "range": [
                                                495,
                                                560
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 106
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            493,
                                            562
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 108
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          477,
                                          562
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 108
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      430,
                                      563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 109
                                      }
                                    }
                                  },
                                  "range": [
                                    425,
                                    563
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 109
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                421,
                                564
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 110
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      577,
                                      585
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": "a-b-c-d-e-f-g-h-i-(j|)",
                                    "raw": "'a-b-c-d-e-f-g-h-i-(j|)'",
                                    "range": [
                                      588,
                                      612
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "range": [
                                    577,
                                    612
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 47
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                573,
                                613
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      626,
                                      632
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "a",
                                          "range": [
                                            649,
                                            650
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            652,
                                            653
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          649,
                                          653
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "b",
                                          "range": [
                                            667,
                                            668
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 2,
                                          "raw": "2",
                                          "range": [
                                            670,
                                            671
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          667,
                                          671
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "c",
                                          "range": [
                                            685,
                                            686
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 3,
                                          "raw": "3",
                                          "range": [
                                            688,
                                            689
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          685,
                                          689
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "d",
                                          "range": [
                                            703,
                                            704
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 4,
                                          "raw": "4",
                                          "range": [
                                            706,
                                            707
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          703,
                                          707
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "e",
                                          "range": [
                                            721,
                                            722
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 5,
                                          "raw": "5",
                                          "range": [
                                            724,
                                            725
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          721,
                                          725
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "f",
                                          "range": [
                                            739,
                                            740
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 6,
                                          "raw": "6",
                                          "range": [
                                            742,
                                            743
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          739,
                                          743
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "g",
                                          "range": [
                                            757,
                                            758
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 7,
                                          "raw": "7",
                                          "range": [
                                            760,
                                            761
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          757,
                                          761
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "h",
                                          "range": [
                                            775,
                                            776
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 8,
                                          "raw": "8",
                                          "range": [
                                            778,
                                            779
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          775,
                                          779
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "i",
                                          "range": [
                                            793,
                                            794
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 9,
                                          "raw": "9",
                                          "range": [
                                            796,
                                            797
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          793,
                                          797
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 16
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "j",
                                          "range": [
                                            811,
                                            812
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": 10,
                                          "raw": "10",
                                          "range": [
                                            814,
                                            816
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 17
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          811,
                                          816
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 17
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      635,
                                      827
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    626,
                                    827
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                622,
                                828
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "expectObservable",
                                      "range": [
                                        837,
                                        853
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "e1",
                                        "range": [
                                          854,
                                          856
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 27
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      837,
                                      857
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "toBe",
                                    "range": [
                                      858,
                                      862
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    837,
                                    862
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 33
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      863,
                                      871
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 42
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "values",
                                    "range": [
                                      873,
                                      879
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 50
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  837,
                                  880
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 51
                                  }
                                }
                              },
                              "range": [
                                837,
                                881
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 52
                                }
                              }
                            }
                          ],
                          "range": [
                            411,
                            887
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 94
                            },
                            "end": {
                              "line": 27,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          399,
                          887
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 82
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      321,
                      888
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 6
                      }
                    }
                  },
                  "range": [
                    321,
                    889
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4
                    },
                    "end": {
                      "line": 27,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        894,
                        896
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should synchronously create a range of values by default",
                        "raw": "'should synchronously create a range of values by default'",
                        "range": [
                          897,
                          955
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 7
                          },
                          "end": {
                            "line": 28,
                            "column": 65
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "results",
                                    "range": [
                                      983,
                                      990
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      993,
                                      995
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    983,
                                    995
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                979,
                                996
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          1005,
                                          1015
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "range",
                                        "range": [
                                          1016,
                                          1021
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "range": [
                                        1005,
                                        1021
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 12,
                                        "raw": "12",
                                        "range": [
                                          1022,
                                          1024
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          1026,
                                          1027
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 30
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1005,
                                      1028
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      1029,
                                      1038
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    1005,
                                    1038
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 41
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          1049,
                                          1050
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 53
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "results",
                                                "range": [
                                                  1066,
                                                  1073
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  1074,
                                                  1078
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                1066,
                                                1078
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "x",
                                                "range": [
                                                  1079,
                                                  1080
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1066,
                                              1081
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            1066,
                                            1082
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 28
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1052,
                                        1092
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1039,
                                      1092
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1005,
                                  1093
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                1005,
                                1094
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "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": [
                                              1103,
                                              1109
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              1110,
                                              1116
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            1103,
                                            1116
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "results",
                                            "range": [
                                              1117,
                                              1124
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1103,
                                          1125
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          1126,
                                          1128
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        1103,
                                        1128
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        1129,
                                        1133
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1103,
                                      1133
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1134,
                                      1139
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    1103,
                                    1139
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 12,
                                        "raw": "12",
                                        "range": [
                                          1141,
                                          1143
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 48
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 13,
                                        "raw": "13",
                                        "range": [
                                          1145,
                                          1147
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 14,
                                        "raw": "14",
                                        "range": [
                                          1149,
                                          1151
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 15,
                                        "raw": "15",
                                        "range": [
                                          1153,
                                          1155
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1140,
                                      1156
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 61
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1103,
                                  1157
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 62
                                  }
                                }
                              },
                              "range": [
                                1103,
                                1158
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 63
                                }
                              }
                            }
                          ],
                          "range": [
                            969,
                            1164
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 79
                            },
                            "end": {
                              "line": 34,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          957,
                          1164
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 67
                          },
                          "end": {
                            "line": 34,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      894,
                      1165
                    ],
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 34,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 468,
                    "_esdocTestName": "it468"
                  },
                  "range": [
                    894,
                    1166
                  ],
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1171,
                        1173
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should accept a scheduler",
                        "raw": "'should accept a scheduler'",
                        "range": [
                          1174,
                          1201
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 7
                          },
                          "end": {
                            "line": 35,
                            "column": 34
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1213,
                              1217
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 46
                              },
                              "end": {
                                "line": 35,
                                "column": 50
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      1233,
                                      1241
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 12,
                                        "raw": "12",
                                        "range": [
                                          1245,
                                          1247
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 13,
                                        "raw": "13",
                                        "range": [
                                          1249,
                                          1251
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 30
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 14,
                                        "raw": "14",
                                        "range": [
                                          1253,
                                          1255
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 34
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 15,
                                        "raw": "15",
                                        "range": [
                                          1257,
                                          1259
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1244,
                                      1260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    1233,
                                    1260
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1229,
                                1261
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "sinon",
                                    "range": [
                                      1270,
                                      1275
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "spy",
                                    "range": [
                                      1276,
                                      1279
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "range": [
                                    1270,
                                    1279
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 17
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      1280,
                                      1284
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 22
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "schedule",
                                    "raw": "'schedule'",
                                    "range": [
                                      1286,
                                      1296
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 34
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1270,
                                  1297
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 35
                                  }
                                }
                              },
                              "range": [
                                1270,
                                1298
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 36
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      1311,
                                      1317
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          1320,
                                          1330
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "range",
                                        "range": [
                                          1331,
                                          1336
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        1320,
                                        1336
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 12,
                                        "raw": "12",
                                        "range": [
                                          1337,
                                          1339
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 40
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          1341,
                                          1342
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 43
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "asap",
                                        "range": [
                                          1344,
                                          1348
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 49
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1320,
                                      1349
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 50
                                      }
                                    }
                                  },
                                  "range": [
                                    1311,
                                    1349
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 50
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1307,
                                1350
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 51
                                }
                              }
                            },
                            {
                              "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": [
                                              1359,
                                              1365
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              1366,
                                              1372
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            1359,
                                            1372
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "source",
                                              "range": [
                                                1373,
                                                1379
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "scheduler",
                                              "range": [
                                                1380,
                                                1389
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              1373,
                                              1389
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1359,
                                          1390
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          1391,
                                          1393
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        1359,
                                        1393
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        1394,
                                        1398
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      1359,
                                      1398
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1399,
                                      1404
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    1359,
                                    1404
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "asap",
                                    "range": [
                                      1405,
                                      1409
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 58
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1359,
                                  1410
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 59
                                  }
                                }
                              },
                              "range": [
                                1359,
                                1411
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 60
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      1420,
                                      1426
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      1427,
                                      1436
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1420,
                                    1436
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 24
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          1447,
                                          1448
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "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": [
                                                        1464,
                                                        1470
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1471,
                                                        1477
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1464,
                                                      1477
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "asap",
                                                        "range": [
                                                          1478,
                                                          1482
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "schedule",
                                                        "range": [
                                                          1483,
                                                          1491
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 39
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1478,
                                                        1491
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 39
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1464,
                                                    1492
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "have",
                                                  "range": [
                                                    1493,
                                                    1497
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1464,
                                                  1497
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "been",
                                                "range": [
                                                  1498,
                                                  1502
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1464,
                                                1502
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "called",
                                              "range": [
                                                1503,
                                                1509
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "range": [
                                              1464,
                                              1509
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1464,
                                            1510
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 58
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "exp",
                                                "range": [
                                                  1527,
                                                  1530
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "expected",
                                                    "range": [
                                                      1533,
                                                      1541
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 30
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "shift",
                                                    "range": [
                                                      1542,
                                                      1547
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1533,
                                                    1547
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  1533,
                                                  1549
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "range": [
                                                1527,
                                                1549
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 38
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1523,
                                            1550
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 39
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        1563,
                                                        1569
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1570,
                                                        1576
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1563,
                                                      1576
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        1577,
                                                        1578
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 27
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1563,
                                                    1579
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1580,
                                                    1582
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1563,
                                                  1582
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1583,
                                                  1588
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                1563,
                                                1588
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "exp",
                                                "range": [
                                                  1589,
                                                  1592
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 41
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1563,
                                              1593
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "range": [
                                            1563,
                                            1594
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 43
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1450,
                                        1604
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1437,
                                      1604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "x",
                                        "range": [
                                          1616,
                                          1617
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 22
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1633,
                                                1637
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Error",
                                                  "range": [
                                                    1642,
                                                    1647
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "should not be called",
                                                    "raw": "'should not be called'",
                                                    "range": [
                                                      1648,
                                                      1670
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 49
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1638,
                                                  1671
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1633,
                                              1672
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1633,
                                            1673
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1619,
                                        1683
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1606,
                                      1683
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "asap",
                                                  "range": [
                                                    1711,
                                                    1715
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "schedule",
                                                  "range": [
                                                    1716,
                                                    1724
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 25
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1711,
                                                  1724
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "restore",
                                                "range": [
                                                  1725,
                                                  1732
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "range": [
                                                1711,
                                                1732
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1711,
                                              1734
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "range": [
                                            1711,
                                            1735
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 36
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1748,
                                                1752
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1748,
                                              1754
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1748,
                                            1755
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1697,
                                        1765
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1685,
                                      1765
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1420,
                                  1766
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                1420,
                                1767
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1219,
                            1773
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 52
                            },
                            "end": {
                              "line": 50,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1203,
                          1773
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 36
                          },
                          "end": {
                            "line": 50,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1171,
                      1774
                    ],
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 50,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 469,
                    "_esdocTestName": "it469"
                  },
                  "range": [
                    1171,
                    1775
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 4
                    },
                    "end": {
                      "line": 50,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                315,
                1777
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 41
                },
                "end": {
                  "line": 51,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              303,
              1777
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 29
              },
              "end": {
                "line": 51,
                "column": 1
              }
            }
          }
        ],
        "range": [
          274,
          1778
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 51,
            "column": 2
          }
        },
        "_esdocTestId": 467,
        "_esdocTestName": "describe467"
      },
      "range": [
        274,
        1779
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {range} ",
          "range": [
            253,
            273
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 20
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            1780,
            1788
          ],
          "loc": {
            "start": {
              "line": 52,
              "column": 0
            },
            "end": {
              "line": 52,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "RangeObservable",
            "raw": "'RangeObservable'",
            "range": [
              1789,
              1806
            ],
            "loc": {
              "start": {
                "line": 52,
                "column": 9
              },
              "end": {
                "line": 52,
                "column": 26
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        1826,
                        1834
                      ],
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 53,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "create",
                        "raw": "'create'",
                        "range": [
                          1835,
                          1843
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 13
                          },
                          "end": {
                            "line": 53,
                            "column": 21
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1867,
                                    1869
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should create a RangeObservable",
                                    "raw": "'should create a RangeObservable'",
                                    "range": [
                                      1870,
                                      1903
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 44
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "observable",
                                                "range": [
                                                  1935,
                                                  1945
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "RangeObservable_1",
                                                      "range": [
                                                        1948,
                                                        1965
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "RangeObservable",
                                                      "range": [
                                                        1966,
                                                        1981
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1948,
                                                      1981
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "create",
                                                    "range": [
                                                      1982,
                                                      1988
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 69
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1948,
                                                    1988
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 69
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 12,
                                                    "raw": "12",
                                                    "range": [
                                                      1989,
                                                      1991
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      1993,
                                                      1994
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 74
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 75
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1948,
                                                  1995
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 76
                                                  }
                                                }
                                              },
                                              "range": [
                                                1935,
                                                1995
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 76
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1931,
                                            1996
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 77
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2009,
                                                        2015
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2016,
                                                        2022
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2009,
                                                      2022
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "operator": "instanceof",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "observable",
                                                        "range": [
                                                          2023,
                                                          2033
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 36
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "RangeObservable_1",
                                                          "range": [
                                                            2045,
                                                            2062
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 65
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "RangeObservable",
                                                          "range": [
                                                            2063,
                                                            2078
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 81
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2045,
                                                          2078
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 81
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2023,
                                                        2078
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 81
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2009,
                                                    2079
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 82
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2080,
                                                    2082
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 85
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2009,
                                                  2082
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 85
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  2083,
                                                  2085
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 88
                                                  }
                                                }
                                              },
                                              "range": [
                                                2009,
                                                2085
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 88
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                2086,
                                                2090
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 89
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 93
                                                }
                                              }
                                            },
                                            "range": [
                                              2009,
                                              2090
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 93
                                              }
                                            }
                                          },
                                          "range": [
                                            2009,
                                            2091
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 94
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1917,
                                        2101
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1905,
                                      2101
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1867,
                                  2102
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 472,
                                "_esdocTestName": "it472"
                              },
                              "range": [
                                1867,
                                2103
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2112,
                                    2114
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should accept a scheduler",
                                    "raw": "'should accept a scheduler'",
                                    "range": [
                                      2115,
                                      2142
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 38
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "observable",
                                                "range": [
                                                  2174,
                                                  2184
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "RangeObservable_1",
                                                      "range": [
                                                        2187,
                                                        2204
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "RangeObservable",
                                                      "range": [
                                                        2205,
                                                        2220
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2187,
                                                      2220
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 62
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "create",
                                                    "range": [
                                                      2221,
                                                      2227
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 69
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2187,
                                                    2227
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 69
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 12,
                                                    "raw": "12",
                                                    "range": [
                                                      2228,
                                                      2230
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 72
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      2232,
                                                      2233
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 74
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 75
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "asap",
                                                    "range": [
                                                      2235,
                                                      2239
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 81
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2187,
                                                  2240
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 82
                                                  }
                                                }
                                              },
                                              "range": [
                                                2174,
                                                2240
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2170,
                                            2241
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 83
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                          2254,
                                                          2260
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          2261,
                                                          2267
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2254,
                                                        2267
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "observable",
                                                          "range": [
                                                            2268,
                                                            2278
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 36
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "scheduler",
                                                          "range": [
                                                            2279,
                                                            2288
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 46
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2268,
                                                          2288
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 46
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2254,
                                                      2289
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      2290,
                                                      2292
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2254,
                                                    2292
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    2293,
                                                    2297
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2254,
                                                  2297
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2298,
                                                  2303
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "range": [
                                                2254,
                                                2303
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 61
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "asap",
                                                "range": [
                                                  2304,
                                                  2308
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 66
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2254,
                                              2309
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 67
                                              }
                                            }
                                          },
                                          "range": [
                                            2254,
                                            2310
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 68
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2156,
                                        2320
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2144,
                                      2320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2112,
                                  2321
                                ],
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 473,
                                "_esdocTestName": "it473"
                              },
                              "range": [
                                2112,
                                2322
                              ],
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 61,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1857,
                            2328
                          ],
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 35
                            },
                            "end": {
                              "line": 62,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1845,
                          2328
                        ],
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 23
                          },
                          "end": {
                            "line": 62,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1826,
                      2329
                    ],
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 471,
                    "_esdocTestName": "describe471"
                  },
                  "range": [
                    1826,
                    2330
                  ],
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        2335,
                        2343
                      ],
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "dispatch",
                        "raw": "'dispatch'",
                        "range": [
                          2344,
                          2354
                        ],
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 13
                          },
                          "end": {
                            "line": 63,
                            "column": 23
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2378,
                                    2380
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should complete if index >= count",
                                    "raw": "'should complete if index >= count'",
                                    "range": [
                                      2381,
                                      2416
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 46
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "o",
                                                "range": [
                                                  2448,
                                                  2449
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "Rx",
                                                    "range": [
                                                      2456,
                                                      2458
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Subscriber",
                                                    "range": [
                                                      2459,
                                                      2469
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2456,
                                                    2469
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  2452,
                                                  2471
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                2448,
                                                2471
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 39
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2444,
                                            2472
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "obj",
                                                "range": [
                                                  2489,
                                                  2492
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sinon",
                                                    "range": [
                                                      2495,
                                                      2500
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 27
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "stub",
                                                    "range": [
                                                      2501,
                                                      2505
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2495,
                                                    2505
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "o",
                                                    "range": [
                                                      2506,
                                                      2507
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 34
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2495,
                                                  2508
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                2489,
                                                2508
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 35
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2485,
                                            2509
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 36
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  2526,
                                                  2531
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "subscriber",
                                                      "range": [
                                                        2552,
                                                        2562
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "name": "obj",
                                                      "range": [
                                                        2564,
                                                        2567
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      2552,
                                                      2567
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "index",
                                                      "range": [
                                                        2585,
                                                        2590
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 10,
                                                      "raw": "10",
                                                      "range": [
                                                        2592,
                                                        2594
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      2585,
                                                      2594
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "start",
                                                      "range": [
                                                        2612,
                                                        2617
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 0,
                                                      "raw": "0",
                                                      "range": [
                                                        2619,
                                                        2620
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      2612,
                                                      2620
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "count",
                                                      "range": [
                                                        2638,
                                                        2643
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 9,
                                                      "raw": "9",
                                                      "range": [
                                                        2645,
                                                        2646
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      2638,
                                                      2646
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 24
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2534,
                                                  2660
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                2526,
                                                2660
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2522,
                                            2661
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "RangeObservable_1",
                                                  "range": [
                                                    2674,
                                                    2691
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "RangeObservable",
                                                  "range": [
                                                    2692,
                                                    2707
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 73,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 73,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2674,
                                                  2707
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "dispatch",
                                                "range": [
                                                  2708,
                                                  2716
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                2674,
                                                2716
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  2717,
                                                  2722
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 60
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2674,
                                              2723
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 61
                                              }
                                            }
                                          },
                                          "range": [
                                            2674,
                                            2724
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 62
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2737,
                                                        2743
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2744,
                                                        2750
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2737,
                                                      2750
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "state",
                                                          "range": [
                                                            2751,
                                                            2756
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 74,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 74,
                                                              "column": 31
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "subscriber",
                                                          "range": [
                                                            2757,
                                                            2767
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 74,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 74,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2751,
                                                          2767
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 74,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 74,
                                                            "column": 42
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "complete",
                                                        "range": [
                                                          2768,
                                                          2776
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 74,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 74,
                                                            "column": 51
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2751,
                                                        2776
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 51
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2737,
                                                    2777
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "have",
                                                  "range": [
                                                    2778,
                                                    2782
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 57
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2737,
                                                  2782
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 57
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "been",
                                                "range": [
                                                  2783,
                                                  2787
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                2737,
                                                2787
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "called",
                                              "range": [
                                                2788,
                                                2794
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "range": [
                                              2737,
                                              2794
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "range": [
                                            2737,
                                            2795
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "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": [
                                                          2808,
                                                          2814
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          2815,
                                                          2821
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2808,
                                                        2821
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "state",
                                                            "range": [
                                                              2822,
                                                              2827
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "subscriber",
                                                            "range": [
                                                              2828,
                                                              2838
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 75,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 75,
                                                                "column": 42
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            2822,
                                                            2838
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "next",
                                                          "range": [
                                                            2839,
                                                            2843
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 75,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 75,
                                                              "column": 47
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2822,
                                                          2843
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 47
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2808,
                                                      2844
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "not",
                                                    "range": [
                                                      2845,
                                                      2848
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2808,
                                                    2848
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "have",
                                                  "range": [
                                                    2849,
                                                    2853
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 57
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2808,
                                                  2853
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 57
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "been",
                                                "range": [
                                                  2854,
                                                  2858
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              "range": [
                                                2808,
                                                2858
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 62
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "called",
                                              "range": [
                                                2859,
                                                2865
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 63
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "range": [
                                              2808,
                                              2865
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "range": [
                                            2808,
                                            2866
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 70
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2430,
                                        2876
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2418,
                                      2876
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2378,
                                  2877
                                ],
                                "loc": {
                                  "start": {
                                    "line": 64,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 475,
                                "_esdocTestName": "it475"
                              },
                              "range": [
                                2378,
                                2878
                              ],
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 8
                                },
                                "end": {
                                  "line": 76,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2887,
                                    2889
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should next out another value and increment the index and start",
                                    "raw": "'should next out another value and increment the index and start'",
                                    "range": [
                                      2890,
                                      2955
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 76
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "o",
                                                "range": [
                                                  2987,
                                                  2988
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "Rx",
                                                    "range": [
                                                      2995,
                                                      2997
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Subscriber",
                                                    "range": [
                                                      2998,
                                                      3008
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2995,
                                                    3008
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 78,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  2991,
                                                  3010
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                2987,
                                                3010
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 39
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2983,
                                            3011
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 40
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "obj",
                                                "range": [
                                                  3028,
                                                  3031
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sinon",
                                                    "range": [
                                                      3034,
                                                      3039
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 27
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "stub",
                                                    "range": [
                                                      3040,
                                                      3044
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3034,
                                                    3044
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 79,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 79,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "o",
                                                    "range": [
                                                      3045,
                                                      3046
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 34
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3034,
                                                  3047
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 79,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                3028,
                                                3047
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 79,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 79,
                                                  "column": 35
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3024,
                                            3048
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 79,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 36
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  3065,
                                                  3070
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "subscriber",
                                                      "range": [
                                                        3091,
                                                        3101
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "name": "obj",
                                                      "range": [
                                                        3103,
                                                        3106
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3091,
                                                      3106
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "index",
                                                      "range": [
                                                        3124,
                                                        3129
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        3131,
                                                        3132
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3124,
                                                      3132
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "start",
                                                      "range": [
                                                        3150,
                                                        3155
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 5,
                                                      "raw": "5",
                                                      "range": [
                                                        3157,
                                                        3158
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3150,
                                                      3158
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "count",
                                                      "range": [
                                                        3176,
                                                        3181
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": 9,
                                                      "raw": "9",
                                                      "range": [
                                                        3183,
                                                        3184
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 84,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3176,
                                                      3184
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 84,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 84,
                                                        "column": 24
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3073,
                                                  3198
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                3065,
                                                3198
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3061,
                                            3199
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "thisArg",
                                                "range": [
                                                  3216,
                                                  3223
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        3244,
                                                        3252
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "sinon",
                                                          "range": [
                                                            3254,
                                                            3259
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 31
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "spy",
                                                          "range": [
                                                            3260,
                                                            3263
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 35
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3254,
                                                          3263
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "arguments": [],
                                                      "range": [
                                                        3254,
                                                        3265
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3244,
                                                      3265
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 37
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3226,
                                                  3279
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                3216,
                                                3279
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3212,
                                            3280
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "RangeObservable_1",
                                                    "range": [
                                                      3293,
                                                      3310
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "RangeObservable",
                                                    "range": [
                                                      3311,
                                                      3326
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3293,
                                                    3326
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "dispatch",
                                                  "range": [
                                                    3327,
                                                    3335
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3293,
                                                  3335
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "call",
                                                "range": [
                                                  3336,
                                                  3340
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "range": [
                                                3293,
                                                3340
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 89,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "thisArg",
                                                "range": [
                                                  3341,
                                                  3348
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 67
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  3350,
                                                  3355
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 74
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3293,
                                              3356
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 89,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 89,
                                                "column": 75
                                              }
                                            }
                                          },
                                          "range": [
                                            3293,
                                            3357
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 89,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "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": [
                                                          3370,
                                                          3376
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          3377,
                                                          3383
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3370,
                                                        3383
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "state",
                                                            "range": [
                                                              3384,
                                                              3389
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "subscriber",
                                                            "range": [
                                                              3390,
                                                              3400
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 42
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            3384,
                                                            3400
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 90,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 90,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "complete",
                                                          "range": [
                                                            3401,
                                                            3409
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 90,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 90,
                                                              "column": 51
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3384,
                                                          3409
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 51
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3370,
                                                      3410
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 52
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "not",
                                                    "range": [
                                                      3411,
                                                      3414
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3370,
                                                    3414
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "have",
                                                  "range": [
                                                    3415,
                                                    3419
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3370,
                                                  3419
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "been",
                                                "range": [
                                                  3420,
                                                  3424
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                3370,
                                                3424
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "called",
                                              "range": [
                                                3425,
                                                3431
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "range": [
                                              3370,
                                              3431
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            3370,
                                            3432
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 74
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                          3445,
                                                          3451
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          3452,
                                                          3458
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3445,
                                                        3458
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "state",
                                                            "range": [
                                                              3459,
                                                              3464
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 91,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 91,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "subscriber",
                                                            "range": [
                                                              3465,
                                                              3475
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 91,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 91,
                                                                "column": 42
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            3459,
                                                            3475
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 91,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 91,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "next",
                                                          "range": [
                                                            3476,
                                                            3480
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 91,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 91,
                                                              "column": 47
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3459,
                                                          3480
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 91,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 91,
                                                            "column": 47
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3445,
                                                      3481
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "have",
                                                    "range": [
                                                      3482,
                                                      3486
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3445,
                                                    3486
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "been",
                                                  "range": [
                                                    3487,
                                                    3491
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3445,
                                                  3491
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "calledWith",
                                                "range": [
                                                  3492,
                                                  3502
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 69
                                                  }
                                                }
                                              },
                                              "range": [
                                                3445,
                                                3502
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 5,
                                                "raw": "5",
                                                "range": [
                                                  3503,
                                                  3504
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 71
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3445,
                                              3505
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 72
                                              }
                                            }
                                          },
                                          "range": [
                                            3445,
                                            3506
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 73
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3519,
                                                        3525
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3526,
                                                        3532
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3519,
                                                      3532
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "state",
                                                        "range": [
                                                          3533,
                                                          3538
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "start",
                                                        "range": [
                                                          3539,
                                                          3544
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 37
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3533,
                                                        3544
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 37
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3519,
                                                    3545
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3546,
                                                    3548
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3519,
                                                  3548
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3549,
                                                  3554
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                3519,
                                                3554
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 6,
                                                "raw": "6",
                                                "range": [
                                                  3555,
                                                  3556
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3519,
                                              3557
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            3519,
                                            3558
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 51
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3571,
                                                        3577
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3578,
                                                        3584
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3571,
                                                      3584
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 93,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 93,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "state",
                                                        "range": [
                                                          3585,
                                                          3590
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "index",
                                                        "range": [
                                                          3591,
                                                          3596
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 37
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3585,
                                                        3596
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 37
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3571,
                                                    3597
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 93,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 93,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3598,
                                                    3600
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 93,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 93,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3571,
                                                  3600
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3601,
                                                  3606
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                3571,
                                                3606
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 93,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 2,
                                                "raw": "2",
                                                "range": [
                                                  3607,
                                                  3608
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3571,
                                              3609
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            3571,
                                            3610
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 51
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                          3623,
                                                          3629
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          3630,
                                                          3636
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3623,
                                                        3636
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 94,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 94,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "thisArg",
                                                          "range": [
                                                            3637,
                                                            3644
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 33
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "schedule",
                                                          "range": [
                                                            3645,
                                                            3653
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3637,
                                                          3653
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 42
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3623,
                                                      3654
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "have",
                                                    "range": [
                                                      3655,
                                                      3659
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3623,
                                                    3659
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 48
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "been",
                                                  "range": [
                                                    3660,
                                                    3664
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3623,
                                                  3664
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 53
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "calledWith",
                                                "range": [
                                                  3665,
                                                  3675
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 64
                                                  }
                                                }
                                              },
                                              "range": [
                                                3623,
                                                3675
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  3676,
                                                  3681
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 70
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3623,
                                              3682
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 71
                                              }
                                            }
                                          },
                                          "range": [
                                            3623,
                                            3683
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 72
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2969,
                                        3693
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 77,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2957,
                                      3693
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2887,
                                  3694
                                ],
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 476,
                                "_esdocTestName": "it476"
                              },
                              "range": [
                                2887,
                                3695
                              ],
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 8
                                },
                                "end": {
                                  "line": 95,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            2368,
                            3701
                          ],
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 37
                            },
                            "end": {
                              "line": 96,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2356,
                          3701
                        ],
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 25
                          },
                          "end": {
                            "line": 96,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2335,
                      3702
                    ],
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 96,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 474,
                    "_esdocTestName": "describe474"
                  },
                  "range": [
                    2335,
                    3703
                  ],
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 4
                    },
                    "end": {
                      "line": 96,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                1820,
                3705
              ],
              "loc": {
                "start": {
                  "line": 52,
                  "column": 40
                },
                "end": {
                  "line": 97,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              1808,
              3705
            ],
            "loc": {
              "start": {
                "line": 52,
                "column": 28
              },
              "end": {
                "line": 97,
                "column": 1
              }
            }
          }
        ],
        "range": [
          1780,
          3706
        ],
        "loc": {
          "start": {
            "line": 52,
            "column": 0
          },
          "end": {
            "line": 97,
            "column": 2
          }
        },
        "_esdocTestId": 470,
        "_esdocTestName": "describe470"
      },
      "range": [
        1780,
        3707
      ],
      "loc": {
        "start": {
          "line": 52,
          "column": 0
        },
        "end": {
          "line": 97,
          "column": 3
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=range-spec.js.map",
          "range": [
            3708,
            3746
          ],
          "loc": {
            "start": {
              "line": 98,
              "column": 0
            },
            "end": {
              "line": 98,
              "column": 38
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3707
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 97,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {range} ",
      "range": [
        253,
        273
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=range-spec.js.map",
      "range": [
        3708,
        3746
      ],
      "loc": {
        "start": {
          "line": 98,
          "column": 0
        },
        "end": {
          "line": 98,
          "column": 38
        }
      }
    }
  ]
}