{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "range": [
            9,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Observable",
        "raw": "'../Observable'",
        "range": [
          27,
          42
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 27
          },
          "end": {
            "line": 1,
            "column": 42
          }
        }
      },
      "range": [
        0,
        43
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            44,
            138
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ScalarObservable",
              "range": [
                150,
                166
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 27
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      180,
                      186
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 41
                      },
                      "end": {
                        "line": 7,
                        "column": 47
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            194,
                            203
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "ScalarObservable",
                            "range": [
                              204,
                              220
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 14
                              },
                              "end": {
                                "line": 8,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              222,
                              228
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 32
                              },
                              "end": {
                                "line": 8,
                                "column": 38
                              }
                            }
                          }
                        ],
                        "range": [
                          194,
                          229
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 39
                          }
                        }
                      },
                      "range": [
                        194,
                        230
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 40
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ScalarObservable",
                        "range": [
                          244,
                          260
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 29
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "value",
                          "range": [
                            261,
                            266
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 30
                            },
                            "end": {
                              "line": 9,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            268,
                            277
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 37
                            },
                            "end": {
                              "line": 9,
                              "column": 46
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    289,
                                    295
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    296,
                                    300
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  289,
                                  300
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    301,
                                    305
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                289,
                                306
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              289,
                              307
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    316,
                                    320
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "value",
                                  "range": [
                                    321,
                                    326
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  316,
                                  326
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "value",
                                "range": [
                                  329,
                                  334
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 26
                                  }
                                }
                              },
                              "range": [
                                316,
                                334
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              316,
                              335
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    344,
                                    348
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    349,
                                    358
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  344,
                                  358
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  361,
                                  370
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                344,
                                370
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              344,
                              371
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    380,
                                    384
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_isScalar",
                                  "range": [
                                    385,
                                    394
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  380,
                                  394
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": true,
                                "raw": "true",
                                "range": [
                                  397,
                                  401
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 29
                                  }
                                }
                              },
                              "range": [
                                380,
                                401
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              380,
                              402
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                415,
                                424
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 21
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          440,
                                          444
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_isScalar",
                                        "range": [
                                          445,
                                          454
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        440,
                                        454
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": false,
                                      "raw": "false",
                                      "range": [
                                        457,
                                        462
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      440,
                                      462
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    440,
                                    463
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 35
                                    }
                                  }
                                }
                              ],
                              "range": [
                                426,
                                473
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 23
                                },
                                "end": {
                                  "line": 16,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              411,
                              473
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 9
                              }
                            }
                          }
                        ],
                        "range": [
                          279,
                          479
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 48
                          },
                          "end": {
                            "line": 17,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        235,
                        479
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "ScalarObservable",
                            "range": [
                              484,
                              500
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 4
                              },
                              "end": {
                                "line": 18,
                                "column": 20
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              501,
                              507
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 21
                              },
                              "end": {
                                "line": 18,
                                "column": 27
                              }
                            }
                          },
                          "range": [
                            484,
                            507
                          ],
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 27
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                520,
                                525
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 40
                                },
                                "end": {
                                  "line": 18,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                527,
                                536
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 47
                                },
                                "end": {
                                  "line": 18,
                                  "column": 56
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "ScalarObservable",
                                    "range": [
                                      559,
                                      575
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        576,
                                        581
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 41
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        583,
                                        592
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 52
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    555,
                                    593
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 53
                                    }
                                  }
                                },
                                "range": [
                                  548,
                                  594
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 54
                                  }
                                }
                              }
                            ],
                            "range": [
                              538,
                              600
                            ],
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 58
                              },
                              "end": {
                                "line": 20,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            510,
                            600
                          ],
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 30
                            },
                            "end": {
                              "line": 20,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          484,
                          600
                        ],
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        484,
                        601
                      ],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "ScalarObservable",
                            "range": [
                              606,
                              622
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              623,
                              631
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 21
                              },
                              "end": {
                                "line": 21,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            606,
                            631
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                644,
                                649
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 42
                                },
                                "end": {
                                  "line": 21,
                                  "column": 47
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "done",
                                      "range": [
                                        665,
                                        669
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          672,
                                          677
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          678,
                                          682
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        672,
                                        682
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      665,
                                      682
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 29
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        684,
                                        689
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          692,
                                          697
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 44
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          698,
                                          703
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 50
                                          }
                                        }
                                      },
                                      "range": [
                                        692,
                                        703
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "range": [
                                      684,
                                      703
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 50
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        705,
                                        715
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          718,
                                          723
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 70
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          724,
                                          734
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 81
                                          }
                                        }
                                      },
                                      "range": [
                                        718,
                                        734
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 81
                                        }
                                      }
                                    },
                                    "range": [
                                      705,
                                      734
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 81
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  661,
                                  735
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 82
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "done",
                                  "range": [
                                    748,
                                    752
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 16
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              768,
                                              778
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "complete",
                                            "range": [
                                              779,
                                              787
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            768,
                                            787
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          768,
                                          789
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        768,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 34
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        803,
                                        810
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    754,
                                    820
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  744,
                                  820
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        829,
                                        839
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        840,
                                        844
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      829,
                                      844
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        845,
                                        850
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 29
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    829,
                                    851
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  829,
                                  852
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 31
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      865,
                                      875
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      876,
                                      882
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    865,
                                    882
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        898,
                                        905
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    884,
                                    915
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  861,
                                  915
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        924,
                                        929
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "done",
                                      "range": [
                                        930,
                                        934
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "range": [
                                      924,
                                      934
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      937,
                                      941
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    924,
                                    941
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  924,
                                  942
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 26
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        951,
                                        955
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        956,
                                        964
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      951,
                                      964
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        965,
                                        970
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 27
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    951,
                                    971
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 28
                                    }
                                  }
                                },
                                "range": [
                                  951,
                                  972
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 29
                                  }
                                }
                              }
                            ],
                            "range": [
                              651,
                              978
                            ],
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 49
                              },
                              "end": {
                                "line": 33,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            634,
                            978
                          ],
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 32
                            },
                            "end": {
                              "line": 33,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          606,
                          978
                        ],
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        606,
                        979
                      ],
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ScalarObservable",
                              "range": [
                                984,
                                1000
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 4
                                },
                                "end": {
                                  "line": 34,
                                  "column": 20
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1001,
                                1010
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 21
                                },
                                "end": {
                                  "line": 34,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              984,
                              1010
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 4
                              },
                              "end": {
                                "line": 34,
                                "column": 30
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              1011,
                              1021
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 31
                              },
                              "end": {
                                "line": 34,
                                "column": 41
                              }
                            }
                          },
                          "range": [
                            984,
                            1021
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 41
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                1034,
                                1044
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 54
                                },
                                "end": {
                                  "line": 34,
                                  "column": 64
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        1060,
                                        1065
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1068,
                                          1072
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          1073,
                                          1078
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "range": [
                                        1068,
                                        1078
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      1060,
                                      1078
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 30
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1056,
                                  1079
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 31
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1092,
                                        1101
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1104,
                                          1108
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          1109,
                                          1118
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "range": [
                                        1104,
                                        1118
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1092,
                                      1118
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 38
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1088,
                                  1119
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 39
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1132,
                                    1141
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 21
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "scheduler",
                                            "range": [
                                              1164,
                                              1173
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "schedule",
                                            "range": [
                                              1174,
                                              1182
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "range": [
                                            1164,
                                            1182
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "ScalarObservable",
                                              "range": [
                                                1183,
                                                1199
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 54
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "dispatch",
                                              "range": [
                                                1200,
                                                1208
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 63
                                                }
                                              }
                                            },
                                            "range": [
                                              1183,
                                              1208
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 63
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 0,
                                            "raw": "0",
                                            "range": [
                                              1210,
                                              1211
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 66
                                              }
                                            }
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1231,
                                                    1235
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": false,
                                                  "raw": "false",
                                                  "range": [
                                                    1237,
                                                    1242
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 27
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1231,
                                                  1242
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "value",
                                                  "range": [
                                                    1244,
                                                    1249
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "value",
                                                  "range": [
                                                    1251,
                                                    1256
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1244,
                                                  1256
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1258,
                                                    1268
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1270,
                                                    1280
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 65
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1258,
                                                  1280
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 65
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1213,
                                              1294
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 13
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1164,
                                          1295
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 14
                                          }
                                        }
                                      },
                                      "range": [
                                        1157,
                                        1296
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 15
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1143,
                                    1306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1334,
                                              1344
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "next",
                                            "range": [
                                              1345,
                                              1349
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            1334,
                                            1349
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              1350,
                                              1355
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 33
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1334,
                                          1356
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        1334,
                                        1357
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 35
                                        }
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "UnaryExpression",
                                        "operator": "!",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1375,
                                              1385
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "closed",
                                            "range": [
                                              1386,
                                              1392
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "range": [
                                            1375,
                                            1392
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          1374,
                                          1392
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1412,
                                                    1422
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "complete",
                                                  "range": [
                                                    1423,
                                                    1431
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1412,
                                                  1431
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "arguments": [],
                                              "range": [
                                                1412,
                                                1433
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "range": [
                                              1412,
                                              1434
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1394,
                                          1448
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        1370,
                                        1448
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1320,
                                    1458
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1128,
                                  1458
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              1046,
                              1464
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 66
                              },
                              "end": {
                                "line": 48,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1024,
                            1464
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 44
                            },
                            "end": {
                              "line": 48,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          984,
                          1464
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        984,
                        1465
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ScalarObservable",
                        "range": [
                          1477,
                          1493
                        ],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 11
                          },
                          "end": {
                            "line": 49,
                            "column": 27
                          }
                        }
                      },
                      "range": [
                        1470,
                        1494
                      ],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 28
                        }
                      }
                    }
                  ],
                  "range": [
                    188,
                    1496
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 49
                    },
                    "end": {
                      "line": 50,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  170,
                  1496
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 31
                  },
                  "end": {
                    "line": 50,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    1497,
                    1507
                  ],
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 2
                    },
                    "end": {
                      "line": 50,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                170,
                1508
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 31
                },
                "end": {
                  "line": 50,
                  "column": 13
                }
              }
            },
            "range": [
              150,
              1509
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 50,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          146,
          1510
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 7
          },
          "end": {
            "line": 50,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              44,
              138
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=ScalarObservable.js.map",
            "range": [
              1511,
              1555
            ],
            "loc": {
              "start": {
                "line": 51,
                "column": 0
              },
              "end": {
                "line": 51,
                "column": 44
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        139,
        1510
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            44,
            138
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ScalarObservable.js.map",
          "range": [
            1511,
            1555
          ],
          "loc": {
            "start": {
              "line": 51,
              "column": 0
            },
            "end": {
              "line": 51,
              "column": 44
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1510
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 50,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        44,
        138
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=ScalarObservable.js.map",
      "range": [
        1511,
        1555
      ],
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 44
        }
      }
    }
  ]
}