{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subject",
            "range": [
              9,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subject",
            "range": [
              9,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            9,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subject",
        "raw": "'./Subject'",
        "range": [
          24,
          35
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 24
          },
          "end": {
            "line": 1,
            "column": 35
          }
        }
      },
      "range": [
        0,
        36
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      }
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              46,
              58
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 21
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              46,
              58
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 21
              }
            }
          },
          "range": [
            46,
            58
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 21
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./Subscription",
        "raw": "'./Subscription'",
        "range": [
          66,
          82
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 29
          },
          "end": {
            "line": 2,
            "column": 45
          }
        }
      },
      "range": [
        37,
        83
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 46
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * @class AsyncSubject<T>\n ",
          "range": [
            84,
            117
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "AsyncSubject",
              "range": [
                129,
                141
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 11
                },
                "end": {
                  "line": 6,
                  "column": 23
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      155,
                      161
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 37
                      },
                      "end": {
                        "line": 6,
                        "column": 43
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            169,
                            178
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "AsyncSubject",
                            "range": [
                              179,
                              191
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 14
                              },
                              "end": {
                                "line": 7,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              193,
                              199
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 28
                              },
                              "end": {
                                "line": 7,
                                "column": 34
                              }
                            }
                          }
                        ],
                        "range": [
                          169,
                          200
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 35
                          }
                        }
                      },
                      "range": [
                        169,
                        201
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 36
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "AsyncSubject",
                        "range": [
                          215,
                          227
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 13
                          },
                          "end": {
                            "line": 8,
                            "column": 25
                          }
                        }
                      },
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    240,
                                    246
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "apply",
                                  "range": [
                                    247,
                                    252
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  240,
                                  252
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 20
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    253,
                                    257
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 25
                                    }
                                  }
                                },
                                {
                                  "type": "Identifier",
                                  "name": "arguments",
                                  "range": [
                                    259,
                                    268
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "range": [
                                240,
                                269
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 37
                                }
                              }
                            },
                            "range": [
                              240,
                              270
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 38
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    279,
                                    283
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "value",
                                  "range": [
                                    284,
                                    289
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  279,
                                  289
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": null,
                                "raw": "null",
                                "range": [
                                  292,
                                  296
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 25
                                  }
                                }
                              },
                              "range": [
                                279,
                                296
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              279,
                              297
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    306,
                                    310
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "hasNext",
                                  "range": [
                                    311,
                                    318
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  306,
                                  318
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": false,
                                "raw": "false",
                                "range": [
                                  321,
                                  326
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                306,
                                326
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              306,
                              327
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    336,
                                    340
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "hasCompleted",
                                  "range": [
                                    341,
                                    353
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 25
                                    }
                                  }
                                },
                                "range": [
                                  336,
                                  353
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 25
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": false,
                                "raw": "false",
                                "range": [
                                  356,
                                  361
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                336,
                                361
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 33
                                }
                              }
                            },
                            "range": [
                              336,
                              362
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 34
                              }
                            }
                          }
                        ],
                        "range": [
                          230,
                          368
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 28
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        206,
                        368
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "AsyncSubject",
                              "range": [
                                373,
                                385
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 4
                                },
                                "end": {
                                  "line": 14,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                386,
                                395
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 17
                                },
                                "end": {
                                  "line": 14,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              373,
                              395
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 4
                              },
                              "end": {
                                "line": 14,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              396,
                              406
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 27
                              },
                              "end": {
                                "line": 14,
                                "column": 37
                              }
                            }
                          },
                          "range": [
                            373,
                            406
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 37
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                419,
                                429
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 50
                                },
                                "end": {
                                  "line": 14,
                                  "column": 60
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        445,
                                        449
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasCompleted",
                                      "range": [
                                        450,
                                        462
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "range": [
                                      445,
                                      462
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        466,
                                        470
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasNext",
                                      "range": [
                                        471,
                                        478
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "range": [
                                      466,
                                      478
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    445,
                                    478
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 45
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              494,
                                              504
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "next",
                                            "range": [
                                              505,
                                              509
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            494,
                                            509
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                510,
                                                514
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                515,
                                                520
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "range": [
                                              510,
                                              520
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          494,
                                          521
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        494,
                                        522
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 40
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              535,
                                              545
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "complete",
                                            "range": [
                                              546,
                                              554
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            535,
                                            554
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "arguments": [],
                                        "range": [
                                          535,
                                          556
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        535,
                                        557
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 34
                                        }
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Subscription",
                                          "range": [
                                            577,
                                            589
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "EMPTY",
                                          "range": [
                                            590,
                                            595
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          577,
                                          595
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        570,
                                        596
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 38
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    480,
                                    606
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        624,
                                        628
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasError",
                                      "range": [
                                        629,
                                        637
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      624,
                                      637
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "expression": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "subscriber",
                                              "range": [
                                                653,
                                                663
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "error",
                                              "range": [
                                                664,
                                                669
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "range": [
                                              653,
                                              669
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  670,
                                                  674
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "thrownError",
                                                "range": [
                                                  675,
                                                  686
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                670,
                                                686
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            653,
                                            687
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 46
                                            }
                                          }
                                        },
                                        "range": [
                                          653,
                                          688
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Subscription",
                                            "range": [
                                              708,
                                              720
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "EMPTY",
                                            "range": [
                                              721,
                                              726
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "range": [
                                            708,
                                            726
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "range": [
                                          701,
                                          727
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      639,
                                      737
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": null,
                                  "range": [
                                    620,
                                    737
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  441,
                                  737
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "_super",
                                          "range": [
                                            753,
                                            759
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "prototype",
                                          "range": [
                                            760,
                                            769
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "range": [
                                          753,
                                          769
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_subscribe",
                                        "range": [
                                          770,
                                          780
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "range": [
                                        753,
                                        780
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        781,
                                        785
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "range": [
                                      753,
                                      785
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 47
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        786,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 52
                                        }
                                      }
                                    },
                                    {
                                      "type": "Identifier",
                                      "name": "subscriber",
                                      "range": [
                                        792,
                                        802
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 64
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    753,
                                    803
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 65
                                    }
                                  }
                                },
                                "range": [
                                  746,
                                  804
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 66
                                  }
                                }
                              }
                            ],
                            "range": [
                              431,
                              810
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 62
                              },
                              "end": {
                                "line": 25,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            409,
                            810
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 40
                            },
                            "end": {
                              "line": 25,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          373,
                          810
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        373,
                        811
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "AsyncSubject",
                              "range": [
                                816,
                                828
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 4
                                },
                                "end": {
                                  "line": 26,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                829,
                                838
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 17
                                },
                                "end": {
                                  "line": 26,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              816,
                              838
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 4
                              },
                              "end": {
                                "line": 26,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "next",
                            "range": [
                              839,
                              843
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 27
                              },
                              "end": {
                                "line": 26,
                                "column": 31
                              }
                            }
                          },
                          "range": [
                            816,
                            843
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 31
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                856,
                                861
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 44
                                },
                                "end": {
                                  "line": 26,
                                  "column": 49
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        878,
                                        882
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasCompleted",
                                      "range": [
                                        883,
                                        895
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "range": [
                                      878,
                                      895
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    877,
                                    895
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 30
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              911,
                                              915
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              916,
                                              921
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "range": [
                                            911,
                                            921
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            924,
                                            929
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          911,
                                          929
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "range": [
                                        911,
                                        930
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 31
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              943,
                                              947
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "hasNext",
                                            "range": [
                                              948,
                                              955
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "range": [
                                            943,
                                            955
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "value": true,
                                          "raw": "true",
                                          "range": [
                                            958,
                                            962
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "range": [
                                          943,
                                          962
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "range": [
                                        943,
                                        963
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 32
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    897,
                                    973
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  873,
                                  973
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              863,
                              979
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 51
                              },
                              "end": {
                                "line": 31,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            846,
                            979
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 34
                            },
                            "end": {
                              "line": 31,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          816,
                          979
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 4
                          },
                          "end": {
                            "line": 31,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        816,
                        980
                      ],
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 31,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "AsyncSubject",
                              "range": [
                                985,
                                997
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 4
                                },
                                "end": {
                                  "line": 32,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                998,
                                1007
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 17
                                },
                                "end": {
                                  "line": 32,
                                  "column": 26
                                }
                              }
                            },
                            "range": [
                              985,
                              1007
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 4
                              },
                              "end": {
                                "line": 32,
                                "column": 26
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "complete",
                            "range": [
                              1008,
                              1016
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 27
                              },
                              "end": {
                                "line": 32,
                                "column": 35
                              }
                            }
                          },
                          "range": [
                            985,
                            1016
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 35
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1041,
                                        1045
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "hasCompleted",
                                      "range": [
                                        1046,
                                        1058
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      1041,
                                      1058
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": true,
                                    "raw": "true",
                                    "range": [
                                      1061,
                                      1065
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    1041,
                                    1065
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 32
                                    }
                                  }
                                },
                                "range": [
                                  1041,
                                  1066
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 33
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      1079,
                                      1083
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasNext",
                                    "range": [
                                      1084,
                                      1091
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1079,
                                    1091
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 24
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_super",
                                                "range": [
                                                  1107,
                                                  1113
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  1114,
                                                  1123
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                1107,
                                                1123
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "next",
                                              "range": [
                                                1124,
                                                1128
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "range": [
                                              1107,
                                              1128
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 33
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "call",
                                            "range": [
                                              1129,
                                              1133
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "range": [
                                            1107,
                                            1133
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "range": [
                                              1134,
                                              1138
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 43
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                1140,
                                                1144
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                1145,
                                                1150
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 55
                                                }
                                              }
                                            },
                                            "range": [
                                              1140,
                                              1150
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 55
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1107,
                                          1151
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 56
                                          }
                                        }
                                      },
                                      "range": [
                                        1107,
                                        1152
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 57
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1093,
                                    1162
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  1075,
                                  1162
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "_super",
                                          "range": [
                                            1171,
                                            1177
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "prototype",
                                          "range": [
                                            1178,
                                            1187
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1171,
                                          1187
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "complete",
                                        "range": [
                                          1188,
                                          1196
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        1171,
                                        1196
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        1197,
                                        1201
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1171,
                                      1201
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        1202,
                                        1206
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 43
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1171,
                                    1207
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 44
                                    }
                                  }
                                },
                                "range": [
                                  1171,
                                  1208
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 45
                                  }
                                }
                              }
                            ],
                            "range": [
                              1031,
                              1214
                            ],
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 50
                              },
                              "end": {
                                "line": 38,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1019,
                            1214
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 38
                            },
                            "end": {
                              "line": 38,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          985,
                          1214
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 4
                          },
                          "end": {
                            "line": 38,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        985,
                        1215
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "AsyncSubject",
                        "range": [
                          1227,
                          1239
                        ],
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 11
                          },
                          "end": {
                            "line": 39,
                            "column": 23
                          }
                        }
                      },
                      "range": [
                        1220,
                        1240
                      ],
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "range": [
                    163,
                    1242
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 45
                    },
                    "end": {
                      "line": 40,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  145,
                  1242
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 27
                  },
                  "end": {
                    "line": 40,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subject",
                  "range": [
                    1243,
                    1250
                  ],
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 2
                    },
                    "end": {
                      "line": 40,
                      "column": 9
                    }
                  }
                }
              ],
              "range": [
                145,
                1251
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 27
                },
                "end": {
                  "line": 40,
                  "column": 10
                }
              }
            },
            "range": [
              129,
              1252
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 11
              },
              "end": {
                "line": 40,
                "column": 11
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          125,
          1253
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 7
          },
          "end": {
            "line": 40,
            "column": 12
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * @class AsyncSubject<T>\n ",
            "range": [
              84,
              117
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=AsyncSubject.js.map",
            "range": [
              1254,
              1294
            ],
            "loc": {
              "start": {
                "line": 41,
                "column": 0
              },
              "end": {
                "line": 41,
                "column": 40
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        118,
        1253
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 40,
          "column": 12
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * @class AsyncSubject<T>\n ",
          "range": [
            84,
            117
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=AsyncSubject.js.map",
          "range": [
            1254,
            1294
          ],
          "loc": {
            "start": {
              "line": 41,
              "column": 0
            },
            "end": {
              "line": 41,
              "column": 40
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1253
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 40,
      "column": 12
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * @class AsyncSubject<T>\n ",
      "range": [
        84,
        117
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=AsyncSubject.js.map",
      "range": [
        1254,
        1294
      ],
      "loc": {
        "start": {
          "line": 41,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 40
        }
      }
    }
  ]
}