{
  "type": "Program",
  "start": 0,
  "end": 1898,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 59,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Parser"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 35,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 35
          }
        },
        "value": "../core/parser",
        "rawValue": "../core/parser",
        "raw": "'../core/parser'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 38,
      "end": 79,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 41
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 45,
          "end": 49,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 45,
            "end": 49,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 11
              }
            },
            "name": "Base"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 55,
        "end": 78,
        "loc": {
          "start": {
            "line": 2,
            "column": 17
          },
          "end": {
            "line": 2,
            "column": 40
          }
        },
        "value": "../communication/base",
        "rawValue": "../communication/base",
        "raw": "'../communication/base'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 81,
      "end": 115,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 34
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 88,
          "end": 100,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 88,
            "end": 100,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 19
              }
            },
            "name": "EventEmitter"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 106,
        "end": 114,
        "loc": {
          "start": {
            "line": 3,
            "column": 25
          },
          "end": {
            "line": 3,
            "column": 33
          }
        },
        "value": "events",
        "rawValue": "events",
        "raw": "'events'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 117,
      "end": 156,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 126,
          "end": 130,
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 13
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 126,
            "end": 130,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 13
              }
            },
            "name": "guid"
          },
          "local": {
            "type": "Identifier",
            "start": 126,
            "end": 130,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 13
              }
            },
            "name": "guid"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 138,
        "end": 155,
        "loc": {
          "start": {
            "line": 4,
            "column": 21
          },
          "end": {
            "line": 4,
            "column": 38
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 158,
      "end": 233,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 75
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 167,
          "end": 180,
          "loc": {
            "start": {
              "line": 5,
              "column": 9
            },
            "end": {
              "line": 5,
              "column": 22
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 167,
            "end": 180,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "name": "createContext"
          },
          "local": {
            "type": "Identifier",
            "start": 167,
            "end": 180,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "name": "createContext"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 182,
          "end": 194,
          "loc": {
            "start": {
              "line": 5,
              "column": 24
            },
            "end": {
              "line": 5,
              "column": 36
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 182,
            "end": 194,
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 36
              }
            },
            "name": "mergeContext"
          },
          "local": {
            "type": "Identifier",
            "start": 182,
            "end": 194,
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 36
              }
            },
            "name": "mergeContext"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 196,
          "end": 208,
          "loc": {
            "start": {
              "line": 5,
              "column": 38
            },
            "end": {
              "line": 5,
              "column": 50
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 196,
            "end": 208,
            "loc": {
              "start": {
                "line": 5,
                "column": 38
              },
              "end": {
                "line": 5,
                "column": 50
              }
            },
            "name": "handleResult"
          },
          "local": {
            "type": "Identifier",
            "start": 196,
            "end": 208,
            "loc": {
              "start": {
                "line": 5,
                "column": 38
              },
              "end": {
                "line": 5,
                "column": 50
              }
            },
            "name": "handleResult"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 216,
        "end": 232,
        "loc": {
          "start": {
            "line": 5,
            "column": 58
          },
          "end": {
            "line": 5,
            "column": 74
          }
        },
        "value": "../core/parser",
        "rawValue": "../core/parser",
        "raw": "'../core/parser'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 237,
      "end": 1896,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 252,
        "end": 1896,
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 58,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 258,
          "end": 262,
          "loc": {
            "start": {
              "line": 7,
              "column": 21
            },
            "end": {
              "line": 7,
              "column": 25
            }
          },
          "name": "Rest"
        },
        "superClass": {
          "type": "Identifier",
          "start": 271,
          "end": 275,
          "loc": {
            "start": {
              "line": 7,
              "column": 34
            },
            "end": {
              "line": 7,
              "column": 38
            }
          },
          "name": "Base"
        },
        "body": {
          "type": "ClassBody",
          "start": 276,
          "end": 1896,
          "loc": {
            "start": {
              "line": 7,
              "column": 39
            },
            "end": {
              "line": 58,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 283,
              "end": 337,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 283,
                "end": 294,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 8,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 294,
                "end": 337,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 10,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 295,
                    "end": 302,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 16
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 304,
                  "end": 337,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 25
                    },
                    "end": {
                      "line": 10,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 315,
                      "end": 330,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 315,
                        "end": 329,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 315,
                          "end": 320,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 321,
                            "end": 328,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 14
                              },
                              "end": {
                                "line": 9,
                                "column": 21
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 345,
              "end": 712,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 345,
                "end": 352,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 11
                  }
                },
                "name": "connect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 352,
                "end": 712,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 353,
                    "end": 356,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 12
                      },
                      "end": {
                        "line": 12,
                        "column": 15
                      }
                    },
                    "name": "url"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 358,
                  "end": 712,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 17
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 369,
                      "end": 396,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 369,
                        "end": 395,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 369,
                          "end": 377,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 369,
                            "end": 373,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 374,
                            "end": 377,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "url"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 380,
                          "end": 395,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 380,
                            "end": 388,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 19
                              },
                              "end": {
                                "line": 13,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 380,
                              "end": 384,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 19
                                },
                                "end": {
                                  "line": 13,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 385,
                              "end": 388,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 24
                                },
                                "end": {
                                  "line": 13,
                                  "column": 27
                                }
                              },
                              "name": "url"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "Identifier",
                            "start": 392,
                            "end": 395,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 31
                              },
                              "end": {
                                "line": 13,
                                "column": 34
                              }
                            },
                            "name": "url"
                          }
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 406,
                      "end": 705,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 413,
                        "end": 704,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 14
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 413,
                          "end": 496,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 15
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 413,
                            "end": 477,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 15
                              },
                              "end": {
                                "line": 15,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 413,
                              "end": 458,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 15
                                },
                                "end": {
                                  "line": 15,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 413,
                                "end": 439,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 413,
                                  "end": 418,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 20
                                    }
                                  },
                                  "name": "fetch"
                                },
                                "arguments": [
                                  {
                                    "type": "TemplateLiteral",
                                    "start": 419,
                                    "end": 438,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 40
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 422,
                                        "end": 430,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 422,
                                          "end": 426,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 427,
                                          "end": 430,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 32
                                            }
                                          },
                                          "name": "url"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 420,
                                        "end": 420,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 22
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 431,
                                        "end": 437,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 39
                                          }
                                        },
                                        "value": {
                                          "raw": "/login",
                                          "cooked": "/login"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 454,
                                "end": 458,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 17
                                  }
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 459,
                                "end": 476,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 35
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 459,
                                    "end": 462,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 21
                                      }
                                    },
                                    "name": "res"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 466,
                                  "end": 476,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 35
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 466,
                                    "end": 474,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 466,
                                      "end": 469,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 28
                                        }
                                      },
                                      "name": "res"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 470,
                                      "end": 474,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 33
                                        }
                                      },
                                      "name": "json"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 492,
                            "end": 496,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 497,
                            "end": 703,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 13
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 497,
                                "end": 500,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 21
                                  }
                                },
                                "name": "res"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 504,
                              "end": 703,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 25
                                },
                                "end": {
                                  "line": 22,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 523,
                                  "end": 688,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 527,
                                    "end": 553,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 527,
                                      "end": 537,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 527,
                                        "end": 530,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 23
                                          }
                                        },
                                        "name": "res"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 531,
                                        "end": 537,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 30
                                          }
                                        },
                                        "name": "status"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 542,
                                      "end": 553,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 46
                                        }
                                      },
                                      "value": "permitted",
                                      "rawValue": "permitted",
                                      "raw": "'permitted'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 555,
                                    "end": 688,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 578,
                                        "end": 596,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 38
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 578,
                                          "end": 595,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 37
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 578,
                                            "end": 588,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 578,
                                              "end": 582,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 583,
                                              "end": 588,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 30
                                                }
                                              },
                                              "name": "alive"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 591,
                                            "end": 595,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 37
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 618,
                                        "end": 635,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 37
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 618,
                                          "end": 634,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 36
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 618,
                                            "end": 625,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 618,
                                              "end": 622,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 623,
                                              "end": 625,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 27
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 628,
                                            "end": 634,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 628,
                                              "end": 631,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 33
                                                }
                                              },
                                              "name": "res"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 632,
                                              "end": 634,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 36
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 657,
                                        "end": 669,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 32
                                          }
                                        },
                                        "argument": {
                                          "type": "ThisExpression",
                                          "start": 664,
                                          "end": 668,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 31
                                            }
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 720,
              "end": 862,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 29,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 720,
                "end": 730,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 14
                  }
                },
                "name": "disconnect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 730,
                "end": 862,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 14
                  },
                  "end": {
                    "line": 29,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 733,
                  "end": 862,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 17
                    },
                    "end": {
                      "line": 29,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 744,
                      "end": 763,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 744,
                        "end": 762,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 744,
                          "end": 754,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 744,
                            "end": 748,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 749,
                            "end": 754,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 18
                              }
                            },
                            "name": "alive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 757,
                          "end": 762,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 21
                            },
                            "end": {
                              "line": 26,
                              "column": 26
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 773,
                      "end": 799,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 773,
                        "end": 798,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 773,
                          "end": 782,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 773,
                            "end": 777,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 778,
                            "end": 782,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 13
                              },
                              "end": {
                                "line": 27,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 783,
                            "end": 797,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 18
                              },
                              "end": {
                                "line": 27,
                                "column": 32
                              }
                            },
                            "value": "disconnected",
                            "rawValue": "disconnected",
                            "raw": "'disconnected'"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 809,
                      "end": 855,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 54
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 816,
                        "end": 854,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 15
                          },
                          "end": {
                            "line": 28,
                            "column": 53
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 816,
                          "end": 821,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 15
                            },
                            "end": {
                              "line": 28,
                              "column": 20
                            }
                          },
                          "name": "fetch"
                        },
                        "arguments": [
                          {
                            "type": "TemplateLiteral",
                            "start": 822,
                            "end": 853,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 21
                              },
                              "end": {
                                "line": 28,
                                "column": 52
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 825,
                                "end": 833,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 825,
                                  "end": 829,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 28
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 830,
                                  "end": 833,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 32
                                    }
                                  },
                                  "name": "url"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 844,
                                "end": 851,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 844,
                                  "end": 848,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 47
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 849,
                                  "end": 851,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 50
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 823,
                                "end": 823,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 22
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 834,
                                "end": 842,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 41
                                  }
                                },
                                "value": {
                                  "raw": "/logout/",
                                  "cooked": "/logout/"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 852,
                                "end": 852,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 51
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 870,
              "end": 1891,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 4
                },
                "end": {
                  "line": 56,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 870,
                "end": 877,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 11
                  }
                },
                "name": "request"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 877,
                "end": 1891,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 11
                  },
                  "end": {
                    "line": 56,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 878,
                    "end": 885,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 12
                      },
                      "end": {
                        "line": 31,
                        "column": 19
                      }
                    },
                    "name": "command"
                  },
                  {
                    "type": "Identifier",
                    "start": 887,
                    "end": 894,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 21
                      },
                      "end": {
                        "line": 31,
                        "column": 28
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 896,
                  "end": 1891,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 30
                    },
                    "end": {
                      "line": 56,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 907,
                      "end": 1884,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 914,
                        "end": 1883,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 15
                          },
                          "end": {
                            "line": 55,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 914,
                          "end": 1737,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 15
                            },
                            "end": {
                              "line": 52,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "NewExpression",
                            "start": 914,
                            "end": 1732,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 15
                              },
                              "end": {
                                "line": 52,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 918,
                              "end": 925,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 19
                                },
                                "end": {
                                  "line": 32,
                                  "column": 26
                                }
                              },
                              "name": "Promise"
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 926,
                                "end": 1731,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 927,
                                    "end": 934,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 35
                                      }
                                    },
                                    "name": "resolve"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 936,
                                    "end": 942,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 43
                                      }
                                    },
                                    "name": "reject"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 947,
                                  "end": 1731,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 962,
                                      "end": 1025,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 75
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 966,
                                          "end": 1024,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 74
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 966,
                                            "end": 973,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 23
                                              }
                                            },
                                            "name": "context"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 976,
                                            "end": 1024,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 976,
                                              "end": 989,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 39
                                                }
                                              },
                                              "name": "createContext"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 990,
                                                "end": 997,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "factory"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 999,
                                                "end": 1006,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "resolve"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 1008,
                                                "end": 1014,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "reject"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 1016,
                                                "end": 1023,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "command"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1039,
                                      "end": 1107,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 80
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1039,
                                        "end": 1106,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1039,
                                          "end": 1063,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1039,
                                            "end": 1054,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1039,
                                              "end": 1046,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 19
                                                }
                                              },
                                              "name": "context"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1047,
                                              "end": 1054,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 27
                                                }
                                              },
                                              "name": "options"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1055,
                                            "end": 1063,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 36
                                              }
                                            },
                                            "name": "callback"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1064,
                                            "end": 1105,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 78
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1066,
                                                "end": 1094,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 67
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1066,
                                                  "end": 1070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "type"
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "start": 1072,
                                                  "end": 1094,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 67
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1072,
                                                    "end": 1086,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 59
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1072,
                                                      "end": 1078,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 51
                                                        }
                                                      },
                                                      "name": "Parser"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1079,
                                                      "end": 1086,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 59
                                                        }
                                                      },
                                                      "name": "Factory"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1087,
                                                    "end": 1094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 67
                                                      }
                                                    },
                                                    "name": "Started"
                                                  },
                                                  "computed": false
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1096,
                                                "end": 1103,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 76
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1096,
                                                  "end": 1103,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "context"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1096,
                                                  "end": 1103,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "context"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 1123,
                                      "end": 1718,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 15
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 1130,
                                        "end": 1717,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 14
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1130,
                                          "end": 1533,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 17
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 1130,
                                            "end": 1514,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 52
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1130,
                                              "end": 1479,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 17
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 1130,
                                                "end": 1460,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 36
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1130,
                                                  "end": 1441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 17
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 1130,
                                                    "end": 1422,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1130,
                                                      "end": 1135,
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "fetch"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "TemplateLiteral",
                                                        "start": 1136,
                                                        "end": 1168,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 57
                                                          }
                                                        },
                                                        "expressions": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 1139,
                                                            "end": 1147,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 36
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1139,
                                                              "end": 1143,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1144,
                                                              "end": 1147,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "name": "url"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 1159,
                                                            "end": 1166,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1159,
                                                              "end": 1163,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 52
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1164,
                                                              "end": 1166,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          }
                                                        ],
                                                        "quasis": [
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1137,
                                                            "end": 1137,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 26
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "",
                                                              "cooked": ""
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1148,
                                                            "end": 1157,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 46
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "/execute/",
                                                              "cooked": "/execute/"
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1167,
                                                            "end": 1167,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 56
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "",
                                                              "cooked": ""
                                                            },
                                                            "tail": true
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 1170,
                                                        "end": 1421,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "Property",
                                                            "start": 1189,
                                                            "end": 1325,
                                                            "loc": {
                                                              "start": {
                                                                "line": 37,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 17
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1189,
                                                              "end": 1196,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 37,
                                                                  "column": 23
                                                                }
                                                              },
                                                              "name": "headers"
                                                            },
                                                            "value": {
                                                              "type": "ObjectExpression",
                                                              "start": 1198,
                                                              "end": 1325,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 40,
                                                                  "column": 17
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "start": 1221,
                                                                  "end": 1249,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 38,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 38,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Literal",
                                                                    "start": 1221,
                                                                    "end": 1229,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 38,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 38,
                                                                        "column": 28
                                                                      }
                                                                    },
                                                                    "value": "Accept",
                                                                    "rawValue": "Accept",
                                                                    "raw": "'Accept'"
                                                                  },
                                                                  "value": {
                                                                    "type": "Literal",
                                                                    "start": 1231,
                                                                    "end": 1249,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 38,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 38,
                                                                        "column": 48
                                                                      }
                                                                    },
                                                                    "value": "application/json",
                                                                    "rawValue": "application/json",
                                                                    "raw": "'application/json'"
                                                                  },
                                                                  "kind": "init"
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "start": 1272,
                                                                  "end": 1306,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Literal",
                                                                    "start": 1272,
                                                                    "end": 1286,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 34
                                                                      }
                                                                    },
                                                                    "value": "Content-Type",
                                                                    "rawValue": "Content-Type",
                                                                    "raw": "'Content-Type'"
                                                                  },
                                                                  "value": {
                                                                    "type": "Literal",
                                                                    "start": 1288,
                                                                    "end": 1306,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 54
                                                                      }
                                                                    },
                                                                    "value": "application/json",
                                                                    "rawValue": "application/json",
                                                                    "raw": "'application/json'"
                                                                  },
                                                                  "kind": "init"
                                                                }
                                                              ]
                                                            },
                                                            "kind": "init"
                                                          },
                                                          {
                                                            "type": "Property",
                                                            "start": 1344,
                                                            "end": 1358,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 30
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1344,
                                                              "end": 1350,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 22
                                                                }
                                                              },
                                                              "name": "method"
                                                            },
                                                            "value": {
                                                              "type": "Literal",
                                                              "start": 1352,
                                                              "end": 1358,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "value": "POST",
                                                              "rawValue": "POST",
                                                              "raw": "\"POST\""
                                                            },
                                                            "kind": "init"
                                                          },
                                                          {
                                                            "type": "Property",
                                                            "start": 1377,
                                                            "end": 1406,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 45
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1377,
                                                              "end": 1381,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "name": "body"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 1383,
                                                              "end": 1406,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1383,
                                                                "end": 1397,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 36
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1383,
                                                                  "end": 1387,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "name": "JSON"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1388,
                                                                  "end": 1397,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "name": "stringify"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 1398,
                                                                  "end": 1405,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 44
                                                                    }
                                                                  },
                                                                  "name": "command"
                                                                }
                                                              ]
                                                            },
                                                            "kind": "init"
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1437,
                                                    "end": 1441,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 17
                                                      }
                                                    },
                                                    "name": "then"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 1442,
                                                    "end": 1459,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 35
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": true,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1442,
                                                        "end": 1445,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 21
                                                          }
                                                        },
                                                        "name": "res"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "CallExpression",
                                                      "start": 1449,
                                                      "end": 1459,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 35
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1449,
                                                        "end": 1457,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 33
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1449,
                                                          "end": 1452,
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 28
                                                            }
                                                          },
                                                          "name": "res"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1453,
                                                          "end": 1457,
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 33
                                                            }
                                                          },
                                                          "name": "json"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1475,
                                                "end": 1479,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 17
                                                  }
                                                },
                                                "name": "then"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrowFunctionExpression",
                                                "start": 1480,
                                                "end": 1513,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 51
                                                  }
                                                },
                                                "id": null,
                                                "generator": false,
                                                "expression": true,
                                                "async": false,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1480,
                                                    "end": 1483,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 21
                                                      }
                                                    },
                                                    "name": "res"
                                                  }
                                                ],
                                                "body": {
                                                  "type": "CallExpression",
                                                  "start": 1487,
                                                  "end": 1513,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 51
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1487,
                                                    "end": 1499,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 37
                                                      }
                                                    },
                                                    "name": "handleResult"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1500,
                                                      "end": 1507,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 45
                                                        }
                                                      },
                                                      "name": "context"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1509,
                                                      "end": 1512,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 50
                                                        }
                                                      },
                                                      "name": "res"
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1529,
                                            "end": 1533,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 17
                                              }
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 1534,
                                            "end": 1716,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 13
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": true,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 1540,
                                                "end": 1543,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "res"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1547,
                                              "end": 1716,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 13
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 1566,
                                                  "end": 1616,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 66
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 1570,
                                                      "end": 1615,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 65
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 1570,
                                                        "end": 1577,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 27
                                                          }
                                                        },
                                                        "name": "results"
                                                      },
                                                      "init": {
                                                        "type": "AwaitExpression",
                                                        "start": 1580,
                                                        "end": 1615,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 65
                                                          }
                                                        },
                                                        "all": false,
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 1586,
                                                          "end": 1615,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 65
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1586,
                                                            "end": 1597,
                                                            "loc": {
                                                              "start": {
                                                                "line": 47,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1586,
                                                              "end": 1593,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "name": "Promise"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1594,
                                                              "end": 1597,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "all"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 1598,
                                                              "end": 1614,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1598,
                                                                "end": 1605,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 47,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 47,
                                                                    "column": 55
                                                                  }
                                                                },
                                                                "name": "context"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1606,
                                                                "end": 1614,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 47,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 47,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "name": "promises"
                                                              },
                                                              "computed": false
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1634,
                                                  "end": 1666,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 48
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 1634,
                                                    "end": 1665,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 47
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 1634,
                                                      "end": 1641,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "context"
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 1644,
                                                      "end": 1665,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 47
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 1644,
                                                        "end": 1656,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 38
                                                          }
                                                        },
                                                        "name": "mergeContext"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1657,
                                                          "end": 1664,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "context"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1684,
                                                  "end": 1701,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 33
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1684,
                                                    "end": 1700,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 32
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1684,
                                                      "end": 1691,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1692,
                                                        "end": 1699,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "context"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1733,
                            "end": 1737,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 11
                              },
                              "end": {
                                "line": 52,
                                "column": 15
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1738,
                            "end": 1882,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 16
                              },
                              "end": {
                                "line": 55,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1738,
                                "end": 1745,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 23
                                  }
                                },
                                "name": "results"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1749,
                              "end": 1882,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 27
                                },
                                "end": {
                                  "line": 55,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1764,
                                  "end": 1842,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 90
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1764,
                                    "end": 1841,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1764,
                                      "end": 1788,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1764,
                                        "end": 1779,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1764,
                                          "end": 1771,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 19
                                            }
                                          },
                                          "name": "results"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1772,
                                          "end": 1779,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 27
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1780,
                                        "end": 1788,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 36
                                          }
                                        },
                                        "name": "callback"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1789,
                                        "end": 1840,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 88
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1791,
                                            "end": 1820,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 68
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1791,
                                              "end": 1795,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 43
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1797,
                                              "end": 1820,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 68
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1797,
                                                "end": 1811,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 59
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1797,
                                                  "end": 1803,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "Parser"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1804,
                                                  "end": 1811,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "Factory"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1812,
                                                "end": 1820,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 68
                                                  }
                                                },
                                                "name": "Finished"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1822,
                                            "end": 1838,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 86
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1822,
                                              "end": 1829,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 77
                                                }
                                              },
                                              "name": "context"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 1831,
                                              "end": 1838,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 86
                                                }
                                              },
                                              "name": "results"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1856,
                                  "end": 1871,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 27
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 1863,
                                    "end": 1870,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 26
                                      }
                                    },
                                    "name": "results"
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}