{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              48,
              50
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                53,
                60
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  61,
                  80
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              53,
              81
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 37
              }
            }
          },
          "range": [
            48,
            81
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        82
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "ScalarObservable_1",
            "range": [
              87,
              105
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 22
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                108,
                115
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 25
                },
                "end": {
                  "line": 4,
                  "column": 32
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/observable/ScalarObservable",
                "raw": "'../../dist/cjs/observable/ScalarObservable'",
                "range": [
                  116,
                  160
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 33
                  },
                  "end": {
                    "line": 4,
                    "column": 77
                  }
                }
              }
            ],
            "range": [
              108,
              161
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 25
              },
              "end": {
                "line": 4,
                "column": 78
              }
            }
          },
          "range": [
            87,
            161
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 78
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        162
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 79
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            163,
            171
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "ScalarObservable",
            "raw": "'ScalarObservable'",
            "range": [
              172,
              190
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 27
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        210,
                        212
                      ],
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should create expose a value property",
                        "raw": "'should create expose a value property'",
                        "range": [
                          213,
                          252
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 7
                          },
                          "end": {
                            "line": 6,
                            "column": 46
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      280,
                                      281
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable_1",
                                        "range": [
                                          288,
                                          306
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable",
                                        "range": [
                                          307,
                                          323
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        288,
                                        323
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          324,
                                          325
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 57
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      284,
                                      326
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "range": [
                                    280,
                                    326
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 7,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 7,
                                      "column": 58
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                276,
                                327
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 8
                                },
                                "end": {
                                  "line": 7,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "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": [
                                            336,
                                            342
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            343,
                                            349
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          336,
                                          349
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "s",
                                            "range": [
                                              350,
                                              351
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 8,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 8,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              352,
                                              357
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 8,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 8,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            350,
                                            357
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 29
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        336,
                                        358
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        359,
                                        361
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      336,
                                      361
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      362,
                                      367
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    336,
                                    367
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 39
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      368,
                                      369
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 41
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  336,
                                  370
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 42
                                  }
                                }
                              },
                              "range": [
                                336,
                                371
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 43
                                }
                              }
                            }
                          ],
                          "range": [
                            266,
                            377
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 60
                            },
                            "end": {
                              "line": 9,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          254,
                          377
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 48
                          },
                          "end": {
                            "line": 9,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      210,
                      378
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 138,
                    "_esdocTestName": "it138"
                  },
                  "range": [
                    210,
                    379
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        384,
                        386
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should create ScalarObservable via static create function",
                        "raw": "'should create ScalarObservable via static create function'",
                        "range": [
                          387,
                          446
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 7
                          },
                          "end": {
                            "line": 10,
                            "column": 66
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      474,
                                      475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable_1",
                                        "range": [
                                          482,
                                          500
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable",
                                        "range": [
                                          501,
                                          517
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        482,
                                        517
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          518,
                                          519
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 57
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      478,
                                      520
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "range": [
                                    474,
                                    520
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 58
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                470,
                                521
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      534,
                                      535
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "ScalarObservable_1",
                                          "range": [
                                            538,
                                            556
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "ScalarObservable",
                                          "range": [
                                            557,
                                            573
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 51
                                            }
                                          }
                                        },
                                        "range": [
                                          538,
                                          573
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          574,
                                          580
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 58
                                          }
                                        }
                                      },
                                      "range": [
                                        538,
                                        580
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          581,
                                          582
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 60
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      538,
                                      583
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 61
                                      }
                                    }
                                  },
                                  "range": [
                                    534,
                                    583
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 61
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                530,
                                584
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 62
                                }
                              }
                            },
                            {
                              "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": [
                                              593,
                                              599
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              600,
                                              606
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            593,
                                            606
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "s",
                                            "range": [
                                              607,
                                              608
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 23
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          593,
                                          609
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          610,
                                          612
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "range": [
                                        593,
                                        612
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        613,
                                        617
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      593,
                                      617
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      618,
                                      623
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    593,
                                    623
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 38
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "r",
                                    "range": [
                                      624,
                                      625
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 40
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  593,
                                  626
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 41
                                  }
                                }
                              },
                              "range": [
                                593,
                                627
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 42
                                }
                              }
                            }
                          ],
                          "range": [
                            460,
                            633
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 80
                            },
                            "end": {
                              "line": 14,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          448,
                          633
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 68
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      384,
                      634
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 139,
                    "_esdocTestName": "it139"
                  },
                  "range": [
                    384,
                    635
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4
                    },
                    "end": {
                      "line": 14,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        640,
                        642
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not schedule further if subscriber unsubscribed",
                        "raw": "'should not schedule further if subscriber unsubscribed'",
                        "range": [
                          643,
                          699
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 7
                          },
                          "end": {
                            "line": 15,
                            "column": 63
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      727,
                                      728
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable_1",
                                        "range": [
                                          735,
                                          753
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable",
                                        "range": [
                                          754,
                                          770
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        735,
                                        770
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          771,
                                          772
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "rxTestScheduler",
                                        "range": [
                                          774,
                                          789
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 74
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      731,
                                      790
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 75
                                      }
                                    }
                                  },
                                  "range": [
                                    727,
                                    790
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                723,
                                791
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 76
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      804,
                                      814
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Rx",
                                        "range": [
                                          821,
                                          823
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Subscriber",
                                        "range": [
                                          824,
                                          834
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        821,
                                        834
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      817,
                                      836
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    804,
                                    836
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 44
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                800,
                                837
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      846,
                                      847
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribe",
                                    "range": [
                                      848,
                                      857
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "range": [
                                    846,
                                    857
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 19
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      858,
                                      868
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 30
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  846,
                                  869
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 31
                                  }
                                }
                              },
                              "range": [
                                846,
                                870
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      879,
                                      889
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      890,
                                      896
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    879,
                                    896
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 25
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    899,
                                    903
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  879,
                                  903
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                879,
                                904
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "rxTestScheduler",
                                    "range": [
                                      913,
                                      928
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "flush",
                                    "range": [
                                      929,
                                      934
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    913,
                                    934
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  913,
                                  936
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 31
                                  }
                                }
                              },
                              "range": [
                                913,
                                937
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 32
                                }
                              }
                            }
                          ],
                          "range": [
                            713,
                            943
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 77
                            },
                            "end": {
                              "line": 21,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          701,
                          943
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 65
                          },
                          "end": {
                            "line": 21,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      640,
                      944
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 140,
                    "_esdocTestName": "it140"
                  },
                  "range": [
                    640,
                    945
                  ],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 21,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        950,
                        952
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should set `_isScalar` to true when NOT called with a Scheduler",
                        "raw": "'should set `_isScalar` to true when NOT called with a Scheduler'",
                        "range": [
                          953,
                          1018
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 7
                          },
                          "end": {
                            "line": 22,
                            "column": 72
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      1046,
                                      1047
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable_1",
                                        "range": [
                                          1054,
                                          1072
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable",
                                        "range": [
                                          1073,
                                          1089
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        1054,
                                        1089
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1090,
                                          1091
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 57
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1050,
                                      1092
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 58
                                      }
                                    }
                                  },
                                  "range": [
                                    1046,
                                    1092
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 58
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1042,
                                1093
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 59
                                }
                              }
                            },
                            {
                              "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": [
                                            1102,
                                            1108
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1109,
                                            1115
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1102,
                                          1115
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "s",
                                            "range": [
                                              1116,
                                              1117
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_isScalar",
                                            "range": [
                                              1118,
                                              1127
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "range": [
                                            1116,
                                            1127
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 33
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1102,
                                        1128
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1129,
                                        1131
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1102,
                                      1131
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      1132,
                                      1134
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    1102,
                                    1134
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 40
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    1135,
                                    1139
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 45
                                    }
                                  }
                                },
                                "range": [
                                  1102,
                                  1139
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 45
                                  }
                                }
                              },
                              "range": [
                                1102,
                                1140
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 24,
                                  "column": 46
                                }
                              }
                            }
                          ],
                          "range": [
                            1032,
                            1146
                          ],
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 86
                            },
                            "end": {
                              "line": 25,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1020,
                          1146
                        ],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 74
                          },
                          "end": {
                            "line": 25,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      950,
                      1147
                    ],
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 25,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 141,
                    "_esdocTestName": "it141"
                  },
                  "range": [
                    950,
                    1148
                  ],
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 4
                    },
                    "end": {
                      "line": 25,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1153,
                        1155
                      ],
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 26,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should set `_isScalar` to false when called with a Scheduler",
                        "raw": "'should set `_isScalar` to false when called with a Scheduler'",
                        "range": [
                          1156,
                          1218
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 7
                          },
                          "end": {
                            "line": 26,
                            "column": 69
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "s",
                                    "range": [
                                      1246,
                                      1247
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable_1",
                                        "range": [
                                          1254,
                                          1272
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "ScalarObservable",
                                        "range": [
                                          1273,
                                          1289
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 55
                                          }
                                        }
                                      },
                                      "range": [
                                        1254,
                                        1289
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 55
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1290,
                                          1291
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "rxTestScheduler",
                                        "range": [
                                          1293,
                                          1308
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 74
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1250,
                                      1309
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 75
                                      }
                                    }
                                  },
                                  "range": [
                                    1246,
                                    1309
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 75
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1242,
                                1310
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 76
                                }
                              }
                            },
                            {
                              "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": [
                                            1319,
                                            1325
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1326,
                                            1332
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1319,
                                          1332
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "s",
                                            "range": [
                                              1333,
                                              1334
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_isScalar",
                                            "range": [
                                              1335,
                                              1344
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "range": [
                                            1333,
                                            1344
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 33
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1319,
                                        1345
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1346,
                                        1348
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1319,
                                      1348
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      1349,
                                      1351
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    1319,
                                    1351
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 40
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "false",
                                  "range": [
                                    1352,
                                    1357
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 46
                                    }
                                  }
                                },
                                "range": [
                                  1319,
                                  1357
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                1319,
                                1358
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 47
                                }
                              }
                            }
                          ],
                          "range": [
                            1232,
                            1364
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 83
                            },
                            "end": {
                              "line": 29,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1220,
                          1364
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 71
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1153,
                      1365
                    ],
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 4
                      },
                      "end": {
                        "line": 29,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 142,
                    "_esdocTestName": "it142"
                  },
                  "range": [
                    1153,
                    1366
                  ],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 4
                    },
                    "end": {
                      "line": 29,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                204,
                1368
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 41
                },
                "end": {
                  "line": 30,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              192,
              1368
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 29
              },
              "end": {
                "line": 30,
                "column": 1
              }
            }
          }
        ],
        "range": [
          163,
          1369
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 30,
            "column": 2
          }
        },
        "_esdocTestId": 137,
        "_esdocTestName": "describe137"
      },
      "range": [
        163,
        1370
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 30,
          "column": 3
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ScalarObservable-spec.js.map",
          "range": [
            1371,
            1420
          ],
          "loc": {
            "start": {
              "line": 31,
              "column": 0
            },
            "end": {
              "line": 31,
              "column": 49
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1370
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 30,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=ScalarObservable-spec.js.map",
      "range": [
        1371,
        1420
      ],
      "loc": {
        "start": {
          "line": 31,
          "column": 0
        },
        "end": {
          "line": 31,
          "column": 49
        }
      }
    }
  ]
}