{
  "type": "Program",
  "start": 0,
  "end": 1077,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 33,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 40,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 40
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 16,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 16,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            },
            "name": "jsonpatch"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 22,
        "end": 39,
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 39
          }
        },
        "value": "fast-json-patch",
        "rawValue": "fast-json-patch",
        "raw": "'fast-json-patch'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 41,
      "end": 90,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 49
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 48,
          "end": 56,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 15
            }
          },
          "local": {
            "type": "Identifier",
            "start": 48,
            "end": 56,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 15
              }
            },
            "name": "SocketIO"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 62,
        "end": 89,
        "loc": {
          "start": {
            "line": 2,
            "column": 21
          },
          "end": {
            "line": 2,
            "column": 48
          }
        },
        "value": "../communication/socketio",
        "rawValue": "../communication/socketio",
        "raw": "'../communication/socketio'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 92,
      "end": 1076,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 32,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 107,
        "end": 1076,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 32,
            "column": 1
          }
        },
        "id": null,
        "superClass": {
          "type": "Identifier",
          "start": 121,
          "end": 129,
          "loc": {
            "start": {
              "line": 4,
              "column": 29
            },
            "end": {
              "line": 4,
              "column": 37
            }
          },
          "name": "SocketIO"
        },
        "body": {
          "type": "ClassBody",
          "start": 130,
          "end": 1076,
          "loc": {
            "start": {
              "line": 4,
              "column": 38
            },
            "end": {
              "line": 32,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 136,
              "end": 1074,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4
                },
                "end": {
                  "line": 31,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 136,
                "end": 147,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4
                  },
                  "end": {
                    "line": 5,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 147,
                "end": 1074,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 15
                  },
                  "end": {
                    "line": 31,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 148,
                    "end": 176,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 44
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 148,
                      "end": 153,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 16
                        },
                        "end": {
                          "line": 5,
                          "column": 21
                        }
                      },
                      "name": "types"
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 156,
                      "end": 176,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 24
                        },
                        "end": {
                          "line": 5,
                          "column": 44
                        }
                      },
                      "elements": [
                        {
                          "type": "Literal",
                          "start": 157,
                          "end": 164,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 25
                            },
                            "end": {
                              "line": 5,
                              "column": 32
                            }
                          },
                          "value": "patch",
                          "rawValue": "patch",
                          "raw": "'patch'"
                        },
                        {
                          "type": "Literal",
                          "start": 166,
                          "end": 175,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 34
                            },
                            "end": {
                              "line": 5,
                              "column": 43
                            }
                          },
                          "value": "message",
                          "rawValue": "message",
                          "raw": "'message'"
                        }
                      ]
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 178,
                  "end": 1074,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 46
                    },
                    "end": {
                      "line": 31,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 188,
                      "end": 228,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 188,
                        "end": 227,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 47
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 188,
                          "end": 193,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 194,
                            "end": 226,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 14
                              },
                              "end": {
                                "line": 6,
                                "column": 46
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 196,
                                "end": 207,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 27
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 196,
                                  "end": 201,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 21
                                    }
                                  },
                                  "name": "debug"
                                },
                                "value": {
                                  "type": "Literal",
                                  "start": 203,
                                  "end": 207,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 27
                                    }
                                  },
                                  "value": true,
                                  "rawValue": true,
                                  "raw": "true"
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 209,
                                "end": 224,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 44
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 209,
                                  "end": 220,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 40
                                    }
                                  },
                                  "name": "credentials"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 222,
                                  "end": 224,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 44
                                    }
                                  },
                                  "elements": []
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 238,
                      "end": 257,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 238,
                        "end": 256,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 238,
                          "end": 251,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 238,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 243,
                            "end": 251,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 21
                              }
                            },
                            "name": "messages"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 254,
                          "end": 256,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 24
                            },
                            "end": {
                              "line": 8,
                              "column": 26
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 266,
                      "end": 571,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 266,
                        "end": 570,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 266,
                          "end": 276,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 266,
                            "end": 270,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 271,
                            "end": 276,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 18
                              }
                            },
                            "name": "state"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 279,
                          "end": 570,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 21
                            },
                            "end": {
                              "line": 18,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 293,
                              "end": 307,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 10,
                                  "column": 26
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 293,
                                "end": 297,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 16
                                  }
                                },
                                "name": "type"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 299,
                                "end": 307,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 26
                                  }
                                },
                                "value": "system",
                                "rawValue": "system",
                                "raw": "'system'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 321,
                              "end": 332,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 12
                                },
                                "end": {
                                  "line": 11,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 321,
                                "end": 326,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 17
                                  }
                                },
                                "name": "alive"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 328,
                                "end": 332,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 23
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 346,
                              "end": 356,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 12
                                },
                                "end": {
                                  "line": 12,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 346,
                                "end": 352,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 18
                                  }
                                },
                                "name": "errors"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 354,
                                "end": 356,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 22
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 370,
                              "end": 461,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 103
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 370,
                                "end": 377,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 19
                                  }
                                },
                                "name": "options"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 379,
                                "end": 461,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 103
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "Property",
                                    "start": 381,
                                    "end": 397,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 39
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 381,
                                      "end": 391,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 33
                                        }
                                      },
                                      "name": "publicport"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 393,
                                      "end": 397,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 39
                                        }
                                      },
                                      "value": 9000,
                                      "rawValue": 9000,
                                      "raw": "9000"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 399,
                                    "end": 416,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 58
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 399,
                                      "end": 410,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 52
                                        }
                                      },
                                      "name": "privateport"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 412,
                                      "end": 416,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 58
                                        }
                                      },
                                      "value": 8080,
                                      "rawValue": 8080,
                                      "raw": "8080"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 418,
                                    "end": 430,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 72
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 418,
                                      "end": 424,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 66
                                        }
                                      },
                                      "name": "binary"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 426,
                                      "end": 430,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 72
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 432,
                                    "end": 445,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 87
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 432,
                                      "end": 438,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 80
                                        }
                                      },
                                      "name": "stdout"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 440,
                                      "end": 445,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 87
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    },
                                    "kind": "init"
                                  },
                                  {
                                    "type": "Property",
                                    "start": 447,
                                    "end": 459,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 101
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 447,
                                      "end": 456,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 98
                                        }
                                      },
                                      "name": "instances"
                                    },
                                    "value": {
                                      "type": "Literal",
                                      "start": 458,
                                      "end": 459,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 101
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "kind": "init"
                                  }
                                ]
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 475,
                              "end": 484,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 475,
                                "end": 480,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 17
                                  }
                                },
                                "name": "tasks"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 482,
                                "end": 484,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 21
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 498,
                              "end": 507,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 12
                                },
                                "end": {
                                  "line": 15,
                                  "column": 21
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 498,
                                "end": 503,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 17
                                  }
                                },
                                "name": "users"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 505,
                                "end": 507,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 21
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 521,
                              "end": 534,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 12
                                },
                                "end": {
                                  "line": 16,
                                  "column": 25
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 521,
                                "end": 530,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 21
                                  }
                                },
                                "name": "analyzers"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 532,
                                "end": 534,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 25
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 548,
                              "end": 560,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 12
                                },
                                "end": {
                                  "line": 17,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 548,
                                "end": 556,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 20
                                  }
                                },
                                "name": "sessions"
                              },
                              "value": {
                                "type": "ArrayExpression",
                                "start": 558,
                                "end": 560,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 24
                                  }
                                },
                                "elements": []
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 581,
                      "end": 1068,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 581,
                        "end": 1067,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 581,
                          "end": 588,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 581,
                            "end": 585,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 586,
                            "end": 588,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 589,
                            "end": 600,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 16
                              },
                              "end": {
                                "line": 20,
                                "column": 27
                              }
                            },
                            "value": "connected",
                            "rawValue": "connected",
                            "raw": "'connected'"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 602,
                            "end": 1066,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 29
                              },
                              "end": {
                                "line": 30,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 602,
                                "end": 608,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 35
                                  }
                                },
                                "name": "socket"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 612,
                              "end": 1066,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 39
                                },
                                "end": {
                                  "line": 30,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 626,
                                  "end": 1056,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 15
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 626,
                                    "end": 1055,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 14
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 626,
                                      "end": 640,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 626,
                                        "end": 637,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 626,
                                          "end": 630,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 631,
                                          "end": 637,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 23
                                            }
                                          },
                                          "name": "socket"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 638,
                                        "end": 640,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 26
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 641,
                                        "end": 648,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 34
                                          }
                                        },
                                        "value": "debug",
                                        "rawValue": "debug",
                                        "raw": "'debug'"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 650,
                                        "end": 1054,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 13
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 650,
                                            "end": 654,
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 40
                                              }
                                            },
                                            "name": "data"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 658,
                                          "end": 1054,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 13
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 676,
                                              "end": 703,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 43
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 676,
                                                "end": 702,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 42
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 676,
                                                  "end": 689,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 29
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 676,
                                                    "end": 684,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "SocketIO"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 685,
                                                    "end": 689,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "_ack"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 690,
                                                    "end": 701,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 41
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 690,
                                                      "end": 694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 22,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 22,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 695,
                                                      "end": 701,
                                                      "loc": {
                                                        "start": {
                                                          "line": 22,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 22,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "socket"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 720,
                                              "end": 1040,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 19
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 720,
                                                "end": 1039,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 18
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 720,
                                                  "end": 741,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 37
                                                    }
                                                  },
                                                  "name": "requestAnimationFrame"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 742,
                                                    "end": 1038,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 17
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 742,
                                                        "end": 743,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "_"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 747,
                                                      "end": 1038,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 17
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "IfStatement",
                                                          "start": 769,
                                                          "end": 1020,
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 49
                                                            }
                                                          },
                                                          "test": {
                                                            "type": "LogicalExpression",
                                                            "start": 773,
                                                            "end": 821,
                                                            "loc": {
                                                              "start": {
                                                                "line": 24,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 24,
                                                                "column": 72
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "BinaryExpression",
                                                              "start": 773,
                                                              "end": 794,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 773,
                                                                "end": 782,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 24,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 24,
                                                                    "column": 33
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 773,
                                                                  "end": 777,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 778,
                                                                  "end": 782,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "name": "type"
                                                                },
                                                                "computed": false
                                                              },
                                                              "operator": "===",
                                                              "right": {
                                                                "type": "Literal",
                                                                "start": 787,
                                                                "end": 794,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 24,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 24,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "value": "patch",
                                                                "rawValue": "patch",
                                                                "raw": "'patch'"
                                                              }
                                                            },
                                                            "operator": "&&",
                                                            "right": {
                                                              "type": "CallExpression",
                                                              "start": 798,
                                                              "end": 821,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 72
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 798,
                                                                "end": 812,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 24,
                                                                    "column": 49
                                                                  },
                                                                  "end": {
                                                                    "line": 24,
                                                                    "column": 63
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 798,
                                                                  "end": 803,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "name": "types"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 804,
                                                                  "end": 812,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 63
                                                                    }
                                                                  },
                                                                  "name": "includes"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "start": 813,
                                                                  "end": 820,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 64
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 71
                                                                    }
                                                                  },
                                                                  "value": "patch",
                                                                  "rawValue": "patch",
                                                                  "raw": "'patch'"
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          "consequent": {
                                                            "type": "ExpressionStatement",
                                                            "start": 847,
                                                            "end": 887,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 64
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 847,
                                                              "end": 886,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 63
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 847,
                                                                "end": 862,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 25,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 25,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 847,
                                                                  "end": 856,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "name": "jsonpatch"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 857,
                                                                  "end": 862,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "apply"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 863,
                                                                  "end": 873,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 863,
                                                                    "end": 867,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 25,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 25,
                                                                        "column": 44
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 868,
                                                                    "end": 873,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 25,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 25,
                                                                        "column": 50
                                                                      }
                                                                    },
                                                                    "name": "state"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 875,
                                                                  "end": 885,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 25,
                                                                      "column": 52
                                                                    },
                                                                    "end": {
                                                                      "line": 25,
                                                                      "column": 62
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 875,
                                                                    "end": 879,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 25,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 25,
                                                                        "column": 56
                                                                      }
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 880,
                                                                    "end": 885,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 25,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 25,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "name": "patch"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          "alternate": {
                                                            "type": "IfStatement",
                                                            "start": 913,
                                                            "end": 1020,
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 49
                                                              }
                                                            },
                                                            "test": {
                                                              "type": "LogicalExpression",
                                                              "start": 917,
                                                              "end": 969,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 26,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 26,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "BinaryExpression",
                                                                "start": 917,
                                                                "end": 940,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 26,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 26,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 917,
                                                                  "end": 926,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 26,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 26,
                                                                      "column": 38
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 917,
                                                                    "end": 921,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 26,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 26,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 922,
                                                                    "end": 926,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 26,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 26,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "name": "type"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "===",
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "start": 931,
                                                                  "end": 940,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 26,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 26,
                                                                      "column": 52
                                                                    }
                                                                  },
                                                                  "value": "message",
                                                                  "rawValue": "message",
                                                                  "raw": "'message'"
                                                                }
                                                              },
                                                              "operator": "&&",
                                                              "right": {
                                                                "type": "CallExpression",
                                                                "start": 944,
                                                                "end": 969,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 26,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 26,
                                                                    "column": 81
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 944,
                                                                  "end": 958,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 26,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 26,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 944,
                                                                    "end": 949,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 26,
                                                                        "column": 56
                                                                      },
                                                                      "end": {
                                                                        "line": 26,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "name": "types"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 950,
                                                                    "end": 958,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 26,
                                                                        "column": 62
                                                                      },
                                                                      "end": {
                                                                        "line": 26,
                                                                        "column": 70
                                                                      }
                                                                    },
                                                                    "name": "includes"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Literal",
                                                                    "start": 959,
                                                                    "end": 968,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 26,
                                                                        "column": 71
                                                                      },
                                                                      "end": {
                                                                        "line": 26,
                                                                        "column": 80
                                                                      }
                                                                    },
                                                                    "value": "message",
                                                                    "rawValue": "message",
                                                                    "raw": "'message'"
                                                                  }
                                                                ]
                                                              }
                                                            },
                                                            "consequent": {
                                                              "type": "ExpressionStatement",
                                                              "start": 995,
                                                              "end": 1020,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 27,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 27,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 995,
                                                                "end": 1019,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 27,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 27,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 995,
                                                                  "end": 1013,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 27,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 27,
                                                                      "column": 42
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 995,
                                                                    "end": 1008,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 27,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 27,
                                                                        "column": 37
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 995,
                                                                      "end": 999,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 27,
                                                                          "column": 24
                                                                        },
                                                                        "end": {
                                                                          "line": 27,
                                                                          "column": 28
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1000,
                                                                      "end": 1008,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 27,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 27,
                                                                          "column": 37
                                                                        }
                                                                      },
                                                                      "name": "messages"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1009,
                                                                    "end": 1013,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 27,
                                                                        "column": 38
                                                                      },
                                                                      "end": {
                                                                        "line": 27,
                                                                        "column": 42
                                                                      }
                                                                    },
                                                                    "name": "push"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1014,
                                                                    "end": 1018,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 27,
                                                                        "column": 43
                                                                      },
                                                                      "end": {
                                                                        "line": 27,
                                                                        "column": 47
                                                                      }
                                                                    },
                                                                    "name": "data"
                                                                  }
                                                                ]
                                                              }
                                                            },
                                                            "alternate": null
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}