{
  "type": "Program",
  "start": 0,
  "end": 1212,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 48,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "start": 0,
      "end": 42,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 42
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 4,
          "end": 41,
          "loc": {
            "start": {
              "line": 1,
              "column": 4
            },
            "end": {
              "line": 1,
              "column": 41
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4,
            "end": 10,
            "loc": {
              "start": {
                "line": 1,
                "column": 4
              },
              "end": {
                "line": 1,
                "column": 10
              }
            },
            "name": "rClass"
          },
          "init": {
            "type": "Literal",
            "start": 13,
            "end": 41,
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 41
              }
            },
            "value": {},
            "rawValue": {},
            "raw": "/\\sclass=\\\"[a-zA-Z_-\\s]*\\\"/g",
            "regex": {
              "pattern": "\\sclass=\\\"[a-zA-Z_-\\s]*\\\"",
              "flags": "g"
            }
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 44,
      "end": 1211,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 47,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 59,
        "end": 1211,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 47,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 65,
          "end": 69,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 25
            }
          },
          "name": "User"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 70,
          "end": 1211,
          "loc": {
            "start": {
              "line": 3,
              "column": 26
            },
            "end": {
              "line": 47,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 74,
              "end": 525,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 2
                },
                "end": {
                  "line": 22,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 74,
                "end": 85,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 2
                  },
                  "end": {
                    "line": 4,
                    "column": 13
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 85,
                "end": 525,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 13
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 86,
                    "end": 262,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 14
                      },
                      "end": {
                        "line": 13,
                        "column": 8
                      }
                    },
                    "left": {
                      "type": "ObjectPattern",
                      "start": 86,
                      "end": 257,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 14
                        },
                        "end": {
                          "line": 13,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "Property",
                          "start": 92,
                          "end": 94,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 4
                            },
                            "end": {
                              "line": 5,
                              "column": 6
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 92,
                            "end": 94,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 4
                              },
                              "end": {
                                "line": 5,
                                "column": 6
                              }
                            },
                            "name": "id"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 92,
                            "end": 94,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 4
                              },
                              "end": {
                                "line": 5,
                                "column": 6
                              }
                            },
                            "name": "id"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 100,
                          "end": 105,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 4
                            },
                            "end": {
                              "line": 6,
                              "column": 9
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 100,
                            "end": 105,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 4
                              },
                              "end": {
                                "line": 6,
                                "column": 9
                              }
                            },
                            "name": "email"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 100,
                            "end": 105,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 4
                              },
                              "end": {
                                "line": 6,
                                "column": 9
                              }
                            },
                            "name": "email"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 111,
                          "end": 119,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 12
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 111,
                            "end": 119,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            },
                            "name": "username"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 111,
                            "end": 119,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            },
                            "name": "username"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 125,
                          "end": 136,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 125,
                            "end": 136,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "facebookUid"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 125,
                            "end": 136,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "facebookUid"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 142,
                          "end": 153,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4
                            },
                            "end": {
                              "line": 9,
                              "column": 15
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 142,
                            "end": 153,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4
                              },
                              "end": {
                                "line": 9,
                                "column": 15
                              }
                            },
                            "name": "profileSlug"
                          },
                          "kind": "init",
                          "value": {
                            "type": "Identifier",
                            "start": 142,
                            "end": 153,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4
                              },
                              "end": {
                                "line": 9,
                                "column": 15
                              }
                            },
                            "name": "profileSlug"
                          }
                        },
                        {
                          "type": "Property",
                          "start": 159,
                          "end": 215,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 60
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 159,
                            "end": 165,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 4
                              },
                              "end": {
                                "line": 10,
                                "column": 10
                              }
                            },
                            "name": "avatar"
                          },
                          "kind": "init",
                          "value": {
                            "type": "AssignmentPattern",
                            "start": 159,
                            "end": 215,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 4
                              },
                              "end": {
                                "line": 10,
                                "column": 60
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 159,
                              "end": 165,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 4
                                },
                                "end": {
                                  "line": 10,
                                  "column": 10
                                }
                              },
                              "name": "avatar"
                            },
                            "right": {
                              "type": "Literal",
                              "start": 168,
                              "end": 215,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 13
                                },
                                "end": {
                                  "line": 10,
                                  "column": 60
                                }
                              },
                              "value": "http://dummyimage.com/80x80/4d494d/686a82.gif",
                              "rawValue": "http://dummyimage.com/80x80/4d494d/686a82.gif",
                              "raw": "\"http://dummyimage.com/80x80/4d494d/686a82.gif\""
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "start": 221,
                          "end": 234,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 4
                            },
                            "end": {
                              "line": 11,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 221,
                            "end": 229,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 4
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            },
                            "name": "messages"
                          },
                          "kind": "init",
                          "value": {
                            "type": "AssignmentPattern",
                            "start": 221,
                            "end": 234,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 4
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 221,
                              "end": 229,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 4
                                },
                                "end": {
                                  "line": 11,
                                  "column": 12
                                }
                              },
                              "name": "messages"
                            },
                            "right": {
                              "type": "ArrayExpression",
                              "start": 232,
                              "end": 234,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 15
                                },
                                "end": {
                                  "line": 11,
                                  "column": 17
                                }
                              },
                              "elements": []
                            }
                          }
                        },
                        {
                          "type": "Property",
                          "start": 240,
                          "end": 253,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "method": false,
                          "shorthand": true,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 240,
                            "end": 248,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            },
                            "name": "activity"
                          },
                          "kind": "init",
                          "value": {
                            "type": "AssignmentPattern",
                            "start": 240,
                            "end": 253,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 240,
                              "end": 248,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 4
                                },
                                "end": {
                                  "line": 12,
                                  "column": 12
                                }
                              },
                              "name": "activity"
                            },
                            "right": {
                              "type": "ArrayExpression",
                              "start": 251,
                              "end": 253,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 15
                                },
                                "end": {
                                  "line": 12,
                                  "column": 17
                                }
                              },
                              "elements": []
                            }
                          }
                        }
                      ]
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 260,
                      "end": 262,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 6
                        },
                        "end": {
                          "line": 13,
                          "column": 8
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 264,
                  "end": 525,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 10
                    },
                    "end": {
                      "line": 22,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 270,
                      "end": 283,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 17
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 270,
                        "end": 282,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 16
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 270,
                          "end": 277,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 270,
                            "end": 274,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 4
                              },
                              "end": {
                                "line": 14,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 275,
                            "end": 277,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 9
                              },
                              "end": {
                                "line": 14,
                                "column": 11
                              }
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 280,
                          "end": 282,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 14
                            },
                            "end": {
                              "line": 14,
                              "column": 16
                            }
                          },
                          "name": "id"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 288,
                      "end": 307,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 288,
                        "end": 306,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 288,
                          "end": 298,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 288,
                            "end": 292,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 4
                              },
                              "end": {
                                "line": 15,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 293,
                            "end": 298,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 9
                              },
                              "end": {
                                "line": 15,
                                "column": 14
                              }
                            },
                            "name": "email"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 301,
                          "end": 306,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 17
                            },
                            "end": {
                              "line": 15,
                              "column": 22
                            }
                          },
                          "name": "email"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 312,
                      "end": 337,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 312,
                        "end": 336,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 16,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 312,
                          "end": 325,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 312,
                            "end": 316,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 317,
                            "end": 325,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 9
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "name": "username"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 328,
                          "end": 336,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 20
                            },
                            "end": {
                              "line": 16,
                              "column": 28
                            }
                          },
                          "name": "username"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 342,
                      "end": 373,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 342,
                        "end": 372,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 342,
                          "end": 358,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 342,
                            "end": 346,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 4
                              },
                              "end": {
                                "line": 17,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 347,
                            "end": 358,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 9
                              },
                              "end": {
                                "line": 17,
                                "column": 20
                              }
                            },
                            "name": "facebookUid"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 361,
                          "end": 372,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 23
                            },
                            "end": {
                              "line": 17,
                              "column": 34
                            }
                          },
                          "name": "facebookUid"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 378,
                      "end": 409,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 378,
                        "end": 408,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 378,
                          "end": 394,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 378,
                            "end": 382,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 4
                              },
                              "end": {
                                "line": 18,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 383,
                            "end": 394,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 9
                              },
                              "end": {
                                "line": 18,
                                "column": 20
                              }
                            },
                            "name": "profileSlug"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 397,
                          "end": 408,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 23
                            },
                            "end": {
                              "line": 18,
                              "column": 34
                            }
                          },
                          "name": "profileSlug"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 414,
                      "end": 461,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 414,
                        "end": 460,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 414,
                          "end": 425,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 414,
                            "end": 418,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 419,
                            "end": 425,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 9
                              },
                              "end": {
                                "line": 19,
                                "column": 15
                              }
                            },
                            "name": "avatar"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 428,
                          "end": 460,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 18
                            },
                            "end": {
                              "line": 19,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 428,
                            "end": 442,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 18
                              },
                              "end": {
                                "line": 19,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 428,
                              "end": 434,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 18
                                },
                                "end": {
                                  "line": 19,
                                  "column": 24
                                }
                              },
                              "name": "avatar"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 435,
                              "end": 442,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 25
                                },
                                "end": {
                                  "line": 19,
                                  "column": 32
                                }
                              },
                              "name": "replace"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 443,
                              "end": 450,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 33
                                },
                                "end": {
                                  "line": 19,
                                  "column": 40
                                }
                              },
                              "value": {},
                              "rawValue": {},
                              "raw": "/small/",
                              "regex": {
                                "pattern": "small",
                                "flags": ""
                              }
                            },
                            {
                              "type": "Literal",
                              "start": 452,
                              "end": 459,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 42
                                },
                                "end": {
                                  "line": 19,
                                  "column": 49
                                }
                              },
                              "value": "large",
                              "rawValue": "large",
                              "raw": "\"large\""
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 466,
                      "end": 491,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 466,
                        "end": 490,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 466,
                          "end": 479,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 20,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 466,
                            "end": 470,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 4
                              },
                              "end": {
                                "line": 20,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 471,
                            "end": 479,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              }
                            },
                            "name": "messages"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 482,
                          "end": 490,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 20
                            },
                            "end": {
                              "line": 20,
                              "column": 28
                            }
                          },
                          "name": "messages"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 496,
                      "end": 521,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 496,
                        "end": 520,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 496,
                          "end": 509,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 496,
                            "end": 500,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 501,
                            "end": 509,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 9
                              },
                              "end": {
                                "line": 21,
                                "column": 17
                              }
                            },
                            "name": "activity"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 512,
                          "end": 520,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 20
                            },
                            "end": {
                              "line": 21,
                              "column": 28
                            }
                          },
                          "name": "activity"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 528,
              "end": 1209,
              "loc": {
                "start": {
                  "line": 23,
                  "column": 2
                },
                "end": {
                  "line": 46,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 528,
                "end": 534,
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 2
                  },
                  "end": {
                    "line": 23,
                    "column": 8
                  }
                },
                "name": "toJSON"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 534,
                "end": 1209,
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 8
                  },
                  "end": {
                    "line": 46,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 537,
                  "end": 1209,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 11
                    },
                    "end": {
                      "line": 46,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 543,
                      "end": 556,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 17
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 547,
                          "end": 555,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 16
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 547,
                            "end": 550,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 24,
                                "column": 11
                              }
                            },
                            "name": "obj"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 553,
                            "end": 555,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 14
                              },
                              "end": {
                                "line": 24,
                                "column": 16
                              }
                            },
                            "properties": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ForInStatement",
                      "start": 561,
                      "end": 665,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 5
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 565,
                        "end": 572,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 15
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 569,
                            "end": 572,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 12
                              },
                              "end": {
                                "line": 25,
                                "column": 15
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 569,
                              "end": 572,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 15
                                }
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "ThisExpression",
                        "start": 576,
                        "end": 580,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 19
                          },
                          "end": {
                            "line": 25,
                            "column": 23
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 582,
                        "end": 665,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 25
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 590,
                            "end": 659,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 28,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 594,
                              "end": 618,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 10
                                },
                                "end": {
                                  "line": 26,
                                  "column": 34
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 594,
                                "end": 613,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 594,
                                  "end": 598,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 14
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 599,
                                  "end": 613,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 29
                                    }
                                  },
                                  "name": "hasOwnProperty"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 614,
                                  "end": 617,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 33
                                    }
                                  },
                                  "name": "key"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 620,
                              "end": 659,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 36
                                },
                                "end": {
                                  "line": 28,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 630,
                                  "end": 651,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 630,
                                    "end": 650,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 28
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 630,
                                      "end": 638,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 630,
                                        "end": 633,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 11
                                          }
                                        },
                                        "name": "obj"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 634,
                                        "end": 637,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 15
                                          }
                                        },
                                        "name": "key"
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 641,
                                      "end": 650,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 641,
                                        "end": 645,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 646,
                                        "end": 649,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 27
                                          }
                                        },
                                        "name": "key"
                                      },
                                      "computed": true
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 675,
                      "end": 860,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 4
                        },
                        "end": {
                          "line": 36,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 675,
                        "end": 859,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 4
                          },
                          "end": {
                            "line": 36,
                            "column": 15
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 675,
                          "end": 687,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 675,
                            "end": 678,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 7
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 679,
                            "end": 687,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 16
                              }
                            },
                            "name": "messages"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 690,
                          "end": 859,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 19
                            },
                            "end": {
                              "line": 36,
                              "column": 15
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 690,
                            "end": 709,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 19
                              },
                              "end": {
                                "line": 31,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 690,
                              "end": 702,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 19
                                },
                                "end": {
                                  "line": 31,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 690,
                                "end": 693,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 22
                                  }
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 694,
                                "end": 702,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 31
                                  }
                                },
                                "name": "messages"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 703,
                              "end": 709,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 32
                                },
                                "end": {
                                  "line": 31,
                                  "column": 38
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "consequent": {
                            "type": "CallExpression",
                            "start": 712,
                            "end": 852,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 41
                              },
                              "end": {
                                "line": 36,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 712,
                              "end": 728,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 41
                                },
                                "end": {
                                  "line": 31,
                                  "column": 57
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 712,
                                "end": 724,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 53
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 712,
                                  "end": 715,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 44
                                    }
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 716,
                                  "end": 724,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 53
                                    }
                                  },
                                  "name": "messages"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 725,
                                "end": 728,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 57
                                  }
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 729,
                                "end": 851,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 730,
                                    "end": 733,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 62
                                      }
                                    },
                                    "name": "msg"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 738,
                                  "end": 851,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 748,
                                      "end": 843,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 10
                                        }
                                      },
                                      "argument": {
                                        "type": "ObjectExpression",
                                        "start": 755,
                                        "end": 842,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 9
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 768,
                                            "end": 802,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 44
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 768,
                                              "end": 772,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 14
                                                }
                                              },
                                              "name": "text"
                                            },
                                            "value": {
                                              "type": "CallExpression",
                                              "start": 774,
                                              "end": 802,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 44
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 774,
                                                "end": 790,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 774,
                                                  "end": 782,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 24
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 774,
                                                    "end": 777,
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 19
                                                      }
                                                    },
                                                    "name": "msg"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 778,
                                                    "end": 782,
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "text"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 783,
                                                  "end": 790,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "replace"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 791,
                                                  "end": 797,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "rClass"
                                                },
                                                {
                                                  "type": "Literal",
                                                  "start": 799,
                                                  "end": 801,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 43
                                                    }
                                                  },
                                                  "value": "",
                                                  "rawValue": "",
                                                  "raw": "\"\""
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 814,
                                            "end": 832,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 28
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 814,
                                              "end": 818,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 14
                                                }
                                              },
                                              "name": "read"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 820,
                                              "end": 832,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 820,
                                                "end": 823,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 19
                                                  }
                                                },
                                                "name": "msg"
                                              },
                                              "property": {
                                                "type": "Literal",
                                                "start": 824,
                                                "end": 831,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 27
                                                  }
                                                },
                                                "value": "read?",
                                                "rawValue": "read?",
                                                "raw": "\"read?\""
                                              },
                                              "computed": true
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": {
                            "type": "Literal",
                            "start": 855,
                            "end": 859,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 11
                              },
                              "end": {
                                "line": 36,
                                "column": 15
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 866,
                      "end": 923,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 61
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 866,
                        "end": 922,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 4
                          },
                          "end": {
                            "line": 38,
                            "column": 60
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 866,
                          "end": 878,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 4
                            },
                            "end": {
                              "line": 38,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 866,
                            "end": 869,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 4
                              },
                              "end": {
                                "line": 38,
                                "column": 7
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 870,
                            "end": 878,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 16
                              }
                            },
                            "name": "activity"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 881,
                          "end": 922,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 19
                            },
                            "end": {
                              "line": 38,
                              "column": 60
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 881,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 19
                              },
                              "end": {
                                "line": 38,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 881,
                              "end": 893,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 19
                                },
                                "end": {
                                  "line": 38,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 881,
                                "end": 884,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 22
                                  }
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 885,
                                "end": 893,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 31
                                  }
                                },
                                "name": "activity"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 894,
                              "end": 900,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 32
                                },
                                "end": {
                                  "line": 38,
                                  "column": 38
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "consequent": {
                            "type": "MemberExpression",
                            "start": 903,
                            "end": 915,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 41
                              },
                              "end": {
                                "line": 38,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 903,
                              "end": 906,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 41
                                },
                                "end": {
                                  "line": 38,
                                  "column": 44
                                }
                              },
                              "name": "obj"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 907,
                              "end": 915,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 45
                                },
                                "end": {
                                  "line": 38,
                                  "column": 53
                                }
                              },
                              "name": "activity"
                            },
                            "computed": false
                          },
                          "alternate": {
                            "type": "Literal",
                            "start": 918,
                            "end": 922,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 56
                              },
                              "end": {
                                "line": 38,
                                "column": 60
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 933,
                      "end": 996,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 67
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 933,
                        "end": 995,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 4
                          },
                          "end": {
                            "line": 40,
                            "column": 66
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 933,
                          "end": 951,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 4
                            },
                            "end": {
                              "line": 40,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 933,
                            "end": 936,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 4
                              },
                              "end": {
                                "line": 40,
                                "column": 7
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 937,
                            "end": 951,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 22
                              }
                            },
                            "name": "activity_count"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 954,
                          "end": 995,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 25
                            },
                            "end": {
                              "line": 40,
                              "column": 66
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 954,
                            "end": 966,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 25
                              },
                              "end": {
                                "line": 40,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 954,
                              "end": 957,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 25
                                },
                                "end": {
                                  "line": 40,
                                  "column": 28
                                }
                              },
                              "name": "obj"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 958,
                              "end": 966,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 29
                                },
                                "end": {
                                  "line": 40,
                                  "column": 37
                                }
                              },
                              "name": "activity"
                            },
                            "computed": false
                          },
                          "consequent": {
                            "type": "MemberExpression",
                            "start": 969,
                            "end": 988,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 40
                              },
                              "end": {
                                "line": 40,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 969,
                              "end": 981,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 40
                                },
                                "end": {
                                  "line": 40,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 969,
                                "end": 972,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 43
                                  }
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 973,
                                "end": 981,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 52
                                  }
                                },
                                "name": "activity"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 982,
                              "end": 988,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 53
                                },
                                "end": {
                                  "line": 40,
                                  "column": 59
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "alternate": {
                            "type": "Literal",
                            "start": 991,
                            "end": 995,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 62
                              },
                              "end": {
                                "line": 40,
                                "column": 66
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1001,
                      "end": 1097,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 4
                        },
                        "end": {
                          "line": 41,
                          "column": 100
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1001,
                        "end": 1096,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 4
                          },
                          "end": {
                            "line": 41,
                            "column": 99
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1001,
                          "end": 1025,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 4
                            },
                            "end": {
                              "line": 41,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1001,
                            "end": 1004,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 4
                              },
                              "end": {
                                "line": 41,
                                "column": 7
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1005,
                            "end": 1025,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 28
                              }
                            },
                            "name": "unread_message_count"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 1028,
                          "end": 1096,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 31
                            },
                            "end": {
                              "line": 41,
                              "column": 99
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 1028,
                            "end": 1040,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 31
                              },
                              "end": {
                                "line": 41,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1028,
                              "end": 1031,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 31
                                },
                                "end": {
                                  "line": 41,
                                  "column": 34
                                }
                              },
                              "name": "obj"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1032,
                              "end": 1040,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 35
                                },
                                "end": {
                                  "line": 41,
                                  "column": 43
                                }
                              },
                              "name": "messages"
                            },
                            "computed": false
                          },
                          "consequent": {
                            "type": "MemberExpression",
                            "start": 1043,
                            "end": 1089,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 46
                              },
                              "end": {
                                "line": 41,
                                "column": 92
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1043,
                              "end": 1082,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 46
                                },
                                "end": {
                                  "line": 41,
                                  "column": 85
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1043,
                                "end": 1062,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 65
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1043,
                                  "end": 1055,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 58
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1043,
                                    "end": 1046,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 49
                                      }
                                    },
                                    "name": "obj"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1047,
                                    "end": 1055,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 58
                                      }
                                    },
                                    "name": "messages"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1056,
                                  "end": 1062,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 65
                                    }
                                  },
                                  "name": "filter"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 1063,
                                  "end": 1081,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 84
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1064,
                                      "end": 1067,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 70
                                        }
                                      },
                                      "name": "msg"
                                    }
                                  ],
                                  "body": {
                                    "type": "UnaryExpression",
                                    "start": 1072,
                                    "end": 1081,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 84
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 1073,
                                      "end": 1081,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1073,
                                        "end": 1076,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 79
                                          }
                                        },
                                        "name": "msg"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1077,
                                        "end": 1081,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 84
                                          }
                                        },
                                        "name": "read"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1083,
                              "end": 1089,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 86
                                },
                                "end": {
                                  "line": 41,
                                  "column": 92
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "alternate": {
                            "type": "Literal",
                            "start": 1092,
                            "end": 1096,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 95
                              },
                              "end": {
                                "line": 41,
                                "column": 99
                              }
                            },
                            "value": null,
                            "rawValue": null,
                            "raw": "null"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1103,
                      "end": 1188,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 89
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1103,
                        "end": 1187,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 88
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1103,
                          "end": 1125,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1103,
                            "end": 1106,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 4
                              },
                              "end": {
                                "line": 43,
                                "column": 7
                              }
                            },
                            "name": "obj"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1107,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 26
                              }
                            },
                            "name": "notification_count"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1128,
                          "end": 1187,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 29
                            },
                            "end": {
                              "line": 43,
                              "column": 88
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 1129,
                            "end": 1152,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 30
                              },
                              "end": {
                                "line": 43,
                                "column": 53
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 1129,
                              "end": 1147,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 30
                                },
                                "end": {
                                  "line": 43,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1129,
                                "end": 1132,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 33
                                  }
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1133,
                                "end": 1147,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 48
                                  }
                                },
                                "name": "activity_count"
                              },
                              "computed": false
                            },
                            "operator": "||",
                            "right": {
                              "type": "Literal",
                              "start": 1151,
                              "end": 1152,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 52
                                },
                                "end": {
                                  "line": 43,
                                  "column": 53
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "parenthesizedExpression": true
                          },
                          "operator": "+",
                          "right": {
                            "type": "LogicalExpression",
                            "start": 1157,
                            "end": 1186,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 58
                              },
                              "end": {
                                "line": 43,
                                "column": 87
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 1157,
                              "end": 1181,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 58
                                },
                                "end": {
                                  "line": 43,
                                  "column": 82
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1157,
                                "end": 1160,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 61
                                  }
                                },
                                "name": "obj"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1161,
                                "end": 1181,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 62
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 82
                                  }
                                },
                                "name": "unread_message_count"
                              },
                              "computed": false
                            },
                            "operator": "||",
                            "right": {
                              "type": "Literal",
                              "start": 1185,
                              "end": 1186,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 86
                                },
                                "end": {
                                  "line": 43,
                                  "column": 87
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "parenthesizedExpression": true
                          }
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1194,
                      "end": 1205,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 4
                        },
                        "end": {
                          "line": 45,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1201,
                        "end": 1204,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 11
                          },
                          "end": {
                            "line": 45,
                            "column": 14
                          }
                        },
                        "name": "obj"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}