{
  "type": "Program",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ArgumentOutOfRangeError",
              "range": [
                273,
                296
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 11
                },
                "end": {
                  "line": 11,
                  "column": 34
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      310,
                      316
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 48
                      },
                      "end": {
                        "line": 11,
                        "column": 54
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            324,
                            333
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "ArgumentOutOfRangeError",
                            "range": [
                              334,
                              357
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              359,
                              365
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 39
                              },
                              "end": {
                                "line": 12,
                                "column": 45
                              }
                            }
                          }
                        ],
                        "range": [
                          324,
                          366
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 46
                          }
                        }
                      },
                      "range": [
                        324,
                        367
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 47
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "ArgumentOutOfRangeError",
                        "range": [
                          381,
                          404
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 13
                          },
                          "end": {
                            "line": 13,
                            "column": 36
                          }
                        }
                      },
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    421,
                                    424
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 15
                                    }
                                  }
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_super",
                                      "range": [
                                        427,
                                        433
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        434,
                                        438
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      427,
                                      438
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        439,
                                        443
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 34
                                        }
                                      }
                                    },
                                    {
                                      "type": "Literal",
                                      "value": "argument out of range",
                                      "raw": "'argument out of range'",
                                      "range": [
                                        445,
                                        468
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 59
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    427,
                                    469
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 60
                                    }
                                  }
                                },
                                "range": [
                                  421,
                                  469
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 60
                                  }
                                }
                              }
                            ],
                            "kind": "var",
                            "range": [
                              417,
                              470
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 61
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    479,
                                    483
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "name",
                                  "range": [
                                    484,
                                    488
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  479,
                                  488
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      491,
                                      494
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "name",
                                    "range": [
                                      495,
                                      499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "range": [
                                    491,
                                    499
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 28
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": "ArgumentOutOfRangeError",
                                  "raw": "'ArgumentOutOfRangeError'",
                                  "range": [
                                    502,
                                    527
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 56
                                    }
                                  }
                                },
                                "range": [
                                  491,
                                  527
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                479,
                                527
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 56
                                }
                              }
                            },
                            "range": [
                              479,
                              528
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 57
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    537,
                                    541
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "stack",
                                  "range": [
                                    542,
                                    547
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  537,
                                  547
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    550,
                                    553
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "stack",
                                  "range": [
                                    554,
                                    559
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  550,
                                  559
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                537,
                                559
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              537,
                              560
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 31
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    569,
                                    573
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "message",
                                  "range": [
                                    574,
                                    581
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  569,
                                  581
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    584,
                                    587
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "message",
                                  "range": [
                                    588,
                                    595
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 34
                                    }
                                  }
                                },
                                "range": [
                                  584,
                                  595
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                569,
                                595
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              569,
                              596
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 35
                              }
                            }
                          }
                        ],
                        "range": [
                          407,
                          602
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 39
                          },
                          "end": {
                            "line": 18,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        372,
                        602
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "ArgumentOutOfRangeError",
                        "range": [
                          614,
                          637
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 11
                          },
                          "end": {
                            "line": 19,
                            "column": 34
                          }
                        }
                      },
                      "range": [
                        607,
                        638
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 35
                        }
                      }
                    }
                  ],
                  "range": [
                    318,
                    640
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 56
                    },
                    "end": {
                      "line": 20,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  300,
                  640
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 38
                  },
                  "end": {
                    "line": 20,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Error",
                  "range": [
                    641,
                    646
                  ],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 2
                    },
                    "end": {
                      "line": 20,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                300,
                647
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 38
                },
                "end": {
                  "line": 20,
                  "column": 8
                }
              }
            },
            "range": [
              273,
              648
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 11
              },
              "end": {
                "line": 20,
                "column": 9
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          269,
          649
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 7
          },
          "end": {
            "line": 20,
            "column": 10
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * An error thrown when an element was queried at a certain index of an\n * Observable, but no such index or position exists in that sequence.\n *\n * @see {@link elementAt}\n * @see {@link take}\n * @see {@link takeLast}\n *\n * @class ArgumentOutOfRangeError\n ",
            "range": [
              0,
              261
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=ArgumentOutOfRangeError.js.map",
            "range": [
              650,
              701
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 0
              },
              "end": {
                "line": 21,
                "column": 51
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        262,
        649
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 10
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * An error thrown when an element was queried at a certain index of an\n * Observable, but no such index or position exists in that sequence.\n *\n * @see {@link elementAt}\n * @see {@link take}\n * @see {@link takeLast}\n *\n * @class ArgumentOutOfRangeError\n ",
          "range": [
            0,
            261
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=ArgumentOutOfRangeError.js.map",
          "range": [
            650,
            701
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 51
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    262,
    649
  ],
  "loc": {
    "start": {
      "line": 11,
      "column": 0
    },
    "end": {
      "line": 20,
      "column": 10
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * An error thrown when an element was queried at a certain index of an\n * Observable, but no such index or position exists in that sequence.\n *\n * @see {@link elementAt}\n * @see {@link take}\n * @see {@link takeLast}\n *\n * @class ArgumentOutOfRangeError\n ",
      "range": [
        0,
        261
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=ArgumentOutOfRangeError.js.map",
      "range": [
        650,
        701
      ],
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 51
        }
      }
    }
  ]
}