{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "ArrayObservable",
            "range": [
              9,
              24
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 24
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "ArrayObservable",
            "range": [
              9,
              24
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 24
              }
            }
          },
          "range": [
            9,
            24
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 24
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../observable/ArrayObservable",
        "raw": "'../observable/ArrayObservable'",
        "range": [
          32,
          63
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 32
          },
          "end": {
            "line": 1,
            "column": 63
          }
        }
      },
      "range": [
        0,
        64
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 64
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "MergeAllOperator",
            "range": [
              74,
              90
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 25
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "MergeAllOperator",
            "range": [
              74,
              90
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 25
              }
            }
          },
          "range": [
            74,
            90
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 25
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./mergeAll",
        "raw": "'./mergeAll'",
        "range": [
          98,
          110
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 33
          },
          "end": {
            "line": 2,
            "column": 45
          }
        }
      },
      "range": [
        65,
        111
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 46
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "isScheduler",
            "range": [
              121,
              132
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 20
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "isScheduler",
            "range": [
              121,
              132
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 20
              }
            }
          },
          "range": [
            121,
            132
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 20
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../util/isScheduler",
        "raw": "'../util/isScheduler'",
        "range": [
          140,
          161
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 28
          },
          "end": {
            "line": 3,
            "column": 49
          }
        }
      },
      "range": [
        112,
        162
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 50
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            163,
            199
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "merge",
          "range": [
            216,
            221
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 16
            },
            "end": {
              "line": 5,
              "column": 21
            }
          }
        },
        "params": [],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "observables",
                    "range": [
                      234,
                      245
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 8
                      },
                      "end": {
                        "line": 6,
                        "column": 19
                      }
                    }
                  },
                  "init": {
                    "type": "ArrayExpression",
                    "elements": [],
                    "range": [
                      248,
                      250
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 22
                      },
                      "end": {
                        "line": 6,
                        "column": 24
                      }
                    }
                  },
                  "range": [
                    234,
                    250
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8
                    },
                    "end": {
                      "line": 6,
                      "column": 24
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                230,
                251
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 6,
                  "column": 25
                }
              }
            },
            {
              "type": "ForStatement",
              "init": {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "_i",
                      "range": [
                        265,
                        267
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 13
                        },
                        "end": {
                          "line": 7,
                          "column": 15
                        }
                      }
                    },
                    "init": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        270,
                        271
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 18
                        },
                        "end": {
                          "line": 7,
                          "column": 19
                        }
                      }
                    },
                    "range": [
                      265,
                      271
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 13
                      },
                      "end": {
                        "line": 7,
                        "column": 19
                      }
                    }
                  }
                ],
                "kind": "var",
                "range": [
                  261,
                  271
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 9
                  },
                  "end": {
                    "line": 7,
                    "column": 19
                  }
                }
              },
              "test": {
                "type": "BinaryExpression",
                "operator": "<",
                "left": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    273,
                    275
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 21
                    },
                    "end": {
                      "line": 7,
                      "column": 23
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "arguments",
                    "range": [
                      278,
                      287
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 26
                      },
                      "end": {
                        "line": 7,
                        "column": 35
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "length",
                    "range": [
                      288,
                      294
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 36
                      },
                      "end": {
                        "line": 7,
                        "column": 42
                      }
                    }
                  },
                  "range": [
                    278,
                    294
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 26
                    },
                    "end": {
                      "line": 7,
                      "column": 42
                    }
                  }
                },
                "range": [
                  273,
                  294
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 21
                  },
                  "end": {
                    "line": 7,
                    "column": 42
                  }
                }
              },
              "update": {
                "type": "UpdateExpression",
                "operator": "++",
                "argument": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    296,
                    298
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 44
                    },
                    "end": {
                      "line": 7,
                      "column": 46
                    }
                  }
                },
                "prefix": false,
                "range": [
                  296,
                  300
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 44
                  },
                  "end": {
                    "line": 7,
                    "column": 48
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "observables",
                          "range": [
                            312,
                            323
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "BinaryExpression",
                          "operator": "-",
                          "left": {
                            "type": "Identifier",
                            "name": "_i",
                            "range": [
                              324,
                              326
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 20
                              },
                              "end": {
                                "line": 8,
                                "column": 22
                              }
                            }
                          },
                          "right": {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              329,
                              330
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 25
                              },
                              "end": {
                                "line": 8,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            324,
                            330
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 20
                            },
                            "end": {
                              "line": 8,
                              "column": 26
                            }
                          }
                        },
                        "range": [
                          312,
                          331
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 27
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "arguments",
                          "range": [
                            334,
                            343
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 30
                            },
                            "end": {
                              "line": 8,
                              "column": 39
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_i",
                          "range": [
                            344,
                            346
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 40
                            },
                            "end": {
                              "line": 8,
                              "column": 42
                            }
                          }
                        },
                        "range": [
                          334,
                          347
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 30
                          },
                          "end": {
                            "line": 8,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        312,
                        347
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 43
                        }
                      }
                    },
                    "range": [
                      312,
                      348
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8
                      },
                      "end": {
                        "line": 8,
                        "column": 44
                      }
                    }
                  }
                ],
                "range": [
                  302,
                  354
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 50
                  },
                  "end": {
                    "line": 9,
                    "column": 5
                  }
                }
              },
              "range": [
                256,
                354
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 5
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "ThisExpression",
                      "range": [
                        366,
                        370
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 11
                        },
                        "end": {
                          "line": 10,
                          "column": 15
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "lift",
                      "range": [
                        371,
                        375
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 16
                        },
                        "end": {
                          "line": 10,
                          "column": 20
                        }
                      }
                    },
                    "range": [
                      366,
                      375
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 11
                      },
                      "end": {
                        "line": 10,
                        "column": 20
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "call",
                    "range": [
                      376,
                      380
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 21
                      },
                      "end": {
                        "line": 10,
                        "column": 25
                      }
                    }
                  },
                  "range": [
                    366,
                    380
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 11
                    },
                    "end": {
                      "line": 10,
                      "column": 25
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "CallExpression",
                    "callee": {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "Identifier",
                        "name": "mergeStatic",
                        "range": [
                          381,
                          392
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 26
                          },
                          "end": {
                            "line": 10,
                            "column": 37
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "apply",
                        "range": [
                          393,
                          398
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 38
                          },
                          "end": {
                            "line": 10,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        381,
                        398
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 26
                        },
                        "end": {
                          "line": 10,
                          "column": 43
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "UnaryExpression",
                        "operator": "void",
                        "argument": {
                          "type": "Literal",
                          "value": 0,
                          "raw": "0",
                          "range": [
                            404,
                            405
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 49
                            },
                            "end": {
                              "line": 10,
                              "column": 50
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          399,
                          405
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 44
                          },
                          "end": {
                            "line": 10,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  408,
                                  412
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 57
                                  }
                                }
                              }
                            ],
                            "range": [
                              407,
                              413
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 52
                              },
                              "end": {
                                "line": 10,
                                "column": 58
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "concat",
                            "range": [
                              414,
                              420
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 59
                              },
                              "end": {
                                "line": 10,
                                "column": 65
                              }
                            }
                          },
                          "range": [
                            407,
                            420
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 52
                            },
                            "end": {
                              "line": 10,
                              "column": 65
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "observables",
                            "range": [
                              421,
                              432
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 66
                              },
                              "end": {
                                "line": 10,
                                "column": 77
                              }
                            }
                          }
                        ],
                        "range": [
                          407,
                          433
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 52
                          },
                          "end": {
                            "line": 10,
                            "column": 78
                          }
                        }
                      }
                    ],
                    "range": [
                      381,
                      434
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 26
                      },
                      "end": {
                        "line": 10,
                        "column": 79
                      }
                    }
                  }
                ],
                "range": [
                  366,
                  435
                ],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 11
                  },
                  "end": {
                    "line": 10,
                    "column": 80
                  }
                }
              },
              "range": [
                359,
                436
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 81
                }
              }
            }
          ],
          "range": [
            224,
            438
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 24
            },
            "end": {
              "line": 11,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          207,
          438
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 7
          },
          "end": {
            "line": 11,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " tslint:disable:max-line-length ",
            "range": [
              163,
              199
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 36
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Block",
            "value": " tslint:enable:max-line-length ",
            "range": [
              439,
              474
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 35
              }
            }
          },
          {
            "type": "Block",
            "value": "*\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * <img src=\"./img/merge.png\" width=\"100%\">\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * @example <caption>Merge together two Observables: 1s interval and clicks</caption>\n * var clicks = Rx.Observable.fromEvent(document, 'click');\n * var timer = Rx.Observable.interval(1000);\n * var clicksOrTimer = Rx.Observable.merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * @example <caption>Merge together 3 Observables, but only 2 run concurrently</caption>\n * var timer1 = Rx.Observable.interval(1000).take(10);\n * var timer2 = Rx.Observable.interval(2000).take(6);\n * var timer3 = Rx.Observable.interval(500).take(10);\n * var concurrent = 2; // the argument\n * var merged = Rx.Observable.merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...Observable} observables Input Observables to merge together.\n * @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {Scheduler} [scheduler=null] The Scheduler to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n * @static true\n * @name merge\n * @owner Observable\n ",
            "range": [
              475,
              2439
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 57,
                "column": 3
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        200,
        438
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            163,
            199
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 36
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Block",
          "value": " tslint:enable:max-line-length ",
          "range": [
            439,
            474
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 35
            }
          }
        },
        {
          "type": "Block",
          "value": "*\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * <img src=\"./img/merge.png\" width=\"100%\">\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * @example <caption>Merge together two Observables: 1s interval and clicks</caption>\n * var clicks = Rx.Observable.fromEvent(document, 'click');\n * var timer = Rx.Observable.interval(1000);\n * var clicksOrTimer = Rx.Observable.merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * @example <caption>Merge together 3 Observables, but only 2 run concurrently</caption>\n * var timer1 = Rx.Observable.interval(1000).take(10);\n * var timer2 = Rx.Observable.interval(2000).take(6);\n * var timer3 = Rx.Observable.interval(500).take(10);\n * var concurrent = 2; // the argument\n * var merged = Rx.Observable.merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...Observable} observables Input Observables to merge together.\n * @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {Scheduler} [scheduler=null] The Scheduler to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n * @static true\n * @name merge\n * @owner Observable\n ",
          "range": [
            475,
            2439
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 57,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "mergeStatic",
          "range": [
            2456,
            2467
          ],
          "loc": {
            "start": {
              "line": 58,
              "column": 16
            },
            "end": {
              "line": 58,
              "column": 27
            }
          }
        },
        "params": [],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "observables",
                    "range": [
                      2480,
                      2491
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 8
                      },
                      "end": {
                        "line": 59,
                        "column": 19
                      }
                    }
                  },
                  "init": {
                    "type": "ArrayExpression",
                    "elements": [],
                    "range": [
                      2494,
                      2496
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 22
                      },
                      "end": {
                        "line": 59,
                        "column": 24
                      }
                    }
                  },
                  "range": [
                    2480,
                    2496
                  ],
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 8
                    },
                    "end": {
                      "line": 59,
                      "column": 24
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                2476,
                2497
              ],
              "loc": {
                "start": {
                  "line": 59,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 25
                }
              }
            },
            {
              "type": "ForStatement",
              "init": {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "_i",
                      "range": [
                        2511,
                        2513
                      ],
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 13
                        },
                        "end": {
                          "line": 60,
                          "column": 15
                        }
                      }
                    },
                    "init": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        2516,
                        2517
                      ],
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 18
                        },
                        "end": {
                          "line": 60,
                          "column": 19
                        }
                      }
                    },
                    "range": [
                      2511,
                      2517
                    ],
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 13
                      },
                      "end": {
                        "line": 60,
                        "column": 19
                      }
                    }
                  }
                ],
                "kind": "var",
                "range": [
                  2507,
                  2517
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 9
                  },
                  "end": {
                    "line": 60,
                    "column": 19
                  }
                }
              },
              "test": {
                "type": "BinaryExpression",
                "operator": "<",
                "left": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    2519,
                    2521
                  ],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 21
                    },
                    "end": {
                      "line": 60,
                      "column": 23
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "arguments",
                    "range": [
                      2524,
                      2533
                    ],
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 26
                      },
                      "end": {
                        "line": 60,
                        "column": 35
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "length",
                    "range": [
                      2534,
                      2540
                    ],
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 36
                      },
                      "end": {
                        "line": 60,
                        "column": 42
                      }
                    }
                  },
                  "range": [
                    2524,
                    2540
                  ],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 26
                    },
                    "end": {
                      "line": 60,
                      "column": 42
                    }
                  }
                },
                "range": [
                  2519,
                  2540
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 21
                  },
                  "end": {
                    "line": 60,
                    "column": 42
                  }
                }
              },
              "update": {
                "type": "UpdateExpression",
                "operator": "++",
                "argument": {
                  "type": "Identifier",
                  "name": "_i",
                  "range": [
                    2542,
                    2544
                  ],
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 44
                    },
                    "end": {
                      "line": 60,
                      "column": 46
                    }
                  }
                },
                "prefix": false,
                "range": [
                  2542,
                  2546
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 44
                  },
                  "end": {
                    "line": 60,
                    "column": 48
                  }
                }
              },
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "observables",
                          "range": [
                            2558,
                            2569
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "BinaryExpression",
                          "operator": "-",
                          "left": {
                            "type": "Identifier",
                            "name": "_i",
                            "range": [
                              2570,
                              2572
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 20
                              },
                              "end": {
                                "line": 61,
                                "column": 22
                              }
                            }
                          },
                          "right": {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              2575,
                              2576
                            ],
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 25
                              },
                              "end": {
                                "line": 61,
                                "column": 26
                              }
                            }
                          },
                          "range": [
                            2570,
                            2576
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 20
                            },
                            "end": {
                              "line": 61,
                              "column": 26
                            }
                          }
                        },
                        "range": [
                          2558,
                          2577
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 27
                          }
                        }
                      },
                      "right": {
                        "type": "MemberExpression",
                        "computed": true,
                        "object": {
                          "type": "Identifier",
                          "name": "arguments",
                          "range": [
                            2580,
                            2589
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 30
                            },
                            "end": {
                              "line": 61,
                              "column": 39
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_i",
                          "range": [
                            2590,
                            2592
                          ],
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 40
                            },
                            "end": {
                              "line": 61,
                              "column": 42
                            }
                          }
                        },
                        "range": [
                          2580,
                          2593
                        ],
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 30
                          },
                          "end": {
                            "line": 61,
                            "column": 43
                          }
                        }
                      },
                      "range": [
                        2558,
                        2593
                      ],
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 43
                        }
                      }
                    },
                    "range": [
                      2558,
                      2594
                    ],
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 8
                      },
                      "end": {
                        "line": 61,
                        "column": 44
                      }
                    }
                  }
                ],
                "range": [
                  2548,
                  2600
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 50
                  },
                  "end": {
                    "line": 62,
                    "column": 5
                  }
                }
              },
              "range": [
                2502,
                2600
              ],
              "loc": {
                "start": {
                  "line": 60,
                  "column": 4
                },
                "end": {
                  "line": 62,
                  "column": 5
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "concurrent",
                    "range": [
                      2609,
                      2619
                    ],
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 8
                      },
                      "end": {
                        "line": 63,
                        "column": 18
                      }
                    }
                  },
                  "init": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "Number",
                      "range": [
                        2622,
                        2628
                      ],
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 21
                        },
                        "end": {
                          "line": 63,
                          "column": 27
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "POSITIVE_INFINITY",
                      "range": [
                        2629,
                        2646
                      ],
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 28
                        },
                        "end": {
                          "line": 63,
                          "column": 45
                        }
                      }
                    },
                    "range": [
                      2622,
                      2646
                    ],
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 21
                      },
                      "end": {
                        "line": 63,
                        "column": 45
                      }
                    }
                  },
                  "range": [
                    2609,
                    2646
                  ],
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 8
                    },
                    "end": {
                      "line": 63,
                      "column": 45
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                2605,
                2647
              ],
              "loc": {
                "start": {
                  "line": 63,
                  "column": 4
                },
                "end": {
                  "line": 63,
                  "column": 46
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "scheduler",
                    "range": [
                      2656,
                      2665
                    ],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 8
                      },
                      "end": {
                        "line": 64,
                        "column": 17
                      }
                    }
                  },
                  "init": {
                    "type": "Literal",
                    "value": null,
                    "raw": "null",
                    "range": [
                      2668,
                      2672
                    ],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 20
                      },
                      "end": {
                        "line": 64,
                        "column": 24
                      }
                    }
                  },
                  "range": [
                    2656,
                    2672
                  ],
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 8
                    },
                    "end": {
                      "line": 64,
                      "column": 24
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                2652,
                2673
              ],
              "loc": {
                "start": {
                  "line": 64,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 25
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "last",
                    "range": [
                      2682,
                      2686
                    ],
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 8
                      },
                      "end": {
                        "line": 65,
                        "column": 12
                      }
                    }
                  },
                  "init": {
                    "type": "MemberExpression",
                    "computed": true,
                    "object": {
                      "type": "Identifier",
                      "name": "observables",
                      "range": [
                        2689,
                        2700
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 15
                        },
                        "end": {
                          "line": 65,
                          "column": 26
                        }
                      }
                    },
                    "property": {
                      "type": "BinaryExpression",
                      "operator": "-",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "observables",
                          "range": [
                            2701,
                            2712
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 27
                            },
                            "end": {
                              "line": 65,
                              "column": 38
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "length",
                          "range": [
                            2713,
                            2719
                          ],
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 39
                            },
                            "end": {
                              "line": 65,
                              "column": 45
                            }
                          }
                        },
                        "range": [
                          2701,
                          2719
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 27
                          },
                          "end": {
                            "line": 65,
                            "column": 45
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 1,
                        "raw": "1",
                        "range": [
                          2722,
                          2723
                        ],
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 48
                          },
                          "end": {
                            "line": 65,
                            "column": 49
                          }
                        }
                      },
                      "range": [
                        2701,
                        2723
                      ],
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 27
                        },
                        "end": {
                          "line": 65,
                          "column": 49
                        }
                      }
                    },
                    "range": [
                      2689,
                      2724
                    ],
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 15
                      },
                      "end": {
                        "line": 65,
                        "column": 50
                      }
                    }
                  },
                  "range": [
                    2682,
                    2724
                  ],
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 8
                    },
                    "end": {
                      "line": 65,
                      "column": 50
                    }
                  }
                }
              ],
              "kind": "var",
              "range": [
                2678,
                2725
              ],
              "loc": {
                "start": {
                  "line": 65,
                  "column": 4
                },
                "end": {
                  "line": 65,
                  "column": 51
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "isScheduler",
                  "range": [
                    2734,
                    2745
                  ],
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 8
                    },
                    "end": {
                      "line": 66,
                      "column": 19
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "name": "last",
                    "range": [
                      2746,
                      2750
                    ],
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 20
                      },
                      "end": {
                        "line": 66,
                        "column": 24
                      }
                    }
                  }
                ],
                "range": [
                  2734,
                  2751
                ],
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 8
                  },
                  "end": {
                    "line": 66,
                    "column": 25
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          2763,
                          2772
                        ],
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 17
                          }
                        }
                      },
                      "right": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "observables",
                            "range": [
                              2775,
                              2786
                            ],
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 20
                              },
                              "end": {
                                "line": 67,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "pop",
                            "range": [
                              2787,
                              2790
                            ],
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 32
                              },
                              "end": {
                                "line": 67,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            2775,
                            2790
                          ],
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 20
                            },
                            "end": {
                              "line": 67,
                              "column": 35
                            }
                          }
                        },
                        "arguments": [],
                        "range": [
                          2775,
                          2792
                        ],
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 20
                          },
                          "end": {
                            "line": 67,
                            "column": 37
                          }
                        }
                      },
                      "range": [
                        2763,
                        2792
                      ],
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 37
                        }
                      }
                    },
                    "range": [
                      2763,
                      2793
                    ],
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 8
                      },
                      "end": {
                        "line": 67,
                        "column": 38
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "LogicalExpression",
                      "operator": "&&",
                      "left": {
                        "type": "BinaryExpression",
                        "operator": ">",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "observables",
                            "range": [
                              2806,
                              2817
                            ],
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 68,
                                "column": 23
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "length",
                            "range": [
                              2818,
                              2824
                            ],
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 24
                              },
                              "end": {
                                "line": 68,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            2806,
                            2824
                          ],
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 12
                            },
                            "end": {
                              "line": 68,
                              "column": 30
                            }
                          }
                        },
                        "right": {
                          "type": "Literal",
                          "value": 1,
                          "raw": "1",
                          "range": [
                            2827,
                            2828
                          ],
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 33
                            },
                            "end": {
                              "line": 68,
                              "column": 34
                            }
                          }
                        },
                        "range": [
                          2806,
                          2828
                        ],
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 12
                          },
                          "end": {
                            "line": 68,
                            "column": 34
                          }
                        }
                      },
                      "right": {
                        "type": "BinaryExpression",
                        "operator": "===",
                        "left": {
                          "type": "UnaryExpression",
                          "operator": "typeof",
                          "argument": {
                            "type": "MemberExpression",
                            "computed": true,
                            "object": {
                              "type": "Identifier",
                              "name": "observables",
                              "range": [
                                2839,
                                2850
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 45
                                },
                                "end": {
                                  "line": 68,
                                  "column": 56
                                }
                              }
                            },
                            "property": {
                              "type": "BinaryExpression",
                              "operator": "-",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "observables",
                                  "range": [
                                    2851,
                                    2862
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 68
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "length",
                                  "range": [
                                    2863,
                                    2869
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 75
                                    }
                                  }
                                },
                                "range": [
                                  2851,
                                  2869
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 75
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 1,
                                "raw": "1",
                                "range": [
                                  2872,
                                  2873
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 79
                                  }
                                }
                              },
                              "range": [
                                2851,
                                2873
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 57
                                },
                                "end": {
                                  "line": 68,
                                  "column": 79
                                }
                              }
                            },
                            "range": [
                              2839,
                              2874
                            ],
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 45
                              },
                              "end": {
                                "line": 68,
                                "column": 80
                              }
                            }
                          },
                          "prefix": true,
                          "range": [
                            2832,
                            2874
                          ],
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 38
                            },
                            "end": {
                              "line": 68,
                              "column": 80
                            }
                          }
                        },
                        "right": {
                          "type": "Literal",
                          "value": "number",
                          "raw": "'number'",
                          "range": [
                            2879,
                            2887
                          ],
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 85
                            },
                            "end": {
                              "line": 68,
                              "column": 93
                            }
                          }
                        },
                        "range": [
                          2832,
                          2887
                        ],
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 38
                          },
                          "end": {
                            "line": 68,
                            "column": 93
                          }
                        }
                      },
                      "range": [
                        2806,
                        2887
                      ],
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 12
                        },
                        "end": {
                          "line": 68,
                          "column": 93
                        }
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "name": "concurrent",
                              "range": [
                                2903,
                                2913
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 12
                                },
                                "end": {
                                  "line": 69,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "observables",
                                  "range": [
                                    2916,
                                    2927
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 36
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "pop",
                                  "range": [
                                    2928,
                                    2931
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 40
                                    }
                                  }
                                },
                                "range": [
                                  2916,
                                  2931
                                ],
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 40
                                  }
                                }
                              },
                              "arguments": [],
                              "range": [
                                2916,
                                2933
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 25
                                },
                                "end": {
                                  "line": 69,
                                  "column": 42
                                }
                              }
                            },
                            "range": [
                              2903,
                              2933
                            ],
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 12
                              },
                              "end": {
                                "line": 69,
                                "column": 42
                              }
                            }
                          },
                          "range": [
                            2903,
                            2934
                          ],
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 12
                            },
                            "end": {
                              "line": 69,
                              "column": 43
                            }
                          }
                        }
                      ],
                      "range": [
                        2889,
                        2944
                      ],
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 95
                        },
                        "end": {
                          "line": 70,
                          "column": 9
                        }
                      }
                    },
                    "alternate": null,
                    "range": [
                      2802,
                      2944
                    ],
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 8
                      },
                      "end": {
                        "line": 70,
                        "column": 9
                      }
                    }
                  }
                ],
                "range": [
                  2753,
                  2950
                ],
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 27
                  },
                  "end": {
                    "line": 71,
                    "column": 5
                  }
                }
              },
              "alternate": {
                "type": "IfStatement",
                "test": {
                  "type": "BinaryExpression",
                  "operator": "===",
                  "left": {
                    "type": "UnaryExpression",
                    "operator": "typeof",
                    "argument": {
                      "type": "Identifier",
                      "name": "last",
                      "range": [
                        2971,
                        2975
                      ],
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 20
                        },
                        "end": {
                          "line": 72,
                          "column": 24
                        }
                      }
                    },
                    "prefix": true,
                    "range": [
                      2964,
                      2975
                    ],
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 13
                      },
                      "end": {
                        "line": 72,
                        "column": 24
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": "number",
                    "raw": "'number'",
                    "range": [
                      2980,
                      2988
                    ],
                    "loc": {
                      "start": {
                        "line": 72,
                        "column": 29
                      },
                      "end": {
                        "line": 72,
                        "column": 37
                      }
                    }
                  },
                  "range": [
                    2964,
                    2988
                  ],
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 13
                    },
                    "end": {
                      "line": 72,
                      "column": 37
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "name": "concurrent",
                          "range": [
                            3000,
                            3010
                          ],
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 8
                            },
                            "end": {
                              "line": 73,
                              "column": 18
                            }
                          }
                        },
                        "right": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "observables",
                              "range": [
                                3013,
                                3024
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 21
                                },
                                "end": {
                                  "line": 73,
                                  "column": 32
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "pop",
                              "range": [
                                3025,
                                3028
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 33
                                },
                                "end": {
                                  "line": 73,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              3013,
                              3028
                            ],
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 21
                              },
                              "end": {
                                "line": 73,
                                "column": 36
                              }
                            }
                          },
                          "arguments": [],
                          "range": [
                            3013,
                            3030
                          ],
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 21
                            },
                            "end": {
                              "line": 73,
                              "column": 38
                            }
                          }
                        },
                        "range": [
                          3000,
                          3030
                        ],
                        "loc": {
                          "start": {
                            "line": 73,
                            "column": 8
                          },
                          "end": {
                            "line": 73,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        3000,
                        3031
                      ],
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 8
                        },
                        "end": {
                          "line": 73,
                          "column": 39
                        }
                      }
                    }
                  ],
                  "range": [
                    2990,
                    3037
                  ],
                  "loc": {
                    "start": {
                      "line": 72,
                      "column": 39
                    },
                    "end": {
                      "line": 74,
                      "column": 5
                    }
                  }
                },
                "alternate": null,
                "range": [
                  2960,
                  3037
                ],
                "loc": {
                  "start": {
                    "line": 72,
                    "column": 9
                  },
                  "end": {
                    "line": 74,
                    "column": 5
                  }
                }
              },
              "range": [
                2730,
                3037
              ],
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 74,
                  "column": 5
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "BinaryExpression",
                  "operator": "===",
                  "left": {
                    "type": "Identifier",
                    "name": "scheduler",
                    "range": [
                      3046,
                      3055
                    ],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 8
                      },
                      "end": {
                        "line": 75,
                        "column": 17
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": null,
                    "raw": "null",
                    "range": [
                      3060,
                      3064
                    ],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 22
                      },
                      "end": {
                        "line": 75,
                        "column": 26
                      }
                    }
                  },
                  "range": [
                    3046,
                    3064
                  ],
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 8
                    },
                    "end": {
                      "line": 75,
                      "column": 26
                    }
                  }
                },
                "right": {
                  "type": "BinaryExpression",
                  "operator": "===",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "observables",
                      "range": [
                        3068,
                        3079
                      ],
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 30
                        },
                        "end": {
                          "line": 75,
                          "column": 41
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "length",
                      "range": [
                        3080,
                        3086
                      ],
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 42
                        },
                        "end": {
                          "line": 75,
                          "column": 48
                        }
                      }
                    },
                    "range": [
                      3068,
                      3086
                    ],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 30
                      },
                      "end": {
                        "line": 75,
                        "column": 48
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 1,
                    "raw": "1",
                    "range": [
                      3091,
                      3092
                    ],
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 53
                      },
                      "end": {
                        "line": 75,
                        "column": 54
                      }
                    }
                  },
                  "range": [
                    3068,
                    3092
                  ],
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 30
                    },
                    "end": {
                      "line": 75,
                      "column": 54
                    }
                  }
                },
                "range": [
                  3046,
                  3092
                ],
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 8
                  },
                  "end": {
                    "line": 75,
                    "column": 54
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "MemberExpression",
                      "computed": true,
                      "object": {
                        "type": "Identifier",
                        "name": "observables",
                        "range": [
                          3111,
                          3122
                        ],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 15
                          },
                          "end": {
                            "line": 76,
                            "column": 26
                          }
                        }
                      },
                      "property": {
                        "type": "Literal",
                        "value": 0,
                        "raw": "0",
                        "range": [
                          3123,
                          3124
                        ],
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 27
                          },
                          "end": {
                            "line": 76,
                            "column": 28
                          }
                        }
                      },
                      "range": [
                        3111,
                        3125
                      ],
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 15
                        },
                        "end": {
                          "line": 76,
                          "column": 29
                        }
                      }
                    },
                    "range": [
                      3104,
                      3126
                    ],
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 8
                      },
                      "end": {
                        "line": 76,
                        "column": 30
                      }
                    }
                  }
                ],
                "range": [
                  3094,
                  3132
                ],
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 56
                  },
                  "end": {
                    "line": 77,
                    "column": 5
                  }
                }
              },
              "alternate": null,
              "range": [
                3042,
                3132
              ],
              "loc": {
                "start": {
                  "line": 75,
                  "column": 4
                },
                "end": {
                  "line": 77,
                  "column": 5
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "ArrayObservable",
                      "range": [
                        3148,
                        3163
                      ],
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 15
                        },
                        "end": {
                          "line": 78,
                          "column": 30
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "observables",
                        "range": [
                          3164,
                          3175
                        ],
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 31
                          },
                          "end": {
                            "line": 78,
                            "column": 42
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "scheduler",
                        "range": [
                          3177,
                          3186
                        ],
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 44
                          },
                          "end": {
                            "line": 78,
                            "column": 53
                          }
                        }
                      }
                    ],
                    "range": [
                      3144,
                      3187
                    ],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 11
                      },
                      "end": {
                        "line": 78,
                        "column": 54
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      3188,
                      3192
                    ],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 55
                      },
                      "end": {
                        "line": 78,
                        "column": 59
                      }
                    }
                  },
                  "range": [
                    3144,
                    3192
                  ],
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 11
                    },
                    "end": {
                      "line": 78,
                      "column": 59
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "MergeAllOperator",
                      "range": [
                        3197,
                        3213
                      ],
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 64
                        },
                        "end": {
                          "line": 78,
                          "column": 80
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "concurrent",
                        "range": [
                          3214,
                          3224
                        ],
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 81
                          },
                          "end": {
                            "line": 78,
                            "column": 91
                          }
                        }
                      }
                    ],
                    "range": [
                      3193,
                      3225
                    ],
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 60
                      },
                      "end": {
                        "line": 78,
                        "column": 92
                      }
                    }
                  }
                ],
                "range": [
                  3144,
                  3226
                ],
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 11
                  },
                  "end": {
                    "line": 78,
                    "column": 93
                  }
                }
              },
              "range": [
                3137,
                3227
              ],
              "loc": {
                "start": {
                  "line": 78,
                  "column": 4
                },
                "end": {
                  "line": 78,
                  "column": 94
                }
              }
            }
          ],
          "range": [
            2470,
            3229
          ],
          "loc": {
            "start": {
              "line": 58,
              "column": 30
            },
            "end": {
              "line": 79,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          2447,
          3229
        ],
        "loc": {
          "start": {
            "line": 58,
            "column": 7
          },
          "end": {
            "line": 79,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " tslint:enable:max-line-length ",
            "range": [
              439,
              474
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 35
              }
            }
          },
          {
            "type": "Block",
            "value": "*\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * <img src=\"./img/merge.png\" width=\"100%\">\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * @example <caption>Merge together two Observables: 1s interval and clicks</caption>\n * var clicks = Rx.Observable.fromEvent(document, 'click');\n * var timer = Rx.Observable.interval(1000);\n * var clicksOrTimer = Rx.Observable.merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * @example <caption>Merge together 3 Observables, but only 2 run concurrently</caption>\n * var timer1 = Rx.Observable.interval(1000).take(10);\n * var timer2 = Rx.Observable.interval(2000).take(6);\n * var timer3 = Rx.Observable.interval(500).take(10);\n * var concurrent = 2; // the argument\n * var merged = Rx.Observable.merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...Observable} observables Input Observables to merge together.\n * @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {Scheduler} [scheduler=null] The Scheduler to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n * @static true\n * @name merge\n * @owner Observable\n ",
            "range": [
              475,
              2439
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 0
              },
              "end": {
                "line": 57,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=merge.js.map",
            "range": [
              3230,
              3263
            ],
            "loc": {
              "start": {
                "line": 80,
                "column": 0
              },
              "end": {
                "line": 80,
                "column": 33
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        2440,
        3229
      ],
      "loc": {
        "start": {
          "line": 58,
          "column": 0
        },
        "end": {
          "line": 79,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " tslint:enable:max-line-length ",
          "range": [
            439,
            474
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 35
            }
          }
        },
        {
          "type": "Block",
          "value": "*\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * <img src=\"./img/merge.png\" width=\"100%\">\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * @example <caption>Merge together two Observables: 1s interval and clicks</caption>\n * var clicks = Rx.Observable.fromEvent(document, 'click');\n * var timer = Rx.Observable.interval(1000);\n * var clicksOrTimer = Rx.Observable.merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * @example <caption>Merge together 3 Observables, but only 2 run concurrently</caption>\n * var timer1 = Rx.Observable.interval(1000).take(10);\n * var timer2 = Rx.Observable.interval(2000).take(6);\n * var timer3 = Rx.Observable.interval(500).take(10);\n * var concurrent = 2; // the argument\n * var merged = Rx.Observable.merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...Observable} observables Input Observables to merge together.\n * @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {Scheduler} [scheduler=null] The Scheduler to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n * @static true\n * @name merge\n * @owner Observable\n ",
          "range": [
            475,
            2439
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 57,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=merge.js.map",
          "range": [
            3230,
            3263
          ],
          "loc": {
            "start": {
              "line": 80,
              "column": 0
            },
            "end": {
              "line": 80,
              "column": 33
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    3229
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 79,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": " tslint:disable:max-line-length ",
      "range": [
        163,
        199
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 36
        }
      }
    },
    {
      "type": "Block",
      "value": " tslint:enable:max-line-length ",
      "range": [
        439,
        474
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 35
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * Creates an output Observable which concurrently emits all values from every\n * given input Observable.\n *\n * <span class=\"informal\">Flattens multiple Observables together by blending\n * their values into one Observable.</span>\n *\n * <img src=\"./img/merge.png\" width=\"100%\">\n *\n * `merge` subscribes to each given input Observable (as arguments), and simply\n * forwards (without doing any transformation) all the values from all the input\n * Observables to the output Observable. The output Observable only completes\n * once all input Observables have completed. Any error delivered by an input\n * Observable will be immediately emitted on the output Observable.\n *\n * @example <caption>Merge together two Observables: 1s interval and clicks</caption>\n * var clicks = Rx.Observable.fromEvent(document, 'click');\n * var timer = Rx.Observable.interval(1000);\n * var clicksOrTimer = Rx.Observable.merge(clicks, timer);\n * clicksOrTimer.subscribe(x => console.log(x));\n *\n * @example <caption>Merge together 3 Observables, but only 2 run concurrently</caption>\n * var timer1 = Rx.Observable.interval(1000).take(10);\n * var timer2 = Rx.Observable.interval(2000).take(6);\n * var timer3 = Rx.Observable.interval(500).take(10);\n * var concurrent = 2; // the argument\n * var merged = Rx.Observable.merge(timer1, timer2, timer3, concurrent);\n * merged.subscribe(x => console.log(x));\n *\n * @see {@link mergeAll}\n * @see {@link mergeMap}\n * @see {@link mergeMapTo}\n * @see {@link mergeScan}\n *\n * @param {...Observable} observables Input Observables to merge together.\n * @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input\n * Observables being subscribed to concurrently.\n * @param {Scheduler} [scheduler=null] The Scheduler to use for managing\n * concurrency of input Observables.\n * @return {Observable} an Observable that emits items that are the result of\n * every input Observable.\n * @static true\n * @name merge\n * @owner Observable\n ",
      "range": [
        475,
        2439
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 57,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=merge.js.map",
      "range": [
        3230,
        3263
      ],
      "loc": {
        "start": {
          "line": 80,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 33
        }
      }
    }
  ]
}