{
  "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
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "ScalarObservable",
            "range": [
              53,
              69
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 25
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "ScalarObservable",
            "range": [
              53,
              69
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 25
              }
            }
          },
          "range": [
            53,
            69
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 25
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./ScalarObservable",
        "raw": "'./ScalarObservable'",
        "range": [
          77,
          97
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 33
          },
          "end": {
            "line": 2,
            "column": 53
          }
        }
      },
      "range": [
        44,
        98
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 54
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "EmptyObservable",
            "range": [
              108,
              123
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 24
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "EmptyObservable",
            "range": [
              108,
              123
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 24
              }
            }
          },
          "range": [
            108,
            123
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 24
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./EmptyObservable",
        "raw": "'./EmptyObservable'",
        "range": [
          131,
          150
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 32
          },
          "end": {
            "line": 3,
            "column": 51
          }
        }
      },
      "range": [
        99,
        151
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 52
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            152,
            246
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ArrayLikeObservable",
              "range": [
                258,
                277
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 30
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      291,
                      297
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 44
                      },
                      "end": {
                        "line": 9,
                        "column": 50
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            305,
                            314
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "ArrayLikeObservable",
                            "range": [
                              315,
                              334
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 14
                              },
                              "end": {
                                "line": 10,
                                "column": 33
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              336,
                              342
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 35
                              },
                              "end": {
                                "line": 10,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "range": [
                          305,
                          343
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 42
                          }
                        }
                      },
                      "range": [
                        305,
                        344
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 43
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ArrayLikeObservable",
                        "range": [
                          358,
                          377
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 13
                          },
                          "end": {
                            "line": 11,
                            "column": 32
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "arrayLike",
                          "range": [
                            378,
                            387
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 33
                            },
                            "end": {
                              "line": 11,
                              "column": 42
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "scheduler",
                          "range": [
                            389,
                            398
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 44
                            },
                            "end": {
                              "line": 11,
                              "column": 53
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    410,
                                    416
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    417,
                                    421
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  410,
                                  421
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    422,
                                    426
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                410,
                                427
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              410,
                              428
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    437,
                                    441
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "arrayLike",
                                  "range": [
                                    442,
                                    451
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  437,
                                  451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "arrayLike",
                                "range": [
                                  454,
                                  463
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                437,
                                463
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              437,
                              464
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    473,
                                    477
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    478,
                                    487
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  473,
                                  487
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "scheduler",
                                "range": [
                                  490,
                                  499
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                473,
                                499
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              473,
                              500
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "test": {
                              "type": "LogicalExpression",
                              "operator": "&&",
                              "left": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    514,
                                    523
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 22
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  513,
                                  523
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "===",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "arrayLike",
                                    "range": [
                                      527,
                                      536
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      537,
                                      543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    527,
                                    543
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 42
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    548,
                                    549
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 48
                                    }
                                  }
                                },
                                "range": [
                                  527,
                                  549
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 48
                                  }
                                }
                              },
                              "range": [
                                513,
                                549
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 12
                                },
                                "end": {
                                  "line": 15,
                                  "column": 48
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          565,
                                          569
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_isScalar",
                                        "range": [
                                          570,
                                          579
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "range": [
                                        565,
                                        579
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": true,
                                      "raw": "true",
                                      "range": [
                                        582,
                                        586
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "range": [
                                      565,
                                      586
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    565,
                                    587
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 34
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          600,
                                          604
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          605,
                                          610
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        600,
                                        610
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          613,
                                          622
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          623,
                                          624
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        613,
                                        625
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      600,
                                      625
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    600,
                                    626
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "range": [
                                551,
                                636
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 50
                                },
                                "end": {
                                  "line": 18,
                                  "column": 9
                                }
                              }
                            },
                            "alternate": null,
                            "range": [
                              509,
                              636
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 9
                              }
                            }
                          }
                        ],
                        "range": [
                          400,
                          642
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 55
                          },
                          "end": {
                            "line": 19,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        349,
                        642
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "ArrayLikeObservable",
                            "range": [
                              647,
                              666
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 4
                              },
                              "end": {
                                "line": 20,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "create",
                            "range": [
                              667,
                              673
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 24
                              },
                              "end": {
                                "line": 20,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            647,
                            673
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 30
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "arrayLike",
                              "range": [
                                686,
                                695
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 43
                                },
                                "end": {
                                  "line": 20,
                                  "column": 52
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "scheduler",
                              "range": [
                                697,
                                706
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 54
                                },
                                "end": {
                                  "line": 20,
                                  "column": 63
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        722,
                                        728
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          731,
                                          740
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          741,
                                          747
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        731,
                                        747
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      722,
                                      747
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 37
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  718,
                                  748
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 38
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      761,
                                      767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      772,
                                      773
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    761,
                                    773
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 24
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "NewExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "EmptyObservable",
                                          "range": [
                                            800,
                                            815
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          796,
                                          817
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        789,
                                        818
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 41
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    775,
                                    828
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        846,
                                        852
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        857,
                                        858
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      846,
                                      858
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "ScalarObservable",
                                            "range": [
                                              885,
                                              901
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": true,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "arrayLike",
                                                "range": [
                                                  902,
                                                  911
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  912,
                                                  913
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                902,
                                                914
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "scheduler",
                                              "range": [
                                                916,
                                                925
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            881,
                                            926
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 64
                                            }
                                          }
                                        },
                                        "range": [
                                          874,
                                          927
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 65
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      860,
                                      937
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "ArrayLikeObservable",
                                            "range": [
                                              976,
                                              995
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "arrayLike",
                                              "range": [
                                                996,
                                                1005
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            {
                                              "type": "Identifier",
                                              "name": "scheduler",
                                              "range": [
                                                1007,
                                                1016
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            972,
                                            1017
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 64
                                            }
                                          }
                                        },
                                        "range": [
                                          965,
                                          1018
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 65
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      951,
                                      1028
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    842,
                                    1028
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  757,
                                  1028
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              708,
                              1034
                            ],
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 65
                              },
                              "end": {
                                "line": 31,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            676,
                            1034
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 33
                            },
                            "end": {
                              "line": 31,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          647,
                          1034
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        647,
                        1035
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "ArrayLikeObservable",
                            "range": [
                              1040,
                              1059
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 4
                              },
                              "end": {
                                "line": 32,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "dispatch",
                            "range": [
                              1060,
                              1068
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 24
                              },
                              "end": {
                                "line": 32,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            1040,
                            1068
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 32
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "state",
                              "range": [
                                1081,
                                1086
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 45
                                },
                                "end": {
                                  "line": 32,
                                  "column": 50
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "arrayLike",
                                      "range": [
                                        1102,
                                        1111
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1114,
                                          1119
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          1120,
                                          1129
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1114,
                                        1129
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      1102,
                                      1129
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 39
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1131,
                                        1136
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1139,
                                          1144
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          1145,
                                          1150
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1139,
                                        1150
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 60
                                        }
                                      }
                                    },
                                    "range": [
                                      1131,
                                      1150
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 60
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        1152,
                                        1158
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 68
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1161,
                                          1166
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 76
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          1167,
                                          1173
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 83
                                          }
                                        }
                                      },
                                      "range": [
                                        1161,
                                        1173
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 83
                                        }
                                      }
                                    },
                                    "range": [
                                      1152,
                                      1173
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 83
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        1175,
                                        1185
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 85
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 95
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1188,
                                          1193
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 98
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 103
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          1194,
                                          1204
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 104
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 114
                                          }
                                        }
                                      },
                                      "range": [
                                        1188,
                                        1204
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 98
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 114
                                        }
                                      }
                                    },
                                    "range": [
                                      1175,
                                      1204
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 114
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1098,
                                  1205
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 115
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      1218,
                                      1228
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "closed",
                                    "range": [
                                      1229,
                                      1235
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    1218,
                                    1235
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 29
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        1251,
                                        1258
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1237,
                                    1268
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1214,
                                  1268
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": ">=",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "index",
                                    "range": [
                                      1281,
                                      1286
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "name": "length",
                                    "range": [
                                      1290,
                                      1296
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    1281,
                                    1296
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 27
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              1312,
                                              1322
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "complete",
                                            "range": [
                                              1323,
                                              1331
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1312,
                                            1331
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          1312,
                                          1333
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        1312,
                                        1334
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 34
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        1347,
                                        1354
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1298,
                                    1364
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1277,
                                  1364
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        1373,
                                        1383
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        1384,
                                        1388
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      1373,
                                      1388
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "computed": true,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          1389,
                                          1398
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "index",
                                        "range": [
                                          1399,
                                          1404
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1389,
                                        1405
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 40
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1373,
                                    1406
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 41
                                    }
                                  }
                                },
                                "range": [
                                  1373,
                                  1407
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 42
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        1416,
                                        1421
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1422,
                                        1427
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "range": [
                                      1416,
                                      1427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1430,
                                        1435
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        1438,
                                        1439
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1430,
                                      1439
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    1416,
                                    1439
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  1416,
                                  1440
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1449,
                                        1453
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "schedule",
                                      "range": [
                                        1454,
                                        1462
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      1449,
                                      1462
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        1463,
                                        1468
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 27
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1449,
                                    1469
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 28
                                    }
                                  }
                                },
                                "range": [
                                  1449,
                                  1470
                                ],
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 29
                                  }
                                }
                              }
                            ],
                            "range": [
                              1088,
                              1476
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 52
                              },
                              "end": {
                                "line": 44,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1071,
                            1476
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 35
                            },
                            "end": {
                              "line": 44,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1040,
                          1476
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 44,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1040,
                        1477
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "ArrayLikeObservable",
                              "range": [
                                1482,
                                1501
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 4
                                },
                                "end": {
                                  "line": 45,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1502,
                                1511
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 24
                                },
                                "end": {
                                  "line": 45,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1482,
                              1511
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 4
                              },
                              "end": {
                                "line": 45,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              1512,
                              1522
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 34
                              },
                              "end": {
                                "line": 45,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            1482,
                            1522
                          ],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 4
                            },
                            "end": {
                              "line": 45,
                              "column": 44
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                1535,
                                1545
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 57
                                },
                                "end": {
                                  "line": 45,
                                  "column": 67
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1561,
                                        1566
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1569,
                                        1570
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      1561,
                                      1570
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 21
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1557,
                                  1571
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 22
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        1584,
                                        1586
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1589,
                                        1593
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      1584,
                                      1593
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "arrayLike",
                                      "range": [
                                        1595,
                                        1604
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          1607,
                                          1609
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          1610,
                                          1619
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "range": [
                                        1607,
                                        1619
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      1595,
                                      1619
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 47
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "scheduler",
                                      "range": [
                                        1621,
                                        1630
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 58
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          1633,
                                          1635
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 63
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "scheduler",
                                        "range": [
                                          1636,
                                          1645
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 73
                                          }
                                        }
                                      },
                                      "range": [
                                        1633,
                                        1645
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 73
                                        }
                                      }
                                    },
                                    "range": [
                                      1621,
                                      1645
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 73
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1580,
                                  1646
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 74
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        1659,
                                        1665
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "arrayLike",
                                        "range": [
                                          1668,
                                          1677
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "length",
                                        "range": [
                                          1678,
                                          1684
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        1668,
                                        1684
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1659,
                                      1684
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 37
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1655,
                                  1685
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 38
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "Identifier",
                                  "name": "scheduler",
                                  "range": [
                                    1698,
                                    1707
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 21
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "scheduler",
                                            "range": [
                                              1730,
                                              1739
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "schedule",
                                            "range": [
                                              1740,
                                              1748
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "range": [
                                            1730,
                                            1748
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "ArrayLikeObservable",
                                              "range": [
                                                1749,
                                                1768
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "dispatch",
                                              "range": [
                                                1769,
                                                1777
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 66
                                                }
                                              }
                                            },
                                            "range": [
                                              1749,
                                              1777
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 66
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 0,
                                            "raw": "0",
                                            "range": [
                                              1779,
                                              1780
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 69
                                              }
                                            }
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "arrayLike",
                                                  "range": [
                                                    1800,
                                                    1809
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 25
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "arrayLike",
                                                  "range": [
                                                    1811,
                                                    1820
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1800,
                                                  1820
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "index",
                                                  "range": [
                                                    1822,
                                                    1827
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "index",
                                                  "range": [
                                                    1829,
                                                    1834
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1822,
                                                  1834
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "length",
                                                  "range": [
                                                    1836,
                                                    1842
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "length",
                                                  "range": [
                                                    1844,
                                                    1850
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1836,
                                                  1850
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1852,
                                                    1862
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 78
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    1864,
                                                    1874
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 90
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  1852,
                                                  1874
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 90
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1782,
                                              1888
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 13
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1730,
                                          1889
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 14
                                          }
                                        }
                                      },
                                      "range": [
                                        1723,
                                        1890
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 15
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1709,
                                    1900
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ForStatement",
                                      "init": {
                                        "type": "VariableDeclaration",
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "id": {
                                              "type": "Identifier",
                                              "name": "i",
                                              "range": [
                                                1937,
                                                1938
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "init": {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                1941,
                                                1942
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "range": [
                                              1937,
                                              1942
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 26
                                              }
                                            }
                                          }
                                        ],
                                        "kind": "var",
                                        "range": [
                                          1933,
                                          1942
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "test": {
                                        "type": "LogicalExpression",
                                        "operator": "&&",
                                        "left": {
                                          "type": "BinaryExpression",
                                          "operator": "<",
                                          "left": {
                                            "type": "Identifier",
                                            "name": "i",
                                            "range": [
                                              1944,
                                              1945
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "name": "length",
                                            "range": [
                                              1948,
                                              1954
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            1944,
                                            1954
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "UnaryExpression",
                                          "operator": "!",
                                          "argument": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                1959,
                                                1969
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "closed",
                                              "range": [
                                                1970,
                                                1976
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "range": [
                                              1959,
                                              1976
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 60
                                              }
                                            }
                                          },
                                          "prefix": true,
                                          "range": [
                                            1958,
                                            1976
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 60
                                            }
                                          }
                                        },
                                        "range": [
                                          1944,
                                          1976
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "update": {
                                        "type": "UpdateExpression",
                                        "operator": "++",
                                        "argument": {
                                          "type": "Identifier",
                                          "name": "i",
                                          "range": [
                                            1978,
                                            1979
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 63
                                            }
                                          }
                                        },
                                        "prefix": false,
                                        "range": [
                                          1978,
                                          1981
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 65
                                          }
                                        }
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "subscriber",
                                                  "range": [
                                                    2001,
                                                    2011
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "next",
                                                  "range": [
                                                    2012,
                                                    2016
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2001,
                                                  2016
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "computed": true,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "arrayLike",
                                                    "range": [
                                                      2017,
                                                      2026
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "i",
                                                    "range": [
                                                      2027,
                                                      2028
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2017,
                                                    2029
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 44
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                2001,
                                                2030
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "range": [
                                              2001,
                                              2031
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 46
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1983,
                                          2045
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "range": [
                                        1928,
                                        2045
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 13
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              2058,
                                              2068
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "complete",
                                            "range": [
                                              2069,
                                              2077
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            2058,
                                            2077
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          2058,
                                          2079
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        2058,
                                        2080
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 34
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1914,
                                    2090
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1694,
                                  2090
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              1547,
                              2096
                            ],
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 69
                              },
                              "end": {
                                "line": 60,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1525,
                            2096
                          ],
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 47
                            },
                            "end": {
                              "line": 60,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1482,
                          2096
                        ],
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 4
                          },
                          "end": {
                            "line": 60,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1482,
                        2097
                      ],
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ArrayLikeObservable",
                        "range": [
                          2109,
                          2128
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 11
                          },
                          "end": {
                            "line": 61,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        2102,
                        2129
                      ],
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    299,
                    2131
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 52
                    },
                    "end": {
                      "line": 62,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  281,
                  2131
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 34
                  },
                  "end": {
                    "line": 62,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Observable",
                  "range": [
                    2132,
                    2142
                  ],
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 2
                    },
                    "end": {
                      "line": 62,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                281,
                2143
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 34
                },
                "end": {
                  "line": 62,
                  "column": 13
                }
              }
            },
            "range": [
              258,
              2144
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 62,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          254,
          2145
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 62,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
            "range": [
              152,
              246
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=ArrayLikeObservable.js.map",
            "range": [
              2146,
              2193
            ],
            "loc": {
              "start": {
                "line": 63,
                "column": 0
              },
              "end": {
                "line": 63,
                "column": 47
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        247,
        2145
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 62,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
          "range": [
            152,
            246
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ArrayLikeObservable.js.map",
          "range": [
            2146,
            2193
          ],
          "loc": {
            "start": {
              "line": 63,
              "column": 0
            },
            "end": {
              "line": 63,
              "column": 47
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2145
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 62,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @extends {Ignored}\n * @hide true\n ",
      "range": [
        152,
        246
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=ArrayLikeObservable.js.map",
      "range": [
        2146,
        2193
      ],
      "loc": {
        "start": {
          "line": 63,
          "column": 0
        },
        "end": {
          "line": 63,
          "column": 47
        }
      }
    }
  ]
}