{
  "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": "ObjectUnsubscribedError",
            "range": [
              46,
              69
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 32
              }
            }
          },
          "imported": {
            "type": "Identifier",
            "name": "ObjectUnsubscribedError",
            "range": [
              46,
              69
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 9
              },
              "end": {
                "line": 2,
                "column": 32
              }
            }
          },
          "range": [
            46,
            69
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9
            },
            "end": {
              "line": 2,
              "column": 32
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "./util/ObjectUnsubscribedError",
        "raw": "'./util/ObjectUnsubscribedError'",
        "range": [
          77,
          109
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 40
          },
          "end": {
            "line": 2,
            "column": 72
          }
        }
      },
      "range": [
        37,
        110
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 73
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * @class BehaviorSubject<T>\n ",
          "range": [
            111,
            147
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "BehaviorSubject",
              "range": [
                159,
                174
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 11
                },
                "end": {
                  "line": 6,
                  "column": 26
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "_super",
                    "range": [
                      188,
                      194
                    ],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 40
                      },
                      "end": {
                        "line": 6,
                        "column": 46
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "__extends",
                          "range": [
                            202,
                            211
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "name": "BehaviorSubject",
                            "range": [
                              212,
                              227
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 14
                              },
                              "end": {
                                "line": 7,
                                "column": 29
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "_super",
                            "range": [
                              229,
                              235
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 31
                              },
                              "end": {
                                "line": 7,
                                "column": 37
                              }
                            }
                          }
                        ],
                        "range": [
                          202,
                          236
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 7,
                            "column": 38
                          }
                        }
                      },
                      "range": [
                        202,
                        237
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 39
                        }
                      }
                    },
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "BehaviorSubject",
                        "range": [
                          251,
                          266
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 13
                          },
                          "end": {
                            "line": 8,
                            "column": 28
                          }
                        }
                      },
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "_value",
                          "range": [
                            267,
                            273
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 29
                            },
                            "end": {
                              "line": 8,
                              "column": 35
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_super",
                                  "range": [
                                    285,
                                    291
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "call",
                                  "range": [
                                    292,
                                    296
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  285,
                                  296
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 19
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "ThisExpression",
                                  "range": [
                                    297,
                                    301
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "range": [
                                285,
                                302
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              285,
                              303
                            ],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    312,
                                    316
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_value",
                                  "range": [
                                    317,
                                    323
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  312,
                                  323
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 19
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "_value",
                                "range": [
                                  326,
                                  332
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 28
                                  }
                                }
                              },
                              "range": [
                                312,
                                332
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 28
                                }
                              }
                            },
                            "range": [
                              312,
                              333
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 29
                              }
                            }
                          }
                        ],
                        "range": [
                          275,
                          339
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 37
                          },
                          "end": {
                            "line": 11,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        242,
                        339
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "Object",
                            "range": [
                              344,
                              350
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 10
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "defineProperty",
                            "range": [
                              351,
                              365
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 11
                              },
                              "end": {
                                "line": 12,
                                "column": 25
                              }
                            }
                          },
                          "range": [
                            344,
                            365
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 25
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "BehaviorSubject",
                              "range": [
                                366,
                                381
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 26
                                },
                                "end": {
                                  "line": 12,
                                  "column": 41
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                382,
                                391
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 42
                                },
                                "end": {
                                  "line": 12,
                                  "column": 51
                                }
                              }
                            },
                            "range": [
                              366,
                              391
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 26
                              },
                              "end": {
                                "line": 12,
                                "column": 51
                              }
                            }
                          },
                          {
                            "type": "Literal",
                            "value": "value",
                            "raw": "\"value\"",
                            "range": [
                              393,
                              400
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 53
                              },
                              "end": {
                                "line": 12,
                                "column": 60
                              }
                            }
                          },
                          {
                            "type": "ObjectExpression",
                            "properties": [
                              {
                                "type": "Property",
                                "key": {
                                  "type": "Identifier",
                                  "name": "get",
                                  "range": [
                                    412,
                                    415
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 11
                                    }
                                  }
                                },
                                "value": {
                                  "type": "FunctionExpression",
                                  "id": null,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                450,
                                                454
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "getValue",
                                              "range": [
                                                455,
                                                463
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "range": [
                                              450,
                                              463
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            450,
                                            465
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          443,
                                          466
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 35
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      429,
                                      476
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "generator": false,
                                  "expression": false,
                                  "range": [
                                    417,
                                    476
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 9
                                    }
                                  }
                                },
                                "kind": "init",
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "range": [
                                  412,
                                  476
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "Property",
                                "key": {
                                  "type": "Identifier",
                                  "name": "enumerable",
                                  "range": [
                                    486,
                                    496
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 18
                                    }
                                  }
                                },
                                "value": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    498,
                                    502
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 24
                                    }
                                  }
                                },
                                "kind": "init",
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "range": [
                                  486,
                                  502
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 24
                                  }
                                }
                              },
                              {
                                "type": "Property",
                                "key": {
                                  "type": "Identifier",
                                  "name": "configurable",
                                  "range": [
                                    512,
                                    524
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 20
                                    }
                                  }
                                },
                                "value": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    526,
                                    530
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 26
                                    }
                                  }
                                },
                                "kind": "init",
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "range": [
                                  512,
                                  530
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 26
                                  }
                                }
                              }
                            ],
                            "range": [
                              402,
                              536
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 62
                              },
                              "end": {
                                "line": 18,
                                "column": 5
                              }
                            }
                          }
                        ],
                        "range": [
                          344,
                          537
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 6
                          }
                        }
                      },
                      "range": [
                        344,
                        538
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 7
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "BehaviorSubject",
                              "range": [
                                543,
                                558
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 4
                                },
                                "end": {
                                  "line": 19,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                559,
                                568
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              543,
                              568
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "_subscribe",
                            "range": [
                              569,
                              579
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 30
                              },
                              "end": {
                                "line": 19,
                                "column": 40
                              }
                            }
                          },
                          "range": [
                            543,
                            579
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 40
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "subscriber",
                              "range": [
                                592,
                                602
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 53
                                },
                                "end": {
                                  "line": 19,
                                  "column": 63
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "subscription",
                                      "range": [
                                        618,
                                        630
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "_super",
                                              "range": [
                                                633,
                                                639
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 33
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                640,
                                                649
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "range": [
                                              633,
                                              649
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_subscribe",
                                            "range": [
                                              650,
                                              660
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "range": [
                                            633,
                                            660
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 54
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "call",
                                          "range": [
                                            661,
                                            665
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 59
                                            }
                                          }
                                        },
                                        "range": [
                                          633,
                                          665
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "ThisExpression",
                                          "range": [
                                            666,
                                            670
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 64
                                            }
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "name": "subscriber",
                                          "range": [
                                            672,
                                            682
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 76
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        633,
                                        683
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 77
                                        }
                                      }
                                    },
                                    "range": [
                                      618,
                                      683
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 77
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  614,
                                  684
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 78
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "LogicalExpression",
                                  "operator": "&&",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "subscription",
                                    "range": [
                                      697,
                                      709
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "!",
                                    "argument": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "subscription",
                                        "range": [
                                          714,
                                          726
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "closed",
                                        "range": [
                                          727,
                                          733
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "range": [
                                        714,
                                        733
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      713,
                                      733
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    697,
                                    733
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 48
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "subscriber",
                                            "range": [
                                              749,
                                              759
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "next",
                                            "range": [
                                              760,
                                              764
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            749,
                                            764
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                765,
                                                769
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "_value",
                                              "range": [
                                                770,
                                                776
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "range": [
                                              765,
                                              776
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 39
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          749,
                                          777
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        749,
                                        778
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 41
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    735,
                                    788
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  693,
                                  788
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Identifier",
                                  "name": "subscription",
                                  "range": [
                                    804,
                                    816
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 27
                                    }
                                  }
                                },
                                "range": [
                                  797,
                                  817
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 28
                                  }
                                }
                              }
                            ],
                            "range": [
                              604,
                              823
                            ],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 65
                              },
                              "end": {
                                "line": 25,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            582,
                            823
                          ],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 43
                            },
                            "end": {
                              "line": 25,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          543,
                          823
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        543,
                        824
                      ],
                      "loc": {
                        "start": {
                          "line": 19,
                          "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": "BehaviorSubject",
                              "range": [
                                829,
                                844
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 4
                                },
                                "end": {
                                  "line": 26,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                845,
                                854
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 20
                                },
                                "end": {
                                  "line": 26,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              829,
                              854
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 4
                              },
                              "end": {
                                "line": 26,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "getValue",
                            "range": [
                              855,
                              863
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 30
                              },
                              "end": {
                                "line": 26,
                                "column": 38
                              }
                            }
                          },
                          "range": [
                            829,
                            863
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 4
                            },
                            "end": {
                              "line": 26,
                              "column": 38
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "ThisExpression",
                                    "range": [
                                      892,
                                      896
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "hasError",
                                    "range": [
                                      897,
                                      905
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    892,
                                    905
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 25
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ThrowStatement",
                                      "argument": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            927,
                                            931
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 22
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "thrownError",
                                          "range": [
                                            932,
                                            943
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          927,
                                          943
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        921,
                                        944
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    907,
                                    954
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "test": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        972,
                                        976
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "closed",
                                      "range": [
                                        977,
                                        983
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "range": [
                                      972,
                                      983
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ThrowStatement",
                                        "argument": {
                                          "type": "NewExpression",
                                          "callee": {
                                            "type": "Identifier",
                                            "name": "ObjectUnsubscribedError",
                                            "range": [
                                              1009,
                                              1032
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "arguments": [],
                                          "range": [
                                            1005,
                                            1034
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 47
                                            }
                                          }
                                        },
                                        "range": [
                                          999,
                                          1035
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      985,
                                      1045
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              1080,
                                              1084
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 23
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_value",
                                            "range": [
                                              1085,
                                              1091
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "range": [
                                            1080,
                                            1091
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 30
                                            }
                                          }
                                        },
                                        "range": [
                                          1073,
                                          1092
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1059,
                                      1102
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    968,
                                    1102
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  888,
                                  1102
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              878,
                              1108
                            ],
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 53
                              },
                              "end": {
                                "line": 36,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            866,
                            1108
                          ],
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 41
                            },
                            "end": {
                              "line": 36,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          829,
                          1108
                        ],
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 4
                          },
                          "end": {
                            "line": 36,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        829,
                        1109
                      ],
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "BehaviorSubject",
                              "range": [
                                1114,
                                1129
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 4
                                },
                                "end": {
                                  "line": 37,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1130,
                                1139
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 20
                                },
                                "end": {
                                  "line": 37,
                                  "column": 29
                                }
                              }
                            },
                            "range": [
                              1114,
                              1139
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 4
                              },
                              "end": {
                                "line": 37,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "next",
                            "range": [
                              1140,
                              1144
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 30
                              },
                              "end": {
                                "line": 37,
                                "column": 34
                              }
                            }
                          },
                          "range": [
                            1114,
                            1144
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 4
                            },
                            "end": {
                              "line": 37,
                              "column": 34
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                1157,
                                1162
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 47
                                },
                                "end": {
                                  "line": 37,
                                  "column": 52
                                }
                              }
                            }
                          ],
                          "body": {
                            "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": [
                                            1174,
                                            1180
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "prototype",
                                          "range": [
                                            1181,
                                            1190
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "range": [
                                          1174,
                                          1190
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "next",
                                        "range": [
                                          1191,
                                          1195
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "range": [
                                        1174,
                                        1195
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "call",
                                      "range": [
                                        1196,
                                        1200
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "range": [
                                      1174,
                                      1200
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "range": [
                                        1201,
                                        1205
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 39
                                        }
                                      }
                                    },
                                    {
                                      "type": "AssignmentExpression",
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "ThisExpression",
                                          "range": [
                                            1207,
                                            1211
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "_value",
                                          "range": [
                                            1212,
                                            1218
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 52
                                            }
                                          }
                                        },
                                        "range": [
                                          1207,
                                          1218
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          1221,
                                          1226
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1207,
                                        1226
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 60
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1174,
                                    1227
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 61
                                    }
                                  }
                                },
                                "range": [
                                  1174,
                                  1228
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 62
                                  }
                                }
                              }
                            ],
                            "range": [
                              1164,
                              1234
                            ],
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 54
                              },
                              "end": {
                                "line": 39,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1147,
                            1234
                          ],
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 37
                            },
                            "end": {
                              "line": 39,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1114,
                          1234
                        ],
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 4
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1114,
                        1235
                      ],
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "BehaviorSubject",
                        "range": [
                          1247,
                          1262
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 11
                          },
                          "end": {
                            "line": 40,
                            "column": 26
                          }
                        }
                      },
                      "range": [
                        1240,
                        1263
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 27
                        }
                      }
                    }
                  ],
                  "range": [
                    196,
                    1265
                  ],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 48
                    },
                    "end": {
                      "line": 41,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  178,
                  1265
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 30
                  },
                  "end": {
                    "line": 41,
                    "column": 1
                  }
                }
              },
              "arguments": [
                {
                  "type": "Identifier",
                  "name": "Subject",
                  "range": [
                    1266,
                    1273
                  ],
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 2
                    },
                    "end": {
                      "line": 41,
                      "column": 9
                    }
                  }
                }
              ],
              "range": [
                178,
                1274
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 30
                },
                "end": {
                  "line": 41,
                  "column": 10
                }
              }
            },
            "range": [
              159,
              1275
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 11
              },
              "end": {
                "line": 41,
                "column": 11
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          155,
          1276
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 7
          },
          "end": {
            "line": 41,
            "column": 12
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * @class BehaviorSubject<T>\n ",
            "range": [
              111,
              147
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=BehaviorSubject.js.map",
            "range": [
              1277,
              1320
            ],
            "loc": {
              "start": {
                "line": 42,
                "column": 0
              },
              "end": {
                "line": 42,
                "column": 43
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        148,
        1276
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 41,
          "column": 12
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * @class BehaviorSubject<T>\n ",
          "range": [
            111,
            147
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=BehaviorSubject.js.map",
          "range": [
            1277,
            1320
          ],
          "loc": {
            "start": {
              "line": 42,
              "column": 0
            },
            "end": {
              "line": 42,
              "column": 43
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1276
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 41,
      "column": 12
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * @class BehaviorSubject<T>\n ",
      "range": [
        111,
        147
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=BehaviorSubject.js.map",
      "range": [
        1277,
        1320
      ],
      "loc": {
        "start": {
          "line": 42,
          "column": 0
        },
        "end": {
          "line": 42,
          "column": 43
        }
      }
    }
  ]
}