{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscriber",
            "range": [
              9,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "range": [
            9,
            19
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 19
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Subscriber",
        "raw": "'../Subscriber'",
        "range": [
          27,
          42
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 27
          },
          "end": {
            "line": 1,
            "column": 42
          }
        }
      },
      "range": [
        0,
        43
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns an Observable that emits whether or not every item of the source satisfies the condition specified.\n * @param {function} predicate a function for determining if an item meets a specified condition.\n * @param {any} [thisArg] optional object to use for `this` in the callback\n * @return {Observable} an Observable of booleans that determines if all items of the source Observable meet the condition specified.\n * @method every\n * @owner Observable\n ",
          "range": [
            44,
            508
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "every",
          "range": [
            525,
            530
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 16
            },
            "end": {
              "line": 10,
              "column": 21
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "predicate",
            "range": [
              531,
              540
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 22
              },
              "end": {
                "line": 10,
                "column": 31
              }
            }
          },
          {
            "type": "Identifier",
            "name": "thisArg",
            "range": [
              542,
              549
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 33
              },
              "end": {
                "line": 10,
                "column": 40
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      564,
                      568
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 11
                      },
                      "end": {
                        "line": 11,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      569,
                      573
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 16
                      },
                      "end": {
                        "line": 11,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    564,
                    573
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 11
                    },
                    "end": {
                      "line": 11,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "EveryOperator",
                      "range": [
                        578,
                        591
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 25
                        },
                        "end": {
                          "line": 11,
                          "column": 38
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "predicate",
                        "range": [
                          592,
                          601
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 39
                          },
                          "end": {
                            "line": 11,
                            "column": 48
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "thisArg",
                        "range": [
                          603,
                          610
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 50
                          },
                          "end": {
                            "line": 11,
                            "column": 57
                          }
                        }
                      },
                      {
                        "type": "ThisExpression",
                        "range": [
                          612,
                          616
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 59
                          },
                          "end": {
                            "line": 11,
                            "column": 63
                          }
                        }
                      }
                    ],
                    "range": [
                      574,
                      617
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 21
                      },
                      "end": {
                        "line": 11,
                        "column": 64
                      }
                    }
                  }
                ],
                "range": [
                  564,
                  618
                ],
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 11
                  },
                  "end": {
                    "line": 11,
                    "column": 65
                  }
                }
              },
              "range": [
                557,
                619
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 4
                },
                "end": {
                  "line": 11,
                  "column": 66
                }
              }
            }
          ],
          "range": [
            551,
            621
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 42
            },
            "end": {
              "line": 12,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          516,
          621
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 7
          },
          "end": {
            "line": 12,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Returns an Observable that emits whether or not every item of the source satisfies the condition specified.\n * @param {function} predicate a function for determining if an item meets a specified condition.\n * @param {any} [thisArg] optional object to use for `this` in the callback\n * @return {Observable} an Observable of booleans that determines if all items of the source Observable meet the condition specified.\n * @method every\n * @owner Observable\n ",
            "range": [
              44,
              508
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        509,
        621
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns an Observable that emits whether or not every item of the source satisfies the condition specified.\n * @param {function} predicate a function for determining if an item meets a specified condition.\n * @param {any} [thisArg] optional object to use for `this` in the callback\n * @return {Observable} an Observable of booleans that determines if all items of the source Observable meet the condition specified.\n * @method every\n * @owner Observable\n ",
          "range": [
            44,
            508
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "EveryOperator",
            "range": [
              626,
              639
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 17
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "EveryOperator",
                      "range": [
                        670,
                        683
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 13
                        },
                        "end": {
                          "line": 14,
                          "column": 26
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "predicate",
                        "range": [
                          684,
                          693
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 27
                          },
                          "end": {
                            "line": 14,
                            "column": 36
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "thisArg",
                        "range": [
                          695,
                          702
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 38
                          },
                          "end": {
                            "line": 14,
                            "column": 45
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          704,
                          710
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 47
                          },
                          "end": {
                            "line": 14,
                            "column": 53
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  722,
                                  726
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "predicate",
                                "range": [
                                  727,
                                  736
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                722,
                                736
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "predicate",
                              "range": [
                                739,
                                748
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 25
                                },
                                "end": {
                                  "line": 15,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              722,
                              748
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            722,
                            749
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  758,
                                  762
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  763,
                                  770
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                758,
                                770
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "thisArg",
                              "range": [
                                773,
                                780
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 23
                                },
                                "end": {
                                  "line": 16,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              758,
                              780
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            758,
                            781
                          ],
                          "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": [
                                  790,
                                  794
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "source",
                                "range": [
                                  795,
                                  801
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                790,
                                801
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 19
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                804,
                                810
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 22
                                },
                                "end": {
                                  "line": 17,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              790,
                              810
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 28
                              }
                            }
                          },
                          "range": [
                            790,
                            811
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 29
                            }
                          }
                        }
                      ],
                      "range": [
                        712,
                        817
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 55
                        },
                        "end": {
                          "line": 18,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      661,
                      817
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 18,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "EveryOperator",
                            "range": [
                              822,
                              835
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              836,
                              845
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 18
                              },
                              "end": {
                                "line": 19,
                                "column": 27
                              }
                            }
                          },
                          "range": [
                            822,
                            845
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 27
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "call",
                          "range": [
                            846,
                            850
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 28
                            },
                            "end": {
                              "line": 19,
                              "column": 32
                            }
                          }
                        },
                        "range": [
                          822,
                          850
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 32
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "observer",
                            "range": [
                              863,
                              871
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 45
                              },
                              "end": {
                                "line": 19,
                                "column": 53
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "source",
                            "range": [
                              873,
                              879
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 55
                              },
                              "end": {
                                "line": 19,
                                "column": 61
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "argument": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      898,
                                      904
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_subscribe",
                                    "range": [
                                      905,
                                      915
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    898,
                                    915
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "EverySubscriber",
                                      "range": [
                                        920,
                                        935
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "observer",
                                        "range": [
                                          936,
                                          944
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 61
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            946,
                                            950
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 67
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "predicate",
                                          "range": [
                                            951,
                                            960
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 77
                                            }
                                          }
                                        },
                                        "range": [
                                          946,
                                          960
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 77
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            962,
                                            966
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 83
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "thisArg",
                                          "range": [
                                            967,
                                            974
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 91
                                            }
                                          }
                                        },
                                        "range": [
                                          962,
                                          974
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 91
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            976,
                                            980
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 93
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 97
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "source",
                                          "range": [
                                            981,
                                            987
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 98
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 104
                                            }
                                          }
                                        },
                                        "range": [
                                          976,
                                          987
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 93
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 104
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      916,
                                      988
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 105
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  898,
                                  989
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 106
                                  }
                                }
                              },
                              "range": [
                                891,
                                990
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 107
                                }
                              }
                            }
                          ],
                          "range": [
                            881,
                            996
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 63
                            },
                            "end": {
                              "line": 21,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          853,
                          996
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 35
                          },
                          "end": {
                            "line": 21,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        822,
                        996
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      822,
                      997
                    ],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "EveryOperator",
                      "range": [
                        1009,
                        1022
                      ],
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 11
                        },
                        "end": {
                          "line": 22,
                          "column": 24
                        }
                      }
                    },
                    "range": [
                      1002,
                      1023
                    ],
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 25
                      }
                    }
                  }
                ],
                "range": [
                  655,
                  1025
                ],
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 33
                  },
                  "end": {
                    "line": 23,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                643,
                1025
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 21
                },
                "end": {
                  "line": 23,
                  "column": 1
                }
              }
            },
            "arguments": [],
            "range": [
              643,
              1027
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 21
              },
              "end": {
                "line": 23,
                "column": 3
              }
            }
          },
          "range": [
            626,
            1028
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 4
            },
            "end": {
              "line": 23,
              "column": 4
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        622,
        1029
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 23,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1030,
            1121
          ],
          "loc": {
            "start": {
              "line": 24,
              "column": 0
            },
            "end": {
              "line": 28,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "EverySubscriber",
            "range": [
              1126,
              1141
            ],
            "loc": {
              "start": {
                "line": 29,
                "column": 4
              },
              "end": {
                "line": 29,
                "column": 19
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_super",
                  "range": [
                    1155,
                    1161
                  ],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 33
                    },
                    "end": {
                      "line": 29,
                      "column": 39
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "__extends",
                        "range": [
                          1169,
                          1178
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 4
                          },
                          "end": {
                            "line": 30,
                            "column": 13
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "name": "EverySubscriber",
                          "range": [
                            1179,
                            1194
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 14
                            },
                            "end": {
                              "line": 30,
                              "column": 29
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "_super",
                          "range": [
                            1196,
                            1202
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 31
                            },
                            "end": {
                              "line": 30,
                              "column": 37
                            }
                          }
                        }
                      ],
                      "range": [
                        1169,
                        1203
                      ],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      }
                    },
                    "range": [
                      1169,
                      1204
                    ],
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 4
                      },
                      "end": {
                        "line": 30,
                        "column": 39
                      }
                    }
                  },
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "EverySubscriber",
                      "range": [
                        1218,
                        1233
                      ],
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 13
                        },
                        "end": {
                          "line": 31,
                          "column": 28
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "destination",
                        "range": [
                          1234,
                          1245
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 29
                          },
                          "end": {
                            "line": 31,
                            "column": 40
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "predicate",
                        "range": [
                          1247,
                          1256
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 42
                          },
                          "end": {
                            "line": 31,
                            "column": 51
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "thisArg",
                        "range": [
                          1258,
                          1265
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 53
                          },
                          "end": {
                            "line": 31,
                            "column": 60
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "source",
                        "range": [
                          1267,
                          1273
                        ],
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 62
                          },
                          "end": {
                            "line": 31,
                            "column": 68
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_super",
                                "range": [
                                  1285,
                                  1291
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 14
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "call",
                                "range": [
                                  1292,
                                  1296
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1285,
                                1296
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 19
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1297,
                                  1301
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "destination",
                                "range": [
                                  1303,
                                  1314
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 37
                                  }
                                }
                              }
                            ],
                            "range": [
                              1285,
                              1315
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1285,
                            1316
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 39
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1325,
                                  1329
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "predicate",
                                "range": [
                                  1330,
                                  1339
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1325,
                                1339
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 22
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "predicate",
                              "range": [
                                1342,
                                1351
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 25
                                },
                                "end": {
                                  "line": 33,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1325,
                              1351
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            1325,
                            1352
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 35
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1361,
                                  1365
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  1366,
                                  1373
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                1361,
                                1373
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "thisArg",
                              "range": [
                                1376,
                                1383
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 23
                                },
                                "end": {
                                  "line": 34,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              1361,
                              1383
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 30
                              }
                            }
                          },
                          "range": [
                            1361,
                            1384
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 31
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1393,
                                  1397
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "source",
                                "range": [
                                  1398,
                                  1404
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 19
                                  }
                                }
                              },
                              "range": [
                                1393,
                                1404
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 19
                                }
                              }
                            },
                            "right": {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                1407,
                                1413
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 22
                                },
                                "end": {
                                  "line": 35,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              1393,
                              1413
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 28
                              }
                            }
                          },
                          "range": [
                            1393,
                            1414
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 29
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1423,
                                  1427
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "index",
                                "range": [
                                  1428,
                                  1433
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 18
                                  }
                                }
                              },
                              "range": [
                                1423,
                                1433
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 18
                                }
                              }
                            },
                            "right": {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                1436,
                                1437
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 21
                                },
                                "end": {
                                  "line": 36,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              1423,
                              1437
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 22
                              }
                            }
                          },
                          "range": [
                            1423,
                            1438
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 23
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "AssignmentExpression",
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "ThisExpression",
                                "range": [
                                  1447,
                                  1451
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  1452,
                                  1459
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 20
                                  }
                                }
                              },
                              "range": [
                                1447,
                                1459
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 20
                                }
                              }
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "operator": "||",
                              "left": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  1462,
                                  1469
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 30
                                  }
                                }
                              },
                              "right": {
                                "type": "ThisExpression",
                                "range": [
                                  1473,
                                  1477
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 38
                                  }
                                }
                              },
                              "range": [
                                1462,
                                1477
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 23
                                },
                                "end": {
                                  "line": 37,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              1447,
                              1477
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            1447,
                            1478
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 39
                            }
                          }
                        }
                      ],
                      "range": [
                        1275,
                        1484
                      ],
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 70
                        },
                        "end": {
                          "line": 38,
                          "column": 5
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1209,
                      1484
                    ],
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 38,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "EverySubscriber",
                            "range": [
                              1489,
                              1504
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 4
                              },
                              "end": {
                                "line": 39,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1505,
                              1514
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 20
                              },
                              "end": {
                                "line": 39,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            1489,
                            1514
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 4
                            },
                            "end": {
                              "line": 39,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "notifyComplete",
                          "range": [
                            1515,
                            1529
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 30
                            },
                            "end": {
                              "line": 39,
                              "column": 44
                            }
                          }
                        },
                        "range": [
                          1489,
                          1529
                        ],
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 44
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "everyValueMatch",
                            "range": [
                              1542,
                              1557
                            ],
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 57
                              },
                              "end": {
                                "line": 39,
                                "column": 72
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1569,
                                        1573
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1574,
                                        1585
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      1569,
                                      1585
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "next",
                                    "range": [
                                      1586,
                                      1590
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    1569,
                                    1590
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 29
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "everyValueMatch",
                                    "range": [
                                      1591,
                                      1606
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 45
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1569,
                                  1607
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                1569,
                                1608
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1617,
                                        1621
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1622,
                                        1633
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      1617,
                                      1633
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "complete",
                                    "range": [
                                      1634,
                                      1642
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "range": [
                                    1617,
                                    1642
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 33
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  1617,
                                  1644
                                ],
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 35
                                  }
                                }
                              },
                              "range": [
                                1617,
                                1645
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 36
                                }
                              }
                            }
                          ],
                          "range": [
                            1559,
                            1651
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 74
                            },
                            "end": {
                              "line": 42,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1532,
                          1651
                        ],
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 47
                          },
                          "end": {
                            "line": 42,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1489,
                        1651
                      ],
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1489,
                      1652
                    ],
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "EverySubscriber",
                            "range": [
                              1657,
                              1672
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 4
                              },
                              "end": {
                                "line": 43,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1673,
                              1682
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 20
                              },
                              "end": {
                                "line": 43,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            1657,
                            1682
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_next",
                          "range": [
                            1683,
                            1688
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 30
                            },
                            "end": {
                              "line": 43,
                              "column": 35
                            }
                          }
                        },
                        "range": [
                          1657,
                          1688
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 35
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "value",
                            "range": [
                              1701,
                              1706
                            ],
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 48
                              },
                              "end": {
                                "line": 43,
                                "column": 53
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1722,
                                      1728
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      1731,
                                      1736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1722,
                                    1736
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1718,
                                1737
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "TryStatement",
                              "block": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          1764,
                                          1770
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1773,
                                                1777
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "predicate",
                                              "range": [
                                                1778,
                                                1787
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 35
                                                }
                                              }
                                            },
                                            "range": [
                                              1773,
                                              1787
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "call",
                                            "range": [
                                              1788,
                                              1792
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 40
                                              }
                                            }
                                          },
                                          "range": [
                                            1773,
                                            1792
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1793,
                                                1797
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "thisArg",
                                              "range": [
                                                1798,
                                                1805
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "range": [
                                              1793,
                                              1805
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 53
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              1807,
                                              1812
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 60
                                              }
                                            }
                                          },
                                          {
                                            "type": "UpdateExpression",
                                            "operator": "++",
                                            "argument": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1814,
                                                  1818
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  1819,
                                                  1824
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 72
                                                  }
                                                }
                                              },
                                              "range": [
                                                1814,
                                                1824
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 72
                                                }
                                              }
                                            },
                                            "prefix": false,
                                            "range": [
                                              1814,
                                              1826
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 74
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1828,
                                                1832
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 80
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "source",
                                              "range": [
                                                1833,
                                                1839
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 87
                                                }
                                              }
                                            },
                                            "range": [
                                              1828,
                                              1839
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 87
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1773,
                                          1840
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 88
                                          }
                                        }
                                      },
                                      "range": [
                                        1764,
                                        1840
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 88
                                        }
                                      }
                                    },
                                    "range": [
                                      1764,
                                      1841
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 89
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1750,
                                  1851
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 9
                                  }
                                }
                              },
                              "handler": {
                                "type": "CatchClause",
                                "param": {
                                  "type": "Identifier",
                                  "name": "err",
                                  "range": [
                                    1867,
                                    1870
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 18
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1886,
                                                1890
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "destination",
                                              "range": [
                                                1891,
                                                1902
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              1886,
                                              1902
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "error",
                                            "range": [
                                              1903,
                                              1908
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "range": [
                                            1886,
                                            1908
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              1909,
                                              1912
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1886,
                                          1913
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1886,
                                        1914
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 40
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": null,
                                      "range": [
                                        1927,
                                        1934
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 19
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1872,
                                    1944
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1860,
                                  1944
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 9
                                  }
                                }
                              },
                              "finalizer": null,
                              "range": [
                                1746,
                                1944
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 9
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "UnaryExpression",
                                "operator": "!",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "result",
                                  "range": [
                                    1958,
                                    1964
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 19
                                    }
                                  }
                                },
                                "prefix": true,
                                "range": [
                                  1957,
                                  1964
                                ],
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 19
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1980,
                                            1984
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "notifyComplete",
                                          "range": [
                                            1985,
                                            1999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "range": [
                                          1980,
                                          1999
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "value": false,
                                          "raw": "false",
                                          "range": [
                                            2000,
                                            2005
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 37
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1980,
                                        2006
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1980,
                                      2007
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1966,
                                  2017
                                ],
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 9
                                  }
                                }
                              },
                              "alternate": null,
                              "range": [
                                1953,
                                2017
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            1708,
                            2023
                          ],
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 55
                            },
                            "end": {
                              "line": 55,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1691,
                          2023
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 38
                          },
                          "end": {
                            "line": 55,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1657,
                        2023
                      ],
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      1657,
                      2024
                    ],
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 4
                      },
                      "end": {
                        "line": 55,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "EverySubscriber",
                            "range": [
                              2029,
                              2044
                            ],
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 4
                              },
                              "end": {
                                "line": 56,
                                "column": 19
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              2045,
                              2054
                            ],
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 20
                              },
                              "end": {
                                "line": 56,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            2029,
                            2054
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 4
                            },
                            "end": {
                              "line": 56,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "_complete",
                          "range": [
                            2055,
                            2064
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 30
                            },
                            "end": {
                              "line": 56,
                              "column": 39
                            }
                          }
                        },
                        "range": [
                          2029,
                          2064
                        ],
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 39
                          }
                        }
                      },
                      "right": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      2089,
                                      2093
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 12
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "notifyComplete",
                                    "range": [
                                      2094,
                                      2108
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "range": [
                                    2089,
                                    2108
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 27
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      2109,
                                      2113
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2089,
                                  2114
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                2089,
                                2115
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 34
                                }
                              }
                            }
                          ],
                          "range": [
                            2079,
                            2121
                          ],
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 54
                            },
                            "end": {
                              "line": 58,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2067,
                          2121
                        ],
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 42
                          },
                          "end": {
                            "line": 58,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        2029,
                        2121
                      ],
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 5
                        }
                      }
                    },
                    "range": [
                      2029,
                      2122
                    ],
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 6
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Identifier",
                      "name": "EverySubscriber",
                      "range": [
                        2134,
                        2149
                      ],
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 11
                        },
                        "end": {
                          "line": 59,
                          "column": 26
                        }
                      }
                    },
                    "range": [
                      2127,
                      2150
                    ],
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 4
                      },
                      "end": {
                        "line": 59,
                        "column": 27
                      }
                    }
                  }
                ],
                "range": [
                  1163,
                  2152
                ],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 41
                  },
                  "end": {
                    "line": 60,
                    "column": 1
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1145,
                2152
              ],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 23
                },
                "end": {
                  "line": 60,
                  "column": 1
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "Subscriber",
                "range": [
                  2153,
                  2163
                ],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 12
                  }
                }
              }
            ],
            "range": [
              1145,
              2164
            ],
            "loc": {
              "start": {
                "line": 29,
                "column": 23
              },
              "end": {
                "line": 60,
                "column": 13
              }
            }
          },
          "range": [
            1126,
            2165
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 4
            },
            "end": {
              "line": 60,
              "column": 14
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1122,
        2166
      ],
      "loc": {
        "start": {
          "line": 29,
          "column": 0
        },
        "end": {
          "line": 60,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            1030,
            1121
          ],
          "loc": {
            "start": {
              "line": 24,
              "column": 0
            },
            "end": {
              "line": 28,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=every.js.map",
          "range": [
            2167,
            2200
          ],
          "loc": {
            "start": {
              "line": 61,
              "column": 0
            },
            "end": {
              "line": 61,
              "column": 33
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2166
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 60,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Returns an Observable that emits whether or not every item of the source satisfies the condition specified.\n * @param {function} predicate a function for determining if an item meets a specified condition.\n * @param {any} [thisArg] optional object to use for `this` in the callback\n * @return {Observable} an Observable of booleans that determines if all items of the source Observable meet the condition specified.\n * @method every\n * @owner Observable\n ",
      "range": [
        44,
        508
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        1030,
        1121
      ],
      "loc": {
        "start": {
          "line": 24,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=every.js.map",
      "range": [
        2167,
        2200
      ],
      "loc": {
        "start": {
          "line": 61,
          "column": 0
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    }
  ]
}