{
  "type": "Program",
  "start": 0,
  "end": 1840,
  "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": 37,
      "end": 78,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 41
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 44,
          "end": 48,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 44,
            "end": 48,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 11
              }
            },
            "name": "Base"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 54,
        "end": 77,
        "loc": {
          "start": {
            "line": 2,
            "column": 17
          },
          "end": {
            "line": 2,
            "column": 40
          }
        },
        "value": "../communication/base",
        "rawValue": "../communication/base",
        "raw": "'../communication/base'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 79,
      "end": 113,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 34
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 86,
          "end": 98,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 86,
            "end": 98,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 19
              }
            },
            "name": "EventEmitter"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 104,
        "end": 112,
        "loc": {
          "start": {
            "line": 3,
            "column": 25
          },
          "end": {
            "line": 3,
            "column": 33
          }
        },
        "value": "events",
        "rawValue": "events",
        "raw": "'events'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 114,
      "end": 153,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 123,
          "end": 127,
          "loc": {
            "start": {
              "line": 4,
              "column": 9
            },
            "end": {
              "line": 4,
              "column": 13
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 123,
            "end": 127,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 13
              }
            },
            "name": "guid"
          },
          "local": {
            "type": "Identifier",
            "start": 123,
            "end": 127,
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 13
              }
            },
            "name": "guid"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 135,
        "end": 152,
        "loc": {
          "start": {
            "line": 4,
            "column": 21
          },
          "end": {
            "line": 4,
            "column": 38
          }
        },
        "value": "../core/helpers",
        "rawValue": "../core/helpers",
        "raw": "'../core/helpers'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 154,
      "end": 229,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 75
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 163,
          "end": 176,
          "loc": {
            "start": {
              "line": 5,
              "column": 9
            },
            "end": {
              "line": 5,
              "column": 22
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 163,
            "end": 176,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "name": "createContext"
          },
          "local": {
            "type": "Identifier",
            "start": 163,
            "end": 176,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 22
              }
            },
            "name": "createContext"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 178,
          "end": 190,
          "loc": {
            "start": {
              "line": 5,
              "column": 24
            },
            "end": {
              "line": 5,
              "column": 36
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 178,
            "end": 190,
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 36
              }
            },
            "name": "mergeContext"
          },
          "local": {
            "type": "Identifier",
            "start": 178,
            "end": 190,
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 36
              }
            },
            "name": "mergeContext"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 192,
          "end": 204,
          "loc": {
            "start": {
              "line": 5,
              "column": 38
            },
            "end": {
              "line": 5,
              "column": 50
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 192,
            "end": 204,
            "loc": {
              "start": {
                "line": 5,
                "column": 38
              },
              "end": {
                "line": 5,
                "column": 50
              }
            },
            "name": "handleResult"
          },
          "local": {
            "type": "Identifier",
            "start": 192,
            "end": 204,
            "loc": {
              "start": {
                "line": 5,
                "column": 38
              },
              "end": {
                "line": 5,
                "column": 50
              }
            },
            "name": "handleResult"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 212,
        "end": 228,
        "loc": {
          "start": {
            "line": 5,
            "column": 58
          },
          "end": {
            "line": 5,
            "column": 74
          }
        },
        "value": "../core/parser",
        "rawValue": "../core/parser",
        "raw": "'../core/parser'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 231,
      "end": 1839,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 58,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 246,
        "end": 1839,
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 58,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 252,
          "end": 256,
          "loc": {
            "start": {
              "line": 7,
              "column": 21
            },
            "end": {
              "line": 7,
              "column": 25
            }
          },
          "name": "Rest"
        },
        "superClass": {
          "type": "Identifier",
          "start": 265,
          "end": 269,
          "loc": {
            "start": {
              "line": 7,
              "column": 34
            },
            "end": {
              "line": 7,
              "column": 38
            }
          },
          "name": "Base"
        },
        "body": {
          "type": "ClassBody",
          "start": 270,
          "end": 1839,
          "loc": {
            "start": {
              "line": 7,
              "column": 39
            },
            "end": {
              "line": 58,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 276,
              "end": 328,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4
                },
                "end": {
                  "line": 10,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 276,
                "end": 287,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 8,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 287,
                "end": 328,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 10,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 288,
                    "end": 295,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 16
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 297,
                  "end": 328,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 25
                    },
                    "end": {
                      "line": 10,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 307,
                      "end": 322,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 307,
                        "end": 321,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 307,
                          "end": 312,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 313,
                            "end": 320,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 14
                              },
                              "end": {
                                "line": 9,
                                "column": 21
                              }
                            },
                            "name": "options"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 334,
              "end": 690,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4
                },
                "end": {
                  "line": 23,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 334,
                "end": 341,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 12,
                    "column": 11
                  }
                },
                "name": "connect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 341,
                "end": 690,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 23,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 342,
                    "end": 345,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 12
                      },
                      "end": {
                        "line": 12,
                        "column": 15
                      }
                    },
                    "name": "url"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 347,
                  "end": 690,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 17
                    },
                    "end": {
                      "line": 23,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 357,
                      "end": 384,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 357,
                        "end": 383,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 357,
                          "end": 365,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 357,
                            "end": 361,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 362,
                            "end": 365,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              }
                            },
                            "name": "url"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 368,
                          "end": 383,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 34
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 368,
                            "end": 376,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 19
                              },
                              "end": {
                                "line": 13,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 368,
                              "end": 372,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 19
                                },
                                "end": {
                                  "line": 13,
                                  "column": 23
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 373,
                              "end": 376,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 24
                                },
                                "end": {
                                  "line": 13,
                                  "column": 27
                                }
                              },
                              "name": "url"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "Identifier",
                            "start": 380,
                            "end": 383,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 31
                              },
                              "end": {
                                "line": 13,
                                "column": 34
                              }
                            },
                            "name": "url"
                          }
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 393,
                      "end": 684,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 400,
                        "end": 683,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 15
                          },
                          "end": {
                            "line": 22,
                            "column": 14
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 400,
                          "end": 481,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 15
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 400,
                            "end": 463,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 15
                              },
                              "end": {
                                "line": 15,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 400,
                              "end": 444,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 15
                                },
                                "end": {
                                  "line": 15,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 400,
                                "end": 426,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 400,
                                  "end": 405,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 20
                                    }
                                  },
                                  "name": "fetch"
                                },
                                "arguments": [
                                  {
                                    "type": "TemplateLiteral",
                                    "start": 406,
                                    "end": 425,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 40
                                      }
                                    },
                                    "expressions": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 409,
                                        "end": 417,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 409,
                                          "end": 413,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 28
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 414,
                                          "end": 417,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 32
                                            }
                                          },
                                          "name": "url"
                                        },
                                        "computed": false
                                      }
                                    ],
                                    "quasis": [
                                      {
                                        "type": "TemplateElement",
                                        "start": 407,
                                        "end": 407,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 22
                                          }
                                        },
                                        "value": {
                                          "raw": "",
                                          "cooked": ""
                                        },
                                        "tail": false
                                      },
                                      {
                                        "type": "TemplateElement",
                                        "start": 418,
                                        "end": 424,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 39
                                          }
                                        },
                                        "value": {
                                          "raw": "/login",
                                          "cooked": "/login"
                                        },
                                        "tail": true
                                      }
                                    ]
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 440,
                                "end": 444,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 17
                                  }
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 445,
                                "end": 462,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 35
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 445,
                                    "end": 448,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 21
                                      }
                                    },
                                    "name": "res"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 452,
                                  "end": 462,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 35
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 452,
                                    "end": 460,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 452,
                                      "end": 455,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 28
                                        }
                                      },
                                      "name": "res"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 456,
                                      "end": 460,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 33
                                        }
                                      },
                                      "name": "json"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 477,
                            "end": 481,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 482,
                            "end": 682,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 18
                              },
                              "end": {
                                "line": 22,
                                "column": 13
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 482,
                                "end": 485,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 21
                                  }
                                },
                                "name": "res"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 489,
                              "end": 682,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 25
                                },
                                "end": {
                                  "line": 22,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 507,
                                  "end": 668,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 511,
                                    "end": 537,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 46
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 511,
                                      "end": 521,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 511,
                                        "end": 514,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 23
                                          }
                                        },
                                        "name": "res"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 515,
                                        "end": 521,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 30
                                          }
                                        },
                                        "name": "status"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 526,
                                      "end": 537,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 46
                                        }
                                      },
                                      "value": "permitted",
                                      "rawValue": "permitted",
                                      "raw": "'permitted'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 539,
                                    "end": 668,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 561,
                                        "end": 579,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 38
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 561,
                                          "end": 578,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 37
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 561,
                                            "end": 571,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 561,
                                              "end": 565,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 566,
                                              "end": 571,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 30
                                                }
                                              },
                                              "name": "alive"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 574,
                                            "end": 578,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 37
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 600,
                                        "end": 617,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 37
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 600,
                                          "end": 616,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 36
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 600,
                                            "end": 607,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 600,
                                              "end": 604,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 605,
                                              "end": 607,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 27
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 610,
                                            "end": 616,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 610,
                                              "end": 613,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 33
                                                }
                                              },
                                              "name": "res"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 614,
                                              "end": 616,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 36
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 638,
                                        "end": 650,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 32
                                          }
                                        },
                                        "argument": {
                                          "type": "ThisExpression",
                                          "start": 645,
                                          "end": 649,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 31
                                            }
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 696,
              "end": 834,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4
                },
                "end": {
                  "line": 29,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 696,
                "end": 706,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 14
                  }
                },
                "name": "disconnect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 706,
                "end": 834,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 14
                  },
                  "end": {
                    "line": 29,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 709,
                  "end": 834,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 17
                    },
                    "end": {
                      "line": 29,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 719,
                      "end": 738,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 719,
                        "end": 737,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 719,
                          "end": 729,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 719,
                            "end": 723,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 724,
                            "end": 729,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 18
                              }
                            },
                            "name": "alive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 732,
                          "end": 737,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 21
                            },
                            "end": {
                              "line": 26,
                              "column": 26
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 747,
                      "end": 773,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 747,
                        "end": 772,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 747,
                          "end": 756,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 747,
                            "end": 751,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 752,
                            "end": 756,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 13
                              },
                              "end": {
                                "line": 27,
                                "column": 17
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 757,
                            "end": 771,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 18
                              },
                              "end": {
                                "line": 27,
                                "column": 32
                              }
                            },
                            "value": "disconnected",
                            "rawValue": "disconnected",
                            "raw": "'disconnected'"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 782,
                      "end": 828,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 54
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 789,
                        "end": 827,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 15
                          },
                          "end": {
                            "line": 28,
                            "column": 53
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 789,
                          "end": 794,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 15
                            },
                            "end": {
                              "line": 28,
                              "column": 20
                            }
                          },
                          "name": "fetch"
                        },
                        "arguments": [
                          {
                            "type": "TemplateLiteral",
                            "start": 795,
                            "end": 826,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 21
                              },
                              "end": {
                                "line": 28,
                                "column": 52
                              }
                            },
                            "expressions": [
                              {
                                "type": "MemberExpression",
                                "start": 798,
                                "end": 806,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 798,
                                  "end": 802,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 28
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 803,
                                  "end": 806,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 32
                                    }
                                  },
                                  "name": "url"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 817,
                                "end": 824,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 817,
                                  "end": 821,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 47
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 822,
                                  "end": 824,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 50
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 796,
                                "end": 796,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 22
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 807,
                                "end": 815,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 41
                                  }
                                },
                                "value": {
                                  "raw": "/logout/",
                                  "cooked": "/logout/"
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 825,
                                "end": 825,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 51
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 840,
              "end": 1836,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 4
                },
                "end": {
                  "line": 56,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 840,
                "end": 847,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4
                  },
                  "end": {
                    "line": 31,
                    "column": 11
                  }
                },
                "name": "request"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 847,
                "end": 1836,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 11
                  },
                  "end": {
                    "line": 56,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 848,
                    "end": 855,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 12
                      },
                      "end": {
                        "line": 31,
                        "column": 19
                      }
                    },
                    "name": "command"
                  },
                  {
                    "type": "Identifier",
                    "start": 857,
                    "end": 864,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 21
                      },
                      "end": {
                        "line": 31,
                        "column": 28
                      }
                    },
                    "name": "factory"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 866,
                  "end": 1836,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 30
                    },
                    "end": {
                      "line": 56,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 876,
                      "end": 1830,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 11
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 883,
                        "end": 1829,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 15
                          },
                          "end": {
                            "line": 55,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 883,
                          "end": 1686,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 15
                            },
                            "end": {
                              "line": 52,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "NewExpression",
                            "start": 883,
                            "end": 1681,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 15
                              },
                              "end": {
                                "line": 52,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 887,
                              "end": 894,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 19
                                },
                                "end": {
                                  "line": 32,
                                  "column": 26
                                }
                              },
                              "name": "Promise"
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 895,
                                "end": 1680,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 896,
                                    "end": 903,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 35
                                      }
                                    },
                                    "name": "resolve"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 905,
                                    "end": 911,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 43
                                      }
                                    },
                                    "name": "reject"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 916,
                                  "end": 1680,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 930,
                                      "end": 993,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 75
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 934,
                                          "end": 992,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 74
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 934,
                                            "end": 941,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 23
                                              }
                                            },
                                            "name": "context"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 944,
                                            "end": 992,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 944,
                                              "end": 957,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 39
                                                }
                                              },
                                              "name": "createContext"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 958,
                                                "end": 965,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "factory"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 967,
                                                "end": 974,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "resolve"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 976,
                                                "end": 982,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "reject"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 984,
                                                "end": 991,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "command"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1006,
                                      "end": 1074,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 80
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1006,
                                        "end": 1073,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1006,
                                          "end": 1030,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1006,
                                            "end": 1021,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1006,
                                              "end": 1013,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 19
                                                }
                                              },
                                              "name": "context"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1014,
                                              "end": 1021,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 27
                                                }
                                              },
                                              "name": "options"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1022,
                                            "end": 1030,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 36
                                              }
                                            },
                                            "name": "callback"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1031,
                                            "end": 1072,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 78
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1033,
                                                "end": 1061,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 67
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1033,
                                                  "end": 1037,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "type"
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "start": 1039,
                                                  "end": 1061,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 67
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1039,
                                                    "end": 1053,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 59
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1039,
                                                      "end": 1045,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 51
                                                        }
                                                      },
                                                      "name": "Parser"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1046,
                                                      "end": 1053,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 59
                                                        }
                                                      },
                                                      "name": "Factory"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1054,
                                                    "end": 1061,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 67
                                                      }
                                                    },
                                                    "name": "Started"
                                                  },
                                                  "computed": false
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 1063,
                                                "end": 1070,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 76
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": true,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1063,
                                                  "end": 1070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "context"
                                                },
                                                "kind": "init",
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1063,
                                                  "end": 1070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "context"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 1088,
                                      "end": 1669,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 15
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 1095,
                                        "end": 1668,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 14
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1095,
                                          "end": 1488,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 17
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 1095,
                                            "end": 1470,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 52
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1095,
                                              "end": 1435,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 17
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 1095,
                                                "end": 1417,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 36
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1095,
                                                  "end": 1398,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 17
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 1095,
                                                    "end": 1380,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1095,
                                                      "end": 1100,
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "fetch"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "TemplateLiteral",
                                                        "start": 1101,
                                                        "end": 1133,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 57
                                                          }
                                                        },
                                                        "expressions": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 1104,
                                                            "end": 1112,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 36
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1104,
                                                              "end": 1108,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1109,
                                                              "end": 1112,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "name": "url"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 1124,
                                                            "end": 1131,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1124,
                                                              "end": 1128,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 52
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1129,
                                                              "end": 1131,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          }
                                                        ],
                                                        "quasis": [
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1102,
                                                            "end": 1102,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 26
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "",
                                                              "cooked": ""
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1113,
                                                            "end": 1122,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 46
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "/execute/",
                                                              "cooked": "/execute/"
                                                            },
                                                            "tail": false
                                                          },
                                                          {
                                                            "type": "TemplateElement",
                                                            "start": 1132,
                                                            "end": 1132,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 56
                                                              }
                                                            },
                                                            "value": {
                                                              "raw": "",
                                                              "cooked": ""
                                                            },
                                                            "tail": true
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 1135,
                                                        "end": 1379,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "Property",
                                                            "start": 1153,
                                                            "end": 1286,
                                                            "loc": {
                                                              "start": {
                                                                "line": 37,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 17
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1153,
                                                              "end": 1160,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 37,
                                                                  "column": 23
                                                                }
                                                              },
                                                              "name": "headers"
                                                            },
                                                            "value": {
                                                              "type": "ObjectExpression",
                                                              "start": 1162,
                                                              "end": 1286,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 37,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 40,
                                                                  "column": 17
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "start": 1184,
                                                                  "end": 1212,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 38,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 38,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Literal",
                                                                    "start": 1184,
                                                                    "end": 1192,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 38,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 38,
                                                                        "column": 28
                                                                      }
                                                                    },
                                                                    "value": "Accept",
                                                                    "rawValue": "Accept",
                                                                    "raw": "'Accept'"
                                                                  },
                                                                  "value": {
                                                                    "type": "Literal",
                                                                    "start": 1194,
                                                                    "end": 1212,
                                                                    "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": 1234,
                                                                  "end": 1268,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Literal",
                                                                    "start": 1234,
                                                                    "end": 1248,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 34
                                                                      }
                                                                    },
                                                                    "value": "Content-Type",
                                                                    "rawValue": "Content-Type",
                                                                    "raw": "'Content-Type'"
                                                                  },
                                                                  "value": {
                                                                    "type": "Literal",
                                                                    "start": 1250,
                                                                    "end": 1268,
                                                                    "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": 1304,
                                                            "end": 1318,
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 30
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1304,
                                                              "end": 1310,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 22
                                                                }
                                                              },
                                                              "name": "method"
                                                            },
                                                            "value": {
                                                              "type": "Literal",
                                                              "start": 1312,
                                                              "end": 1318,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "value": "POST",
                                                              "rawValue": "POST",
                                                              "raw": "\"POST\""
                                                            },
                                                            "kind": "init"
                                                          },
                                                          {
                                                            "type": "Property",
                                                            "start": 1336,
                                                            "end": 1365,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 45
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1336,
                                                              "end": 1340,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "name": "body"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 1342,
                                                              "end": 1365,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1342,
                                                                "end": 1356,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 36
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1342,
                                                                  "end": 1346,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "name": "JSON"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1347,
                                                                  "end": 1356,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "name": "stringify"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 1357,
                                                                  "end": 1364,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 44
                                                                    }
                                                                  },
                                                                  "name": "command"
                                                                }
                                                              ]
                                                            },
                                                            "kind": "init"
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1394,
                                                    "end": 1398,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 17
                                                      }
                                                    },
                                                    "name": "then"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 1399,
                                                    "end": 1416,
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 35
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": true,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1399,
                                                        "end": 1402,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 21
                                                          }
                                                        },
                                                        "name": "res"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "CallExpression",
                                                      "start": 1406,
                                                      "end": 1416,
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 35
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1406,
                                                        "end": 1414,
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 33
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1406,
                                                          "end": 1409,
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 28
                                                            }
                                                          },
                                                          "name": "res"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1410,
                                                          "end": 1414,
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 33
                                                            }
                                                          },
                                                          "name": "json"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1431,
                                                "end": 1435,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 17
                                                  }
                                                },
                                                "name": "then"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrowFunctionExpression",
                                                "start": 1436,
                                                "end": 1469,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 51
                                                  }
                                                },
                                                "id": null,
                                                "generator": false,
                                                "expression": true,
                                                "async": false,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 1436,
                                                    "end": 1439,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 21
                                                      }
                                                    },
                                                    "name": "res"
                                                  }
                                                ],
                                                "body": {
                                                  "type": "CallExpression",
                                                  "start": 1443,
                                                  "end": 1469,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 51
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1443,
                                                    "end": 1455,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 37
                                                      }
                                                    },
                                                    "name": "handleResult"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1456,
                                                      "end": 1463,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 45
                                                        }
                                                      },
                                                      "name": "context"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 1465,
                                                      "end": 1468,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 50
                                                        }
                                                      },
                                                      "name": "res"
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1484,
                                            "end": 1488,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 17
                                              }
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 1489,
                                            "end": 1667,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 13
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": true,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 1495,
                                                "end": 1498,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "res"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1502,
                                              "end": 1667,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 13
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 1520,
                                                  "end": 1570,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 66
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 1524,
                                                      "end": 1569,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 65
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 1524,
                                                        "end": 1531,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 27
                                                          }
                                                        },
                                                        "name": "results"
                                                      },
                                                      "init": {
                                                        "type": "AwaitExpression",
                                                        "start": 1534,
                                                        "end": 1569,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 65
                                                          }
                                                        },
                                                        "all": false,
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 1540,
                                                          "end": 1569,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 65
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1540,
                                                            "end": 1551,
                                                            "loc": {
                                                              "start": {
                                                                "line": 47,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1540,
                                                              "end": 1547,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 43
                                                                }
                                                              },
                                                              "name": "Promise"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1548,
                                                              "end": 1551,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "all"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 1552,
                                                              "end": 1568,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 47,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 47,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1552,
                                                                "end": 1559,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 47,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 47,
                                                                    "column": 55
                                                                  }
                                                                },
                                                                "name": "context"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1560,
                                                                "end": 1568,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 47,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 47,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "name": "promises"
                                                              },
                                                              "computed": false
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1587,
                                                  "end": 1619,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 48
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 1587,
                                                    "end": 1618,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 47
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 1587,
                                                      "end": 1594,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "context"
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 1597,
                                                      "end": 1618,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 47
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 1597,
                                                        "end": 1609,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 38
                                                          }
                                                        },
                                                        "name": "mergeContext"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1610,
                                                          "end": 1617,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "context"
                                                        }
                                                      ]
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1636,
                                                  "end": 1653,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 33
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1636,
                                                    "end": 1652,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 32
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 1636,
                                                      "end": 1643,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 1644,
                                                        "end": 1651,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "context"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1682,
                            "end": 1686,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 11
                              },
                              "end": {
                                "line": 52,
                                "column": 15
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1687,
                            "end": 1828,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 16
                              },
                              "end": {
                                "line": 55,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1687,
                                "end": 1694,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 23
                                  }
                                },
                                "name": "results"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1698,
                              "end": 1828,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 27
                                },
                                "end": {
                                  "line": 55,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1712,
                                  "end": 1790,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 90
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1712,
                                    "end": 1789,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1712,
                                      "end": 1736,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1712,
                                        "end": 1727,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1712,
                                          "end": 1719,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 19
                                            }
                                          },
                                          "name": "results"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1720,
                                          "end": 1727,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 27
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1728,
                                        "end": 1736,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 36
                                          }
                                        },
                                        "name": "callback"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1737,
                                        "end": 1788,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 88
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1739,
                                            "end": 1768,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 68
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1739,
                                              "end": 1743,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 43
                                                }
                                              },
                                              "name": "type"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 1745,
                                              "end": 1768,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 68
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1745,
                                                "end": 1759,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 59
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1745,
                                                  "end": 1751,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "Parser"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1752,
                                                  "end": 1759,
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 53,
                                                      "column": 59
                                                    }
                                                  },
                                                  "name": "Factory"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1760,
                                                "end": 1768,
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 53,
                                                    "column": 68
                                                  }
                                                },
                                                "name": "Finished"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 1770,
                                            "end": 1786,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 86
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1770,
                                              "end": 1777,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 77
                                                }
                                              },
                                              "name": "context"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 1779,
                                              "end": 1786,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 86
                                                }
                                              },
                                              "name": "results"
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1803,
                                  "end": 1818,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 27
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 1810,
                                    "end": 1817,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 26
                                      }
                                    },
                                    "name": "results"
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}