{
  "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": " tslint:disable:max-line-length ",
          "range": [
            44,
            80
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 2,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": {
          "type": "Identifier",
          "name": "find",
          "range": [
            97,
            101
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 16
            },
            "end": {
              "line": 3,
              "column": 20
            }
          }
        },
        "params": [
          {
            "type": "Identifier",
            "name": "predicate",
            "range": [
              102,
              111
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 21
              },
              "end": {
                "line": 3,
                "column": 30
              }
            }
          },
          {
            "type": "Identifier",
            "name": "thisArg",
            "range": [
              113,
              120
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 32
              },
              "end": {
                "line": 3,
                "column": 39
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "!==",
                "left": {
                  "type": "UnaryExpression",
                  "operator": "typeof",
                  "argument": {
                    "type": "Identifier",
                    "name": "predicate",
                    "range": [
                      139,
                      148
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 15
                      },
                      "end": {
                        "line": 4,
                        "column": 24
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    132,
                    148
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 8
                    },
                    "end": {
                      "line": 4,
                      "column": 24
                    }
                  }
                },
                "right": {
                  "type": "Literal",
                  "value": "function",
                  "raw": "'function'",
                  "range": [
                    153,
                    163
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 29
                    },
                    "end": {
                      "line": 4,
                      "column": 39
                    }
                  }
                },
                "range": [
                  132,
                  163
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 8
                  },
                  "end": {
                    "line": 4,
                    "column": 39
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ThrowStatement",
                    "argument": {
                      "type": "NewExpression",
                      "callee": {
                        "type": "Identifier",
                        "name": "TypeError",
                        "range": [
                          185,
                          194
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 18
                          },
                          "end": {
                            "line": 5,
                            "column": 27
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "value": "predicate is not a function",
                          "raw": "'predicate is not a function'",
                          "range": [
                            195,
                            224
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 28
                            },
                            "end": {
                              "line": 5,
                              "column": 57
                            }
                          }
                        }
                      ],
                      "range": [
                        181,
                        225
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 14
                        },
                        "end": {
                          "line": 5,
                          "column": 58
                        }
                      }
                    },
                    "range": [
                      175,
                      226
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8
                      },
                      "end": {
                        "line": 5,
                        "column": 59
                      }
                    }
                  }
                ],
                "range": [
                  165,
                  232
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 41
                  },
                  "end": {
                    "line": 6,
                    "column": 5
                  }
                }
              },
              "alternate": null,
              "range": [
                128,
                232
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 6,
                  "column": 5
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "CallExpression",
                "callee": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "ThisExpression",
                    "range": [
                      244,
                      248
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 11
                      },
                      "end": {
                        "line": 7,
                        "column": 15
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "lift",
                    "range": [
                      249,
                      253
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 16
                      },
                      "end": {
                        "line": 7,
                        "column": 20
                      }
                    }
                  },
                  "range": [
                    244,
                    253
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 11
                    },
                    "end": {
                      "line": 7,
                      "column": 20
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "NewExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "FindValueOperator",
                      "range": [
                        258,
                        275
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 25
                        },
                        "end": {
                          "line": 7,
                          "column": 42
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "predicate",
                        "range": [
                          276,
                          285
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 43
                          },
                          "end": {
                            "line": 7,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "ThisExpression",
                        "range": [
                          287,
                          291
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 54
                          },
                          "end": {
                            "line": 7,
                            "column": 58
                          }
                        }
                      },
                      {
                        "type": "Literal",
                        "value": false,
                        "raw": "false",
                        "range": [
                          293,
                          298
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 60
                          },
                          "end": {
                            "line": 7,
                            "column": 65
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "thisArg",
                        "range": [
                          300,
                          307
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 67
                          },
                          "end": {
                            "line": 7,
                            "column": 74
                          }
                        }
                      }
                    ],
                    "range": [
                      254,
                      308
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 21
                      },
                      "end": {
                        "line": 7,
                        "column": 75
                      }
                    }
                  }
                ],
                "range": [
                  244,
                  309
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 11
                  },
                  "end": {
                    "line": 7,
                    "column": 76
                  }
                }
              },
              "range": [
                237,
                310
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 7,
                  "column": 77
                }
              }
            }
          ],
          "range": [
            122,
            312
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 41
            },
            "end": {
              "line": 8,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          88,
          312
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 7
          },
          "end": {
            "line": 8,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": " tslint:disable:max-line-length ",
            "range": [
              44,
              80
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 0
              },
              "end": {
                "line": 2,
                "column": 36
              }
            }
          }
        ],
        "trailingComments": []
      },
      "specifiers": [],
      "source": null,
      "range": [
        81,
        312
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": " tslint:disable:max-line-length ",
          "range": [
            44,
            80
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 0
            },
            "end": {
              "line": 2,
              "column": 36
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "FindValueOperator",
              "range": [
                324,
                341
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 11
                },
                "end": {
                  "line": 9,
                  "column": 28
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "FindValueOperator",
                        "range": [
                          372,
                          389
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 13
                          },
                          "end": {
                            "line": 10,
                            "column": 30
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "predicate",
                          "range": [
                            390,
                            399
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 31
                            },
                            "end": {
                              "line": 10,
                              "column": 40
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "source",
                          "range": [
                            401,
                            407
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 42
                            },
                            "end": {
                              "line": 10,
                              "column": 48
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "yieldIndex",
                          "range": [
                            409,
                            419
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 50
                            },
                            "end": {
                              "line": 10,
                              "column": 60
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "thisArg",
                          "range": [
                            421,
                            428
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 62
                            },
                            "end": {
                              "line": 10,
                              "column": 69
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    440,
                                    444
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "predicate",
                                  "range": [
                                    445,
                                    454
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  440,
                                  454
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "predicate",
                                "range": [
                                  457,
                                  466
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                440,
                                466
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              440,
                              467
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    476,
                                    480
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "source",
                                  "range": [
                                    481,
                                    487
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  476,
                                  487
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "source",
                                "range": [
                                  490,
                                  496
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                476,
                                496
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              476,
                              497
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    506,
                                    510
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "yieldIndex",
                                  "range": [
                                    511,
                                    521
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  506,
                                  521
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "yieldIndex",
                                "range": [
                                  524,
                                  534
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                506,
                                534
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              506,
                              535
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    544,
                                    548
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "thisArg",
                                  "range": [
                                    549,
                                    556
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  544,
                                  556
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  559,
                                  566
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                544,
                                566
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              544,
                              567
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 31
                              }
                            }
                          }
                        ],
                        "range": [
                          430,
                          573
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 71
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        363,
                        573
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FindValueOperator",
                              "range": [
                                578,
                                595
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 4
                                },
                                "end": {
                                  "line": 16,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                596,
                                605
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 22
                                },
                                "end": {
                                  "line": 16,
                                  "column": 31
                                }
                              }
                            },
                            "range": [
                              578,
                              605
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 31
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "call",
                            "range": [
                              606,
                              610
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 32
                              },
                              "end": {
                                "line": 16,
                                "column": 36
                              }
                            }
                          },
                          "range": [
                            578,
                            610
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 36
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "observer",
                              "range": [
                                623,
                                631
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 49
                                },
                                "end": {
                                  "line": 16,
                                  "column": 57
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "source",
                              "range": [
                                633,
                                639
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 59
                                },
                                "end": {
                                  "line": 16,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "source",
                                      "range": [
                                        658,
                                        664
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_subscribe",
                                      "range": [
                                        665,
                                        675
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      658,
                                      675
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "NewExpression",
                                      "callee": {
                                        "type": "Identifier",
                                        "name": "FindValueSubscriber",
                                        "range": [
                                          680,
                                          699
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "observer",
                                          "range": [
                                            700,
                                            708
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 65
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              710,
                                              714
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 71
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "predicate",
                                            "range": [
                                              715,
                                              724
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 81
                                              }
                                            }
                                          },
                                          "range": [
                                            710,
                                            724
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 81
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              726,
                                              730
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 87
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "source",
                                            "range": [
                                              731,
                                              737
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 94
                                              }
                                            }
                                          },
                                          "range": [
                                            726,
                                            737
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 83
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 94
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              739,
                                              743
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 100
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "yieldIndex",
                                            "range": [
                                              744,
                                              754
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 101
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 111
                                              }
                                            }
                                          },
                                          "range": [
                                            739,
                                            754
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 96
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 111
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              756,
                                              760
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 113
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 117
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "thisArg",
                                            "range": [
                                              761,
                                              768
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 118
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 125
                                              }
                                            }
                                          },
                                          "range": [
                                            756,
                                            768
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 113
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 125
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        676,
                                        769
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 126
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    658,
                                    770
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 127
                                    }
                                  }
                                },
                                "range": [
                                  651,
                                  771
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 128
                                  }
                                }
                              }
                            ],
                            "range": [
                              641,
                              777
                            ],
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 67
                              },
                              "end": {
                                "line": 18,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            613,
                            777
                          ],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 39
                            },
                            "end": {
                              "line": 18,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          578,
                          777
                        ],
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        578,
                        778
                      ],
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "FindValueOperator",
                        "range": [
                          790,
                          807
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 11
                          },
                          "end": {
                            "line": 19,
                            "column": 28
                          }
                        }
                      },
                      "range": [
                        783,
                        808
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 29
                        }
                      }
                    }
                  ],
                  "range": [
                    357,
                    810
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 44
                    },
                    "end": {
                      "line": 20,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  345,
                  810
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 32
                  },
                  "end": {
                    "line": 20,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                345,
                812
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 32
                },
                "end": {
                  "line": 20,
                  "column": 3
                }
              }
            },
            "range": [
              324,
              813
            ],
            "loc": {
              "start": {
                "line": 9,
                "column": 11
              },
              "end": {
                "line": 20,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          320,
          814
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 7
          },
          "end": {
            "line": 20,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              815,
              906
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 0
              },
              "end": {
                "line": 25,
                "column": 3
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        313,
        814
      ],
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            815,
            906
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 25,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "FindValueSubscriber",
              "range": [
                918,
                937
              ],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 11
                },
                "end": {
                  "line": 26,
                  "column": 30
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      951,
                      957
                    ],
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 44
                      },
                      "end": {
                        "line": 26,
                        "column": 50
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            965,
                            974
                          ],
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "FindValueSubscriber",
                            "range": [
                              975,
                              994
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 14
                              },
                              "end": {
                                "line": 27,
                                "column": 33
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              996,
                              1002
                            ],
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 35
                              },
                              "end": {
                                "line": 27,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "range": [
                          965,
                          1003
                        ],
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 42
                          }
                        }
                      },
                      "range": [
                        965,
                        1004
                      ],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 43
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "FindValueSubscriber",
                        "range": [
                          1018,
                          1037
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 13
                          },
                          "end": {
                            "line": 28,
                            "column": 32
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "destination",
                          "range": [
                            1038,
                            1049
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 33
                            },
                            "end": {
                              "line": 28,
                              "column": 44
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "predicate",
                          "range": [
                            1051,
                            1060
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 46
                            },
                            "end": {
                              "line": 28,
                              "column": 55
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "source",
                          "range": [
                            1062,
                            1068
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 57
                            },
                            "end": {
                              "line": 28,
                              "column": 63
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "yieldIndex",
                          "range": [
                            1070,
                            1080
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 65
                            },
                            "end": {
                              "line": 28,
                              "column": 75
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "thisArg",
                          "range": [
                            1082,
                            1089
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 77
                            },
                            "end": {
                              "line": 28,
                              "column": 84
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    1101,
                                    1107
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    1108,
                                    1112
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1101,
                                  1112
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    1113,
                                    1117
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 24
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "destination",
                                  "range": [
                                    1119,
                                    1130
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 37
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1101,
                                1131
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 38
                                }
                              }
                            },
                            "range": [
                              1101,
                              1132
                            ],
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 39
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1141,
                                    1145
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "predicate",
                                  "range": [
                                    1146,
                                    1155
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  1141,
                                  1155
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 22
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "predicate",
                                "range": [
                                  1158,
                                  1167
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1141,
                                1167
                              ],
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 34
                                }
                              }
                            },
                            "range": [
                              1141,
                              1168
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 35
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1177,
                                    1181
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "source",
                                  "range": [
                                    1182,
                                    1188
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  1177,
                                  1188
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "source",
                                "range": [
                                  1191,
                                  1197
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                1177,
                                1197
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              1177,
                              1198
                            ],
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1207,
                                    1211
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "yieldIndex",
                                  "range": [
                                    1212,
                                    1222
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  1207,
                                  1222
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 23
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "yieldIndex",
                                "range": [
                                  1225,
                                  1235
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                1207,
                                1235
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 36
                                }
                              }
                            },
                            "range": [
                              1207,
                              1236
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 37
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1245,
                                    1249
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "thisArg",
                                  "range": [
                                    1250,
                                    1257
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  1245,
                                  1257
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "thisArg",
                                "range": [
                                  1260,
                                  1267
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                1245,
                                1267
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 30
                                }
                              }
                            },
                            "range": [
                              1245,
                              1268
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 31
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    1277,
                                    1281
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "index",
                                  "range": [
                                    1282,
                                    1287
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  1277,
                                  1287
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  1290,
                                  1291
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 22
                                  }
                                }
                              },
                              "range": [
                                1277,
                                1291
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 22
                                }
                              }
                            },
                            "range": [
                              1277,
                              1292
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 23
                              }
                            }
                          }
                        ],
                        "range": [
                          1091,
                          1298
                        ],
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 86
                          },
                          "end": {
                            "line": 35,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        1009,
                        1298
                      ],
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FindValueSubscriber",
                              "range": [
                                1303,
                                1322
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 4
                                },
                                "end": {
                                  "line": 36,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1323,
                                1332
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 24
                                },
                                "end": {
                                  "line": 36,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1303,
                              1332
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 4
                              },
                              "end": {
                                "line": 36,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "notifyComplete",
                            "range": [
                              1333,
                              1347
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 34
                              },
                              "end": {
                                "line": 36,
                                "column": 48
                              }
                            }
                          },
                          "range": [
                            1303,
                            1347
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 4
                            },
                            "end": {
                              "line": 36,
                              "column": 48
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                1360,
                                1365
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 61
                                },
                                "end": {
                                  "line": 36,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1381,
                                        1392
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          1395,
                                          1399
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "destination",
                                        "range": [
                                          1400,
                                          1411
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        1395,
                                        1411
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      1381,
                                      1411
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 42
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1377,
                                  1412
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 43
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1421,
                                        1432
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "next",
                                      "range": [
                                        1433,
                                        1437
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "range": [
                                      1421,
                                      1437
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "value",
                                      "range": [
                                        1438,
                                        1443
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 30
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1421,
                                    1444
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  1421,
                                  1445
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "destination",
                                      "range": [
                                        1454,
                                        1465
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "complete",
                                      "range": [
                                        1466,
                                        1474
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      1454,
                                      1474
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "arguments": [],
                                  "range": [
                                    1454,
                                    1476
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  1454,
                                  1477
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 31
                                  }
                                }
                              }
                            ],
                            "range": [
                              1367,
                              1483
                            ],
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 68
                              },
                              "end": {
                                "line": 40,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1350,
                            1483
                          ],
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 51
                            },
                            "end": {
                              "line": 40,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1303,
                          1483
                        ],
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1303,
                        1484
                      ],
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FindValueSubscriber",
                              "range": [
                                1489,
                                1508
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 4
                                },
                                "end": {
                                  "line": 41,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1509,
                                1518
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 24
                                },
                                "end": {
                                  "line": 41,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1489,
                              1518
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 4
                              },
                              "end": {
                                "line": 41,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_next",
                            "range": [
                              1519,
                              1524
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 34
                              },
                              "end": {
                                "line": 41,
                                "column": 39
                              }
                            }
                          },
                          "range": [
                            1489,
                            1524
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 4
                            },
                            "end": {
                              "line": 41,
                              "column": 39
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                1537,
                                1542
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 52
                                },
                                "end": {
                                  "line": 41,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "_a",
                                      "range": [
                                        1558,
                                        1560
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1563,
                                        1567
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      1558,
                                      1567
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 21
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "predicate",
                                      "range": [
                                        1569,
                                        1578
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          1581,
                                          1583
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "predicate",
                                        "range": [
                                          1584,
                                          1593
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 47
                                          }
                                        }
                                      },
                                      "range": [
                                        1581,
                                        1593
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      1569,
                                      1593
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 47
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "thisArg",
                                      "range": [
                                        1595,
                                        1602
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 56
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          1605,
                                          1607
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 61
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "thisArg",
                                        "range": [
                                          1608,
                                          1615
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        1605,
                                        1615
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "range": [
                                      1595,
                                      1615
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 69
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1554,
                                  1616
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 70
                                  }
                                }
                              },
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "index",
                                      "range": [
                                        1629,
                                        1634
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "UpdateExpression",
                                      "operator": "++",
                                      "argument": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1637,
                                            1641
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "index",
                                          "range": [
                                            1642,
                                            1647
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          1637,
                                          1647
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "prefix": false,
                                      "range": [
                                        1637,
                                        1649
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      1629,
                                      1649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  1625,
                                  1650
                                ],
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "TryStatement",
                                "block": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "id": {
                                            "type": "Identifier",
                                            "name": "result",
                                            "range": [
                                              1681,
                                              1687
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "predicate",
                                                "range": [
                                                  1690,
                                                  1699
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "call",
                                                "range": [
                                                  1700,
                                                  1704
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                1690,
                                                1704
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "LogicalExpression",
                                                "operator": "||",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "thisArg",
                                                  "range": [
                                                    1705,
                                                    1712
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1716,
                                                    1720
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1705,
                                                  1720
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "value",
                                                "range": [
                                                  1722,
                                                  1727
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 62
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "name": "index",
                                                "range": [
                                                  1729,
                                                  1734
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 69
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1736,
                                                    1740
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 75
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "source",
                                                  "range": [
                                                    1741,
                                                    1747
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 82
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1736,
                                                  1747
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 82
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1690,
                                              1748
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 83
                                              }
                                            }
                                          },
                                          "range": [
                                            1681,
                                            1748
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 83
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "var",
                                      "range": [
                                        1677,
                                        1749
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 84
                                        }
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "test": {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          1766,
                                          1772
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "CallExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    1792,
                                                    1796
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "notifyComplete",
                                                  "range": [
                                                    1797,
                                                    1811
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1792,
                                                  1811
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ConditionalExpression",
                                                  "test": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        1812,
                                                        1816
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "yieldIndex",
                                                      "range": [
                                                        1817,
                                                        1827
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 51
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1812,
                                                      1827
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "Identifier",
                                                    "name": "index",
                                                    "range": [
                                                      1830,
                                                      1835
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 59
                                                      }
                                                    }
                                                  },
                                                  "alternate": {
                                                    "type": "Identifier",
                                                    "name": "value",
                                                    "range": [
                                                      1838,
                                                      1843
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 67
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1812,
                                                    1843
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 67
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1792,
                                                1844
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 68
                                                }
                                              }
                                            },
                                            "range": [
                                              1792,
                                              1845
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 69
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1774,
                                          1859
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "alternate": null,
                                      "range": [
                                        1762,
                                        1859
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 13
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1663,
                                    1869
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 9
                                    }
                                  }
                                },
                                "handler": {
                                  "type": "CatchClause",
                                  "param": {
                                    "type": "Identifier",
                                    "name": "err",
                                    "range": [
                                      1885,
                                      1888
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 50,
                                        "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": [
                                                  1904,
                                                  1908
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "destination",
                                                "range": [
                                                  1909,
                                                  1920
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 51,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                1904,
                                                1920
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "error",
                                              "range": [
                                                1921,
                                                1926
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 34
                                                }
                                              }
                                            },
                                            "range": [
                                              1904,
                                              1926
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 34
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "err",
                                              "range": [
                                                1927,
                                                1930
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 38
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1904,
                                            1931
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "range": [
                                          1904,
                                          1932
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 40
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1890,
                                      1942
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    1878,
                                    1942
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 9
                                    }
                                  }
                                },
                                "finalizer": null,
                                "range": [
                                  1659,
                                  1942
                                ],
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              1544,
                              1948
                            ],
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 59
                              },
                              "end": {
                                "line": 53,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1527,
                            1948
                          ],
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 42
                            },
                            "end": {
                              "line": 53,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1489,
                          1948
                        ],
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 4
                          },
                          "end": {
                            "line": 53,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1489,
                        1949
                      ],
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 53,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "FindValueSubscriber",
                              "range": [
                                1954,
                                1973
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 4
                                },
                                "end": {
                                  "line": 54,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1974,
                                1983
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 24
                                },
                                "end": {
                                  "line": 54,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              1954,
                              1983
                            ],
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 4
                              },
                              "end": {
                                "line": 54,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_complete",
                            "range": [
                              1984,
                              1993
                            ],
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 34
                              },
                              "end": {
                                "line": 54,
                                "column": 43
                              }
                            }
                          },
                          "range": [
                            1954,
                            1993
                          ],
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 4
                            },
                            "end": {
                              "line": 54,
                              "column": 43
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        2018,
                                        2022
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "notifyComplete",
                                      "range": [
                                        2023,
                                        2037
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      2018,
                                      2037
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ConditionalExpression",
                                      "test": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            2038,
                                            2042
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "yieldIndex",
                                          "range": [
                                            2043,
                                            2053
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "range": [
                                          2038,
                                          2053
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "UnaryExpression",
                                        "operator": "-",
                                        "argument": {
                                          "type": "Literal",
                                          "value": 1,
                                          "raw": "1",
                                          "range": [
                                            2057,
                                            2058
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 48
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          2056,
                                          2058
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "alternate": {
                                        "type": "Identifier",
                                        "name": "undefined",
                                        "range": [
                                          2061,
                                          2070
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        2038,
                                        2070
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 60
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2018,
                                    2071
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 61
                                    }
                                  }
                                },
                                "range": [
                                  2018,
                                  2072
                                ],
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 62
                                  }
                                }
                              }
                            ],
                            "range": [
                              2008,
                              2078
                            ],
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 58
                              },
                              "end": {
                                "line": 56,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1996,
                            2078
                          ],
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 46
                            },
                            "end": {
                              "line": 56,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1954,
                          2078
                        ],
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1954,
                        2079
                      ],
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "FindValueSubscriber",
                        "range": [
                          2091,
                          2110
                        ],
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 11
                          },
                          "end": {
                            "line": 57,
                            "column": 30
                          }
                        }
                      },
                      "range": [
                        2084,
                        2111
                      ],
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 31
                        }
                      }
                    }
                  ],
                  "range": [
                    959,
                    2113
                  ],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 52
                    },
                    "end": {
                      "line": 58,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  941,
                  2113
                ],
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 34
                  },
                  "end": {
                    "line": 58,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subscriber",
                  "range": [
                    2114,
                    2124
                  ],
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 2
                    },
                    "end": {
                      "line": 58,
                      "column": 12
                    }
                  }
                }
              ],
              "range": [
                941,
                2125
              ],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 34
                },
                "end": {
                  "line": 58,
                  "column": 13
                }
              }
            },
            "range": [
              918,
              2126
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 11
              },
              "end": {
                "line": 58,
                "column": 14
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          914,
          2127
        ],
        "loc": {
          "start": {
            "line": 26,
            "column": 7
          },
          "end": {
            "line": 58,
            "column": 15
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
            "range": [
              815,
              906
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 0
              },
              "end": {
                "line": 25,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=find.js.map",
            "range": [
              2128,
              2160
            ],
            "loc": {
              "start": {
                "line": 59,
                "column": 0
              },
              "end": {
                "line": 59,
                "column": 32
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        907,
        2127
      ],
      "loc": {
        "start": {
          "line": 26,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 15
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
          "range": [
            815,
            906
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 25,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=find.js.map",
          "range": [
            2128,
            2160
          ],
          "loc": {
            "start": {
              "line": 59,
              "column": 0
            },
            "end": {
              "line": 59,
              "column": 32
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2127
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 58,
      "column": 15
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": " tslint:disable:max-line-length ",
      "range": [
        44,
        80
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      }
    },
    {
      "type": "Block",
      "value": "*\n * We need this JSDoc comment for affecting ESDoc.\n * @ignore\n * @extends {Ignored}\n ",
      "range": [
        815,
        906
      ],
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 25,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=find.js.map",
      "range": [
        2128,
        2160
      ],
      "loc": {
        "start": {
          "line": 59,
          "column": 0
        },
        "end": {
          "line": 59,
          "column": 32
        }
      }
    }
  ]
}