{
  "type": "Program",
  "start": 0,
  "end": 7960,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 197,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 27,
      "end": 70,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 43
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 34,
          "end": 43,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 34,
            "end": 43,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 16
              }
            },
            "name": "Raycaster"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 49,
        "end": 69,
        "loc": {
          "start": {
            "line": 2,
            "column": 22
          },
          "end": {
            "line": 2,
            "column": 42
          }
        },
        "value": "../three/raycaster",
        "rawValue": "../three/raycaster",
        "raw": "'../three/raycaster'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 71,
      "end": 110,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 78,
          "end": 85,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 78,
            "end": 85,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 14
              }
            },
            "name": "Object3"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 91,
        "end": 109,
        "loc": {
          "start": {
            "line": 3,
            "column": 20
          },
          "end": {
            "line": 3,
            "column": 38
          }
        },
        "value": "../three/object3",
        "rawValue": "../three/object3",
        "raw": "'../three/object3'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 112,
      "end": 7959,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 196,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 127,
        "end": 7959,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 196,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 133,
          "end": 144,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 32
            }
          },
          "name": "Interaction"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 145,
          "end": 7959,
          "loc": {
            "start": {
              "line": 5,
              "column": 33
            },
            "end": {
              "line": 196,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 151,
              "end": 772,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4
                },
                "end": {
                  "line": 22,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 151,
                "end": 162,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 6,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 162,
                "end": 772,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 15
                  },
                  "end": {
                    "line": 22,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 163,
                    "end": 197,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 50
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 163,
                      "end": 167,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 16
                        },
                        "end": {
                          "line": 6,
                          "column": 20
                        }
                      },
                      "name": "view"
                    },
                    "right": {
                      "type": "CallExpression",
                      "start": 170,
                      "end": 197,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 23
                        },
                        "end": {
                          "line": 6,
                          "column": 50
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 170,
                        "end": 179,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 23
                          },
                          "end": {
                            "line": 6,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 170,
                          "end": 175,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 23
                            },
                            "end": {
                              "line": 6,
                              "column": 28
                            }
                          },
                          "name": "Error"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 176,
                          "end": 179,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 29
                            },
                            "end": {
                              "line": 6,
                              "column": 32
                            }
                          },
                          "name": "log"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 180,
                          "end": 196,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 33
                            },
                            "end": {
                              "line": 6,
                              "column": 49
                            }
                          },
                          "value": "View undefined",
                          "rawValue": "View undefined",
                          "raw": "\"View undefined\""
                        }
                      ]
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 199,
                    "end": 211,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 52
                      },
                      "end": {
                        "line": 6,
                        "column": 64
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 199,
                      "end": 206,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 52
                        },
                        "end": {
                          "line": 6,
                          "column": 59
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 209,
                      "end": 211,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 62
                        },
                        "end": {
                          "line": 6,
                          "column": 64
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 213,
                  "end": 772,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 66
                    },
                    "end": {
                      "line": 22,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 223,
                      "end": 240,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 25
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 223,
                        "end": 239,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 223,
                          "end": 232,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 223,
                            "end": 227,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 228,
                            "end": 232,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 235,
                          "end": 239,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 24
                            }
                          },
                          "name": "view"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 249,
                      "end": 275,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 249,
                        "end": 274,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 249,
                          "end": 260,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 249,
                            "end": 253,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 254,
                            "end": 260,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 263,
                          "end": 274,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 22
                            },
                            "end": {
                              "line": 8,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 263,
                            "end": 267,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 22
                              },
                              "end": {
                                "line": 8,
                                "column": 26
                              }
                            },
                            "name": "view"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 268,
                            "end": 274,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 27
                              },
                              "end": {
                                "line": 8,
                                "column": 33
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 284,
                      "end": 321,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 284,
                        "end": 320,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 284,
                          "end": 298,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 284,
                            "end": 288,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 289,
                            "end": 298,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 13
                              },
                              "end": {
                                "line": 9,
                                "column": 22
                              }
                            },
                            "name": "raycaster"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 301,
                          "end": 320,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 25
                            },
                            "end": {
                              "line": 9,
                              "column": 44
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 305,
                            "end": 314,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 29
                              },
                              "end": {
                                "line": 9,
                                "column": 38
                              }
                            },
                            "name": "Raycaster"
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 315,
                              "end": 319,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 39
                                },
                                "end": {
                                  "line": 9,
                                  "column": 43
                                }
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 330,
                      "end": 409,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 87
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 330,
                        "end": 408,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 86
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 330,
                          "end": 342,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 330,
                            "end": 334,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 335,
                            "end": 342,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 20
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 345,
                          "end": 408,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 23
                            },
                            "end": {
                              "line": 10,
                              "column": 86
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 345,
                            "end": 383,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 23
                              },
                              "end": {
                                "line": 10,
                                "column": 61
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 345,
                              "end": 367,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 23
                                },
                                "end": {
                                  "line": 10,
                                  "column": 45
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 352,
                                "end": 367,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 352,
                                  "end": 359,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 37
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 360,
                                  "end": 367,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 45
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              }
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Literal",
                              "start": 372,
                              "end": 383,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 50
                                },
                                "end": {
                                  "line": 10,
                                  "column": 61
                                }
                              },
                              "value": "undefined",
                              "rawValue": "undefined",
                              "raw": "'undefined'"
                            }
                          },
                          "consequent": {
                            "type": "MemberExpression",
                            "start": 386,
                            "end": 401,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 64
                              },
                              "end": {
                                "line": 10,
                                "column": 79
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 386,
                              "end": 393,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 64
                                },
                                "end": {
                                  "line": 10,
                                  "column": 71
                                }
                              },
                              "name": "options"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 394,
                              "end": 401,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 72
                                },
                                "end": {
                                  "line": 10,
                                  "column": 79
                                }
                              },
                              "name": "enabled"
                            },
                            "computed": false
                          },
                          "alternate": {
                            "type": "Literal",
                            "start": 404,
                            "end": 408,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 82
                              },
                              "end": {
                                "line": 10,
                                "column": 86
                              }
                            },
                            "value": true,
                            "rawValue": true,
                            "raw": "true"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 418,
                      "end": 436,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 418,
                        "end": 435,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 418,
                          "end": 430,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 418,
                            "end": 422,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 423,
                            "end": 430,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 20
                              }
                            },
                            "name": "targets"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 433,
                          "end": 435,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 23
                            },
                            "end": {
                              "line": 11,
                              "column": 25
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 445,
                      "end": 466,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 445,
                        "end": 465,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 445,
                          "end": 460,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 445,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 450,
                            "end": 460,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 23
                              }
                            },
                            "name": "intersects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 463,
                          "end": 465,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 26
                            },
                            "end": {
                              "line": 12,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 475,
                      "end": 490,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 475,
                        "end": 489,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 475,
                          "end": 484,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 475,
                            "end": 479,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 480,
                            "end": 484,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 17
                              }
                            },
                            "name": "hits"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 487,
                          "end": 489,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 20
                            },
                            "end": {
                              "line": 13,
                              "column": 22
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 499,
                      "end": 519,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 14,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 499,
                        "end": 518,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 14,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 499,
                          "end": 513,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 499,
                            "end": 503,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 504,
                            "end": 513,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 22
                              }
                            },
                            "name": "hitsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 516,
                          "end": 518,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 25
                            },
                            "end": {
                              "line": 14,
                              "column": 27
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 528,
                      "end": 546,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 528,
                        "end": 545,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 528,
                          "end": 540,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 528,
                            "end": 532,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 533,
                            "end": 540,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 13
                              },
                              "end": {
                                "line": 15,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 543,
                          "end": 545,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 23
                            },
                            "end": {
                              "line": 15,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 555,
                      "end": 578,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 555,
                        "end": 577,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 555,
                          "end": 572,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 555,
                            "end": 559,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 560,
                            "end": 572,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 575,
                          "end": 577,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 28
                            },
                            "end": {
                              "line": 16,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 587,
                      "end": 605,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 587,
                        "end": 604,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 587,
                          "end": 599,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 587,
                            "end": 591,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 592,
                            "end": 599,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 13
                              },
                              "end": {
                                "line": 17,
                                "column": 20
                              }
                            },
                            "name": "hovered"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 602,
                          "end": 604,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 23
                            },
                            "end": {
                              "line": 17,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 614,
                      "end": 638,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 614,
                        "end": 637,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 614,
                          "end": 625,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 614,
                            "end": 618,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 619,
                            "end": 625,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 19
                              }
                            },
                            "name": "filter"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 628,
                          "end": 637,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 22
                            },
                            "end": {
                              "line": 18,
                              "column": 31
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 647,
                      "end": 693,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 647,
                        "end": 692,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 53
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 647,
                          "end": 663,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 647,
                            "end": 651,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 652,
                            "end": 663,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 24
                              }
                            },
                            "name": "coordinates"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 666,
                          "end": 692,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 27
                            },
                            "end": {
                              "line": 19,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 670,
                            "end": 683,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 31
                              },
                              "end": {
                                "line": 19,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 670,
                              "end": 675,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 31
                                },
                                "end": {
                                  "line": 19,
                                  "column": 36
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 676,
                              "end": 683,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 37
                                },
                                "end": {
                                  "line": 19,
                                  "column": 44
                                }
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 684,
                              "end": 685,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 45
                                },
                                "end": {
                                  "line": 19,
                                  "column": 46
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            {
                              "type": "Literal",
                              "start": 687,
                              "end": 688,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 48
                                },
                                "end": {
                                  "line": 19,
                                  "column": 49
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            {
                              "type": "Literal",
                              "start": 690,
                              "end": 691,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 51
                                },
                                "end": {
                                  "line": 19,
                                  "column": 52
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 702,
                      "end": 742,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 702,
                        "end": 741,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 47
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 702,
                          "end": 712,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 702,
                            "end": 706,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 707,
                            "end": 712,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 18
                              }
                            },
                            "name": "click"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 715,
                          "end": 741,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 21
                            },
                            "end": {
                              "line": 20,
                              "column": 47
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 719,
                            "end": 732,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 25
                              },
                              "end": {
                                "line": 20,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 719,
                              "end": 724,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 25
                                },
                                "end": {
                                  "line": 20,
                                  "column": 30
                                }
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 725,
                              "end": 732,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 31
                                },
                                "end": {
                                  "line": 20,
                                  "column": 38
                                }
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 733,
                              "end": 734,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 39
                                },
                                "end": {
                                  "line": 20,
                                  "column": 40
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            {
                              "type": "Literal",
                              "start": 736,
                              "end": 737,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 42
                                },
                                "end": {
                                  "line": 20,
                                  "column": 43
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            {
                              "type": "Literal",
                              "start": 739,
                              "end": 740,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 45
                                },
                                "end": {
                                  "line": 20,
                                  "column": 46
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 751,
                      "end": 766,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 751,
                        "end": 765,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 751,
                          "end": 761,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 751,
                            "end": 755,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 756,
                            "end": 761,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 764,
                          "end": 765,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 21
                            },
                            "end": {
                              "line": 21,
                              "column": 22
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 778,
              "end": 1215,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 4
                },
                "end": {
                  "line": 34,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 778,
                "end": 784,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 4
                  },
                  "end": {
                    "line": 24,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 784,
                "end": 1215,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 10
                  },
                  "end": {
                    "line": 34,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 787,
                  "end": 1215,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 13
                    },
                    "end": {
                      "line": 34,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 797,
                      "end": 823,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 801,
                        "end": 814,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 12
                          },
                          "end": {
                            "line": 25,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 802,
                          "end": 814,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 13
                            },
                            "end": {
                              "line": 25,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 802,
                            "end": 806,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 807,
                            "end": 814,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 18
                              },
                              "end": {
                                "line": 25,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 816,
                        "end": 823,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 27
                          },
                          "end": {
                            "line": 25,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 833,
                      "end": 1209,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 838,
                        "end": 848,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 13
                          },
                          "end": {
                            "line": 27,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 842,
                            "end": 848,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 17
                              },
                              "end": {
                                "line": 27,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 842,
                              "end": 848,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 17
                                },
                                "end": {
                                  "line": 27,
                                  "column": 23
                                }
                              },
                              "name": "target"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 852,
                        "end": 864,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 27
                          },
                          "end": {
                            "line": 27,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 852,
                          "end": 856,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 27
                            },
                            "end": {
                              "line": 27,
                              "column": 31
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 857,
                          "end": 864,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 32
                            },
                            "end": {
                              "line": 27,
                              "column": 39
                            }
                          },
                          "name": "targets"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 866,
                        "end": 1209,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 41
                          },
                          "end": {
                            "line": 33,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 880,
                            "end": 1199,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 12
                              },
                              "end": {
                                "line": 32,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 884,
                              "end": 1118,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 16
                                },
                                "end": {
                                  "line": 30,
                                  "column": 166
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 884,
                                "end": 948,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 42
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 884,
                                  "end": 902,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 884,
                                    "end": 890,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 22
                                      }
                                    },
                                    "name": "target"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 891,
                                    "end": 902,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 34
                                      }
                                    },
                                    "name": "interaction"
                                  },
                                  "computed": false
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 922,
                                  "end": 948,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 922,
                                    "end": 940,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 922,
                                      "end": 928,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 22
                                        }
                                      },
                                      "name": "target"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 929,
                                      "end": 940,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 34
                                        }
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 941,
                                    "end": 948,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 42
                                      }
                                    },
                                    "name": "enabled"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "LogicalExpression",
                                "start": 969,
                                "end": 1117,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 165
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 969,
                                  "end": 1056,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 104
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 969,
                                    "end": 1025,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 73
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 969,
                                      "end": 999,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 47
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 969,
                                        "end": 995,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 969,
                                          "end": 978,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 969,
                                            "end": 973,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 974,
                                            "end": 978,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 26
                                              }
                                            },
                                            "name": "view"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 979,
                                          "end": 995,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 43
                                            }
                                          },
                                          "name": "invalidateFrames"
                                        },
                                        "computed": false
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "Literal",
                                        "start": 998,
                                        "end": 999,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 47
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1003,
                                      "end": 1025,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 73
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1003,
                                        "end": 1012,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1003,
                                          "end": 1007,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1008,
                                          "end": 1012,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 60
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1013,
                                        "end": 1025,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 73
                                          }
                                        },
                                        "name": "renderAlways"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1029,
                                    "end": 1056,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 104
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1029,
                                      "end": 1047,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 95
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1029,
                                        "end": 1038,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 86
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1029,
                                          "end": 1033,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 81
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1034,
                                          "end": 1038,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 82
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 86
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1039,
                                        "end": 1047,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 95
                                          }
                                        },
                                        "name": "controls"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1048,
                                      "end": 1056,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 104
                                        }
                                      },
                                      "name": "inMotion"
                                    },
                                    "computed": false
                                  }
                                },
                                "operator": "||",
                                "right": {
                                  "type": "LogicalExpression",
                                  "start": 1061,
                                  "end": 1116,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 109
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 164
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1061,
                                    "end": 1082,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 130
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1061,
                                      "end": 1070,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 109
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 118
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1061,
                                        "end": 1065,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 109
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 113
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1066,
                                        "end": 1070,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 114
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 118
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1071,
                                      "end": 1082,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 119
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 130
                                        }
                                      },
                                      "name": "controlsHud"
                                    },
                                    "computed": false
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1086,
                                    "end": 1116,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 134
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 164
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1086,
                                      "end": 1107,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 134
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 155
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1086,
                                        "end": 1095,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 134
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 143
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1086,
                                          "end": 1090,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 134
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 138
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1091,
                                          "end": 1095,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 139
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 143
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1096,
                                        "end": 1107,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 144
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 155
                                          }
                                        },
                                        "name": "controlsHud"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1108,
                                      "end": 1116,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 156
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 164
                                        }
                                      },
                                      "name": "inMotion"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                },
                                "parenthesizedExpression": true
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1120,
                              "end": 1199,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 168
                                },
                                "end": {
                                  "line": 32,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1138,
                                  "end": 1185,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 63
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1138,
                                    "end": 1184,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1138,
                                      "end": 1149,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1138,
                                        "end": 1144,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 22
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1145,
                                        "end": 1149,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 27
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 1150,
                                        "end": 1183,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 1150,
                                          "end": 1174,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 52
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1150,
                                            "end": 1164,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1150,
                                              "end": 1157,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 35
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1158,
                                              "end": 1164,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1165,
                                            "end": 1174,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 52
                                              }
                                            },
                                            "name": "Lifecycle"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1175,
                                          "end": 1183,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 61
                                            }
                                          },
                                          "name": "Rendered"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1221,
              "end": 4828,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4
                },
                "end": {
                  "line": 110,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1221,
                "end": 1232,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 15
                  }
                },
                "name": "onMouseMove"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1232,
                "end": 4828,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 15
                  },
                  "end": {
                    "line": 110,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1233,
                    "end": 1238,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 16
                      },
                      "end": {
                        "line": 36,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1240,
                  "end": 4828,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 23
                    },
                    "end": {
                      "line": 110,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1250,
                      "end": 1276,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1254,
                        "end": 1267,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 12
                          },
                          "end": {
                            "line": 37,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1255,
                          "end": 1267,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 13
                            },
                            "end": {
                              "line": 37,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1255,
                            "end": 1259,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1260,
                            "end": 1267,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 18
                              },
                              "end": {
                                "line": 37,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1269,
                        "end": 1276,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 27
                          },
                          "end": {
                            "line": 37,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1286,
                      "end": 1398,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 120
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1286,
                        "end": 1397,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 119
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1286,
                          "end": 1306,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1286,
                            "end": 1302,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1286,
                              "end": 1290,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1291,
                              "end": 1302,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 24
                                }
                              },
                              "name": "coordinates"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1303,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 25
                              },
                              "end": {
                                "line": 39,
                                "column": 28
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 1307,
                            "end": 1348,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 29
                              },
                              "end": {
                                "line": 39,
                                "column": 70
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1307,
                              "end": 1344,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 29
                                },
                                "end": {
                                  "line": 39,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1308,
                                "end": 1339,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 61
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1308,
                                  "end": 1321,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1308,
                                    "end": 1313,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 35
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1314,
                                    "end": 1321,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 43
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1324,
                                  "end": 1339,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1324,
                                    "end": 1333,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 55
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1324,
                                      "end": 1328,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1329,
                                      "end": 1333,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 55
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1334,
                                    "end": 1339,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 61
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1343,
                                "end": 1344,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 66
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 1347,
                              "end": 1348,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 69
                                },
                                "end": {
                                  "line": 39,
                                  "column": 70
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 1350,
                            "end": 1393,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 72
                              },
                              "end": {
                                "line": 39,
                                "column": 115
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1350,
                              "end": 1389,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 72
                                },
                                "end": {
                                  "line": 39,
                                  "column": 111
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 1350,
                                "end": 1385,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 107
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 1352,
                                  "end": 1384,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 106
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 1352,
                                    "end": 1365,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1352,
                                      "end": 1357,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 79
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1358,
                                      "end": 1365,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 87
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1368,
                                    "end": 1384,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 106
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1368,
                                      "end": 1377,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1368,
                                        "end": 1372,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 90
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 94
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1373,
                                        "end": 1377,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 95
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 99
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1378,
                                      "end": 1384,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 106
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 1388,
                                "end": 1389,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 110
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 111
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 1392,
                              "end": 1393,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 114
                                },
                                "end": {
                                  "line": 39,
                                  "column": 115
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 1395,
                            "end": 1396,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 117
                              },
                              "end": {
                                "line": 39,
                                "column": 118
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1407,
                      "end": 1532,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 133
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1407,
                        "end": 1531,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 132
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1407,
                          "end": 1417,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1407,
                            "end": 1411,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1412,
                            "end": 1417,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 13
                              },
                              "end": {
                                "line": 40,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1420,
                          "end": 1531,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 21
                            },
                            "end": {
                              "line": 40,
                              "column": 132
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1420,
                            "end": 1428,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 21
                              },
                              "end": {
                                "line": 40,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1420,
                              "end": 1424,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 21
                                },
                                "end": {
                                  "line": 40,
                                  "column": 25
                                }
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1425,
                              "end": 1428,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 26
                                },
                                "end": {
                                  "line": 40,
                                  "column": 29
                                }
                              },
                              "name": "max"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 1429,
                              "end": 1439,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 30
                                },
                                "end": {
                                  "line": 40,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1429,
                                "end": 1433,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1434,
                                "end": 1439,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 40
                                  }
                                },
                                "name": "delta"
                              },
                              "computed": false
                            },
                            {
                              "type": "BinaryExpression",
                              "start": 1441,
                              "end": 1530,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 42
                                },
                                "end": {
                                  "line": 40,
                                  "column": 131
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1441,
                                "end": 1484,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 85
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1441,
                                  "end": 1449,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1441,
                                    "end": 1445,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 46
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1446,
                                    "end": 1449,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 50
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1450,
                                    "end": 1483,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 84
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1450,
                                      "end": 1462,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1450,
                                        "end": 1460,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1450,
                                          "end": 1454,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1455,
                                          "end": 1460,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 61
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1461,
                                        "end": 1462,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 63
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1465,
                                      "end": 1483,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1465,
                                        "end": 1481,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1465,
                                          "end": 1469,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 70
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1470,
                                          "end": 1481,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 82
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1482,
                                        "end": 1483,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 84
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              },
                              "operator": "+",
                              "right": {
                                "type": "CallExpression",
                                "start": 1487,
                                "end": 1530,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 88
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 131
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1487,
                                  "end": 1495,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 88
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 96
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1487,
                                    "end": 1491,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 92
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1492,
                                    "end": 1495,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 96
                                      }
                                    },
                                    "name": "abs"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1496,
                                    "end": 1529,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 97
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 130
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1496,
                                      "end": 1508,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 109
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1496,
                                        "end": 1506,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 107
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1496,
                                          "end": 1500,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 101
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1501,
                                          "end": 1506,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 102
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 107
                                            }
                                          },
                                          "name": "click"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1507,
                                        "end": 1508,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 108
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 109
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1511,
                                      "end": 1529,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 112
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 130
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1511,
                                        "end": 1527,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 112
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 128
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1511,
                                          "end": 1515,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 112
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 116
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1516,
                                          "end": 1527,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 128
                                            }
                                          },
                                          "name": "coordinates"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1528,
                                        "end": 1529,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 129
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 130
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Dry run: nothing under the curser when the view was clicked/touched",
                          "start": 1542,
                          "end": 1612,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 78
                            }
                          },
                          "range": [
                            1542,
                            1612
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 1621,
                      "end": 1707,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1625,
                        "end": 1686,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 12
                          },
                          "end": {
                            "line": 43,
                            "column": 73
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1626,
                          "end": 1652,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 13
                            },
                            "end": {
                              "line": 43,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1626,
                            "end": 1647,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 13
                              },
                              "end": {
                                "line": 43,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1626,
                              "end": 1641,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 13
                                },
                                "end": {
                                  "line": 43,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1626,
                                "end": 1635,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1626,
                                  "end": 1630,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 17
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1631,
                                  "end": 1635,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 22
                                    }
                                  },
                                  "name": "view"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1636,
                                "end": 1641,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 28
                                  }
                                },
                                "name": "input"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1642,
                              "end": 1647,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 29
                                },
                                "end": {
                                  "line": 43,
                                  "column": 34
                                }
                              },
                              "name": "mouse"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1648,
                            "end": 1652,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 35
                              },
                              "end": {
                                "line": 43,
                                "column": 39
                              }
                            },
                            "name": "down"
                          },
                          "computed": false,
                          "leadingComments": null,
                          "parenthesizedExpression": true
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1657,
                          "end": 1686,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 44
                            },
                            "end": {
                              "line": 43,
                              "column": 73
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1657,
                            "end": 1681,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 44
                              },
                              "end": {
                                "line": 43,
                                "column": 68
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1657,
                              "end": 1674,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 44
                                },
                                "end": {
                                  "line": 43,
                                  "column": 61
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1657,
                                "end": 1661,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 48
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1662,
                                "end": 1674,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 61
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1675,
                              "end": 1681,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 62
                                },
                                "end": {
                                  "line": 43,
                                  "column": 68
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "Literal",
                            "start": 1685,
                            "end": 1686,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 72
                              },
                              "end": {
                                "line": 43,
                                "column": 73
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 1700,
                        "end": 1707,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 12
                          },
                          "end": {
                            "line": 44,
                            "column": 19
                          }
                        },
                        "argument": null
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Dry run: nothing under the curser when the view was clicked/touched",
                          "start": 1542,
                          "end": 1612,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 78
                            }
                          },
                          "range": [
                            1542,
                            1612
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1717,
                      "end": 1738,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1717,
                        "end": 1737,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1717,
                          "end": 1732,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1717,
                            "end": 1721,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1722,
                            "end": 1732,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 13
                              },
                              "end": {
                                "line": 46,
                                "column": 23
                              }
                            },
                            "name": "intersects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 1735,
                          "end": 1737,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 26
                            },
                            "end": {
                              "line": 46,
                              "column": 28
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1747,
                      "end": 4171,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1751,
                        "end": 1774,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 12
                          },
                          "end": {
                            "line": 47,
                            "column": 35
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1751,
                          "end": 1770,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 12
                            },
                            "end": {
                              "line": 47,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1751,
                            "end": 1763,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 12
                              },
                              "end": {
                                "line": 47,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1751,
                              "end": 1755,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1756,
                              "end": 1763,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 17
                                },
                                "end": {
                                  "line": 47,
                                  "column": 24
                                }
                              },
                              "name": "targets"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1764,
                            "end": 1770,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 25
                              },
                              "end": {
                                "line": 47,
                                "column": 31
                              }
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": ">",
                        "right": {
                          "type": "Literal",
                          "start": 1773,
                          "end": 1774,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 34
                            },
                            "end": {
                              "line": 47,
                              "column": 35
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1776,
                        "end": 4171,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 37
                          },
                          "end": {
                            "line": 96,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1790,
                            "end": 1897,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 12
                              },
                              "end": {
                                "line": 48,
                                "column": 119
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1790,
                              "end": 1896,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 12
                                },
                                "end": {
                                  "line": 48,
                                  "column": 118
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1790,
                                "end": 1816,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1790,
                                  "end": 1804,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1790,
                                    "end": 1794,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1795,
                                    "end": 1804,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 26
                                      }
                                    },
                                    "name": "raycaster"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1805,
                                  "end": 1816,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 38
                                    }
                                  },
                                  "name": "castObjects"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 1817,
                                  "end": 1833,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1817,
                                    "end": 1821,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1822,
                                    "end": 1833,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 55
                                      }
                                    },
                                    "name": "coordinates"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1835,
                                  "end": 1851,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 73
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1835,
                                    "end": 1844,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1835,
                                      "end": 1839,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 61
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1840,
                                      "end": 1844,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 66
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1845,
                                    "end": 1851,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 73
                                      }
                                    },
                                    "name": "camera"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1853,
                                  "end": 1865,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 75
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 87
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1853,
                                    "end": 1857,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 79
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1858,
                                    "end": 1865,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 87
                                      }
                                    },
                                    "name": "targets"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1867,
                                  "end": 1882,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 104
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1867,
                                    "end": 1871,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 93
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1872,
                                    "end": 1882,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 104
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 1884,
                                  "end": 1895,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 106
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 117
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1884,
                                    "end": 1888,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 110
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1889,
                                    "end": 1895,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 111
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 117
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1910,
                            "end": 3198,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1914,
                              "end": 1940,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 16
                                },
                                "end": {
                                  "line": 49,
                                  "column": 42
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1914,
                                "end": 1936,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1914,
                                  "end": 1929,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1914,
                                    "end": 1918,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1919,
                                    "end": 1929,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 31
                                      }
                                    },
                                    "name": "intersects"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1930,
                                  "end": 1936,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 38
                                    }
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": ">",
                              "right": {
                                "type": "Literal",
                                "start": 1939,
                                "end": 1940,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 42
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1942,
                              "end": 3105,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 44
                                },
                                "end": {
                                  "line": 75,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1961,
                                  "end": 1980,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 35
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1965,
                                      "end": 1979,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 34
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1965,
                                        "end": 1974,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 29
                                          }
                                        },
                                        "name": "frontside"
                                      },
                                      "init": {
                                        "type": "ObjectExpression",
                                        "start": 1977,
                                        "end": 1979,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 34
                                          }
                                        },
                                        "properties": []
                                      }
                                    }
                                  ],
                                  "kind": "let",
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Objects that have been pierced",
                                      "start": 1998,
                                      "end": 2031,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1998,
                                        2031
                                      ]
                                    }
                                  ]
                                },
                                {
                                  "type": "ForOfStatement",
                                  "start": 2048,
                                  "end": 3090,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 17
                                    }
                                  },
                                  "left": {
                                    "type": "VariableDeclaration",
                                    "start": 2053,
                                    "end": 2061,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 29
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 2057,
                                        "end": 2061,
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 29
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 2057,
                                          "end": 2061,
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 29
                                            }
                                          },
                                          "name": "data",
                                          "leadingComments": null
                                        },
                                        "init": null,
                                        "leadingComments": null
                                      }
                                    ],
                                    "kind": "let",
                                    "leadingComments": null
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 2065,
                                    "end": 2080,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2065,
                                      "end": 2069,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2070,
                                      "end": 2080,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 48
                                        }
                                      },
                                      "name": "intersects"
                                    },
                                    "computed": false
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2082,
                                    "end": 3090,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2104,
                                        "end": 2211,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 127
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2104,
                                          "end": 2210,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 126
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2104,
                                            "end": 2111,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2104,
                                              "end": 2108,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2109,
                                              "end": 2111,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 27
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "ConditionalExpression",
                                            "start": 2114,
                                            "end": 2210,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 126
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 2114,
                                              "end": 2149,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2114,
                                                "end": 2139,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2114,
                                                  "end": 2127,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2114,
                                                    "end": 2118,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 34
                                                      }
                                                    },
                                                    "name": "data"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2119,
                                                    "end": 2127,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "receiver"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2128,
                                                  "end": 2139,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2140,
                                                "end": 2149,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "recursive"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "TemplateLiteral",
                                              "start": 2152,
                                              "end": 2191,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 107
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2155,
                                                  "end": 2171,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 87
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2155,
                                                    "end": 2168,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 84
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2155,
                                                      "end": 2159,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 75
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2160,
                                                      "end": 2168,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 76
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 84
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2169,
                                                    "end": 2171,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 87
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                },
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 2175,
                                                  "end": 2189,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 91
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2175,
                                                    "end": 2186,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 102
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2175,
                                                      "end": 2179,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2180,
                                                      "end": 2186,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 96
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 102
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2187,
                                                    "end": 2189,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 103
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "id"
                                                  },
                                                  "computed": false
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2153,
                                                  "end": 2153,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 69
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2172,
                                                  "end": 2173,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 88
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 89
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": ":",
                                                    "cooked": ":"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 2190,
                                                  "end": 2190,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 106
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            },
                                            "alternate": {
                                              "type": "MemberExpression",
                                              "start": 2194,
                                              "end": 2210,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 110
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 126
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2194,
                                                "end": 2207,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 110
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2194,
                                                  "end": 2198,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 110
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 114
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2199,
                                                  "end": 2207,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 115
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2208,
                                                "end": 2210,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 124
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 126
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            }
                                          }
                                        },
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Raycaster can return two intersections, front & back, we cast away the backside",
                                            "start": 2232,
                                            "end": 2314,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2232,
                                              2314
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2335,
                                        "end": 2368,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 53
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2339,
                                          "end": 2357,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2339,
                                            "end": 2348,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 33
                                              }
                                            },
                                            "name": "frontside",
                                            "leadingComments": null
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "start": 2349,
                                            "end": 2356,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 41
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2349,
                                              "end": 2353,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 38
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2354,
                                              "end": 2356,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 41
                                                }
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "computed": true,
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "ContinueStatement",
                                          "start": 2359,
                                          "end": 2368,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 53
                                            }
                                          },
                                          "label": null,
                                          "leadingComments": null,
                                          "trailingComments": null
                                        },
                                        "alternate": null,
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Raycaster can return two intersections, front & back, we cast away the backside",
                                            "start": 2232,
                                            "end": 2314,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 102
                                              }
                                            },
                                            "range": [
                                              2232,
                                              2314
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Flag is set on first occurance of a receiver",
                                            "start": 2390,
                                            "end": 2437,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2390,
                                              2437
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2458,
                                        "end": 2499,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 61
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2458,
                                          "end": 2498,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 60
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2458,
                                            "end": 2468,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2458,
                                              "end": 2462,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2463,
                                              "end": 2468,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 30
                                                }
                                              },
                                              "name": "first"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 2471,
                                            "end": 2498,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 60
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 2471,
                                              "end": 2475,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 37
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2480,
                                              "end": 2498,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 60
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2480,
                                                "end": 2495,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2480,
                                                  "end": 2484,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2485,
                                                  "end": 2495,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "intersects"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Literal",
                                                "start": 2496,
                                                "end": 2497,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 59
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "computed": true
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Flag is set on first occurance of a receiver",
                                            "start": 2390,
                                            "end": 2437,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 67
                                              }
                                            },
                                            "range": [
                                              2390,
                                              2437
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Current RAF timestamp",
                                            "start": 2520,
                                            "end": 2544,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2520,
                                              2544
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2565,
                                        "end": 2603,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 58
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2565,
                                          "end": 2602,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 57
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2565,
                                            "end": 2574,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2565,
                                              "end": 2569,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data",
                                              "leadingComments": null
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2570,
                                              "end": 2574,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 29
                                                }
                                              },
                                              "name": "time"
                                            },
                                            "computed": false,
                                            "leadingComments": null
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 2577,
                                            "end": 2602,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2577,
                                              "end": 2597,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2577,
                                                "end": 2588,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2577,
                                                  "end": 2581,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2582,
                                                  "end": 2588,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "canvas"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2589,
                                                "end": 2597,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 52
                                                  }
                                                },
                                                "name": "renderer"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2598,
                                              "end": 2602,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 57
                                                }
                                              },
                                              "name": "time"
                                            },
                                            "computed": false
                                          },
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Current RAF timestamp",
                                            "start": 2520,
                                            "end": 2544,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 44
                                              }
                                            },
                                            "range": [
                                              2520,
                                              2544
                                            ]
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Ping it if it hasn't been hit already",
                                            "start": 2625,
                                            "end": 2665,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2625,
                                              2665
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2686,
                                        "end": 2977,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "LogicalExpression",
                                          "start": 2690,
                                          "end": 2764,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 98
                                            }
                                          },
                                          "left": {
                                            "type": "LogicalExpression",
                                            "start": 2691,
                                            "end": 2737,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 71
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 2691,
                                              "end": 2723,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 57
                                                }
                                              },
                                              "operator": "!",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 2692,
                                                "end": 2723,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 57
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2692,
                                                  "end": 2717,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2692,
                                                    "end": 2705,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 39
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2692,
                                                      "end": 2696,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 30
                                                        }
                                                      },
                                                      "name": "data",
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2697,
                                                      "end": 2705,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2706,
                                                    "end": 2717,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 51
                                                      }
                                                    },
                                                    "name": "interaction"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2718,
                                                  "end": 2723,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 57
                                                    }
                                                  },
                                                  "name": "first"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "||",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 2727,
                                              "end": 2737,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 61
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2727,
                                                "end": 2731,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2732,
                                                "end": 2737,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "first"
                                              },
                                              "computed": false
                                            },
                                            "leadingComments": null,
                                            "parenthesizedExpression": true
                                          },
                                          "operator": "&&",
                                          "right": {
                                            "type": "UnaryExpression",
                                            "start": 2742,
                                            "end": 2764,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 98
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 2743,
                                              "end": 2764,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 98
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 2743,
                                                "end": 2755,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 89
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 2743,
                                                  "end": 2747,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 81
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2748,
                                                  "end": 2755,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 82
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 89
                                                    }
                                                  },
                                                  "name": "hovered"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "MemberExpression",
                                                "start": 2756,
                                                "end": 2763,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 90
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 97
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2756,
                                                  "end": 2760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 90
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 94
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2761,
                                                  "end": 2763,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 97
                                                    }
                                                  },
                                                  "name": "id"
                                                },
                                                "computed": false
                                              },
                                              "computed": true
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2766,
                                          "end": 2977,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 100
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2792,
                                              "end": 2821,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 53
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2792,
                                                "end": 2820,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 52
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2792,
                                                  "end": 2813,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 45
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2792,
                                                    "end": 2804,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 36
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2792,
                                                      "end": 2796,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2797,
                                                      "end": 2804,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 36
                                                        }
                                                      },
                                                      "name": "hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "MemberExpression",
                                                    "start": 2805,
                                                    "end": 2812,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2805,
                                                      "end": 2809,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2810,
                                                      "end": 2812,
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 44
                                                        }
                                                      },
                                                      "name": "id"
                                                    },
                                                    "computed": false
                                                  },
                                                  "computed": true
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 2816,
                                                  "end": 2820,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 52
                                                    }
                                                  },
                                                  "value": true,
                                                  "rawValue": true,
                                                  "raw": "true"
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2846,
                                              "end": 2907,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 85
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2846,
                                                "end": 2906,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 84
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2846,
                                                  "end": 2864,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 42
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2846,
                                                    "end": 2859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2846,
                                                      "end": 2850,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2851,
                                                      "end": 2859,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 37
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2860,
                                                    "end": 2864,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 42
                                                      }
                                                    },
                                                    "name": "emit"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 2865,
                                                    "end": 2899,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 77
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2865,
                                                      "end": 2891,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 69
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2865,
                                                        "end": 2879,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2865,
                                                          "end": 2872,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "Object3"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2873,
                                                          "end": 2879,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2880,
                                                        "end": 2891,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 69
                                                          }
                                                        },
                                                        "name": "Interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2892,
                                                      "end": 2899,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 77
                                                        }
                                                      },
                                                      "name": "Hovered"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 2901,
                                                    "end": 2905,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 79
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 83
                                                      }
                                                    },
                                                    "name": "data"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2932,
                                              "end": 2955,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 47
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 2932,
                                                "end": 2954,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 46
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2932,
                                                  "end": 2952,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 44
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2932,
                                                    "end": 2941,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 2932,
                                                      "end": 2936,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2937,
                                                      "end": 2941,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2942,
                                                    "end": 2952,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 44
                                                      }
                                                    },
                                                    "name": "invalidate"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null,
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Ping it if it hasn't been hit already",
                                            "start": 2625,
                                            "end": 2665,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 60
                                              }
                                            },
                                            "range": [
                                              2625,
                                              2665
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2999,
                                        "end": 3025,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2999,
                                          "end": 3024,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2999,
                                            "end": 3017,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2999,
                                              "end": 3008,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2999,
                                                "end": 3003,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3004,
                                                "end": 3008,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "hits"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 3009,
                                              "end": 3016,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3009,
                                                "end": 3013,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3014,
                                                "end": 3016,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3020,
                                            "end": 3024,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 45
                                              }
                                            },
                                            "name": "data"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3046,
                                        "end": 3072,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 46
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3046,
                                          "end": 3071,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 45
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3046,
                                            "end": 3064,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3046,
                                              "end": 3055,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 29
                                                }
                                              },
                                              "name": "frontside"
                                            },
                                            "property": {
                                              "type": "MemberExpression",
                                              "start": 3056,
                                              "end": 3063,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3056,
                                                "end": 3060,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 34
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3061,
                                                "end": 3063,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "id"
                                              },
                                              "computed": false
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 3067,
                                            "end": 3071,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 45
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " Objects that have been pierced",
                                      "start": 1998,
                                      "end": 2031,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 49
                                        }
                                      },
                                      "range": [
                                        1998,
                                        2031
                                      ]
                                    }
                                  ]
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 3111,
                              "end": 3198,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 19
                                },
                                "end": {
                                  "line": 77,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3129,
                                  "end": 3184,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 71
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 3129,
                                    "end": 3183,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 70
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 3129,
                                      "end": 3158,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 45
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3129,
                                        "end": 3153,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3129,
                                          "end": 3146,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3129,
                                            "end": 3133,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3134,
                                            "end": 3146,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 33
                                              }
                                            },
                                            "name": "actionsArray"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3147,
                                          "end": 3153,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 40
                                            }
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      },
                                      "operator": "==",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3157,
                                        "end": 3158,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 45
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 3162,
                                      "end": 3183,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 70
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3162,
                                        "end": 3181,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3162,
                                          "end": 3171,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3162,
                                            "end": 3166,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3167,
                                            "end": 3171,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 58
                                              }
                                            },
                                            "name": "view"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3172,
                                          "end": 3181,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 68
                                            }
                                          },
                                          "name": "setCursor"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                }
                              ],
                              "trailingComments": null
                            },
                            "trailingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Take out everything that's not under the cursor right now and that's not in the actions",
                                "start": 3212,
                                "end": 3302,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3212,
                                  3302
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3315,
                            "end": 4161,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 12
                              },
                              "end": {
                                "line": 95,
                                "column": 19
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3315,
                              "end": 4160,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 95,
                                  "column": 18
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3315,
                                "end": 3329,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 3315,
                                  "end": 3319,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 16
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3320,
                                  "end": 3329,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 26
                                    }
                                  },
                                  "name": "hitsArray"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 3332,
                                "end": 4160,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 18
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3332,
                                  "end": 3553,
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 3332,
                                    "end": 3503,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3332,
                                      "end": 3447,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3332,
                                        "end": 3383,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 80
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3332,
                                          "end": 3358,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 55
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 3332,
                                            "end": 3354,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3332,
                                              "end": 3343,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3332,
                                                "end": 3338,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3339,
                                                "end": 3343,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 40
                                                  }
                                                },
                                                "name": "keys"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3344,
                                                "end": 3353,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3344,
                                                  "end": 3348,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3349,
                                                  "end": 3353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 50
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3355,
                                            "end": 3358,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 55
                                              }
                                            },
                                            "name": "map"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3359,
                                            "end": 3382,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 80,
                                                "column": 79
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": true,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3359,
                                                "end": 3363,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 60
                                                  }
                                                },
                                                "name": "item"
                                              }
                                            ],
                                            "body": {
                                              "type": "MemberExpression",
                                              "start": 3367,
                                              "end": 3382,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 79
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 3367,
                                                "end": 3376,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 73
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3367,
                                                  "end": 3371,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3372,
                                                  "end": 3376,
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 73
                                                    }
                                                  },
                                                  "name": "hits"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3377,
                                                "end": 3381,
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 78
                                                  }
                                                },
                                                "name": "item"
                                              },
                                              "computed": true
                                            }
                                          }
                                        ],
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3400,
                                            "end": 3425,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3400,
                                              3425
                                            ]
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3443,
                                        "end": 3447,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 21
                                          }
                                        },
                                        "name": "sort",
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " Sort after scene-graph",
                                            "start": 3400,
                                            "end": 3425,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 41
                                              }
                                            },
                                            "range": [
                                              3400,
                                              3425
                                            ]
                                          }
                                        ]
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3448,
                                        "end": 3502,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 76
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 3449,
                                            "end": 3450,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 24
                                              }
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3451,
                                            "end": 3452,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 26
                                              }
                                            },
                                            "name": "b"
                                          }
                                        ],
                                        "body": {
                                          "type": "BinaryExpression",
                                          "start": 3457,
                                          "end": 3502,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 76
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3457,
                                            "end": 3478,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 52
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3457,
                                              "end": 3467,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3457,
                                                "end": 3458,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "a"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3459,
                                                "end": 3467,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3468,
                                              "end": 3478,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 52
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3481,
                                            "end": 3502,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 76
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3481,
                                              "end": 3491,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3481,
                                                "end": 3482,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "b"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3483,
                                                "end": 3491,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3492,
                                              "end": 3502,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 76
                                                }
                                              },
                                              "name": "depthIndex"
                                            },
                                            "computed": false
                                          }
                                        }
                                      }
                                    ],
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3520,
                                        "end": 3529,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3520,
                                          3529
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3547,
                                    "end": 3553,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 23
                                      }
                                    },
                                    "name": "filter",
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " Filter",
                                        "start": 3520,
                                        "end": 3529,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 25
                                          }
                                        },
                                        "range": [
                                          3520,
                                          3529
                                        ]
                                      }
                                    ]
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 3554,
                                    "end": 4159,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 17
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 3554,
                                        "end": 3558,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 28
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 3562,
                                      "end": 4159,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 3584,
                                          "end": 3689,
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 125
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 3588,
                                              "end": 3688,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 124
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 3588,
                                                "end": 3595,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "dispose"
                                              },
                                              "init": {
                                                "type": "LogicalExpression",
                                                "start": 3598,
                                                "end": 3688,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 124
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 3599,
                                                  "end": 3645,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 81
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3599,
                                                    "end": 3630,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3599,
                                                      "end": 3624,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 60
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3599,
                                                        "end": 3612,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3599,
                                                          "end": 3603,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 39
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3604,
                                                          "end": 3612,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 48
                                                            }
                                                          },
                                                          "name": "receiver"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3613,
                                                        "end": 3624,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 60
                                                          }
                                                        },
                                                        "name": "interaction"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3625,
                                                      "end": 3630,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 66
                                                        }
                                                      },
                                                      "name": "first"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3634,
                                                    "end": 3645,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 81
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3635,
                                                      "end": 3645,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 81
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3635,
                                                        "end": 3639,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 75
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3640,
                                                        "end": 3645,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 76
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 81
                                                          }
                                                        },
                                                        "name": "first"
                                                      },
                                                      "computed": false
                                                    }
                                                  },
                                                  "parenthesizedExpression": true
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 3650,
                                                  "end": 3688,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 124
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3650,
                                                    "end": 3659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 95
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3650,
                                                      "end": 3654,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 90
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3655,
                                                      "end": 3659,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 91
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 95
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "!=",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 3663,
                                                    "end": 3688,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 99
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 124
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3663,
                                                      "end": 3683,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 119
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3663,
                                                        "end": 3674,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 99
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 110
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3663,
                                                          "end": 3667,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 99
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 103
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3668,
                                                          "end": 3674,
                                                          "loc": {
                                                            "start": {
                                                              "line": 85,
                                                              "column": 104
                                                            },
                                                            "end": {
                                                              "line": 85,
                                                              "column": 110
                                                            }
                                                          },
                                                          "name": "canvas"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3675,
                                                        "end": 3683,
                                                        "loc": {
                                                          "start": {
                                                            "line": 85,
                                                            "column": 111
                                                          },
                                                          "end": {
                                                            "line": 85,
                                                            "column": 119
                                                          }
                                                        },
                                                        "name": "renderer"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3684,
                                                      "end": 3688,
                                                      "loc": {
                                                        "start": {
                                                          "line": 85,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 85,
                                                          "column": 124
                                                        }
                                                      },
                                                      "name": "time"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 3710,
                                          "end": 4104,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 93,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 3714,
                                            "end": 3721,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 31
                                              }
                                            },
                                            "name": "dispose"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3723,
                                            "end": 4104,
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 3749,
                                                "end": 4031,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 25
                                                  }
                                                },
                                                "test": {
                                                  "type": "LogicalExpression",
                                                  "start": 3753,
                                                  "end": 3800,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 75
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3753,
                                                    "end": 3774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 3753,
                                                      "end": 3765,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3753,
                                                        "end": 3757,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3758,
                                                        "end": 3765,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hovered"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 3766,
                                                      "end": 3773,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3766,
                                                        "end": 3770,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3771,
                                                        "end": 3773,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "UnaryExpression",
                                                    "start": 3778,
                                                    "end": 3800,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 75
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 3779,
                                                      "end": 3800,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 75
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3779,
                                                        "end": 3791,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 3779,
                                                          "end": 3783,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3784,
                                                          "end": 3791,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 66
                                                            }
                                                          },
                                                          "name": "actions"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 3792,
                                                        "end": 3799,
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 87,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3792,
                                                          "end": 3796,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 71
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3797,
                                                          "end": 3799,
                                                          "loc": {
                                                            "start": {
                                                              "line": 87,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 87,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "id"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    }
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3802,
                                                  "end": 4031,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 25
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3832,
                                                      "end": 3861,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 57
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "UnaryExpression",
                                                        "start": 3832,
                                                        "end": 3860,
                                                        "loc": {
                                                          "start": {
                                                            "line": 88,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 88,
                                                            "column": 56
                                                          }
                                                        },
                                                        "operator": "delete",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "start": 3839,
                                                          "end": 3860,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3839,
                                                            "end": 3851,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3839,
                                                              "end": 3843,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3844,
                                                              "end": 3851,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "hovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "MemberExpression",
                                                            "start": 3852,
                                                            "end": 3859,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3852,
                                                              "end": 3856,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 52
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3857,
                                                              "end": 3859,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          },
                                                          "computed": true
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3890,
                                                      "end": 3953,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 91
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3890,
                                                        "end": 3952,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 90
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3890,
                                                          "end": 3908,
                                                          "loc": {
                                                            "start": {
                                                              "line": 89,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 89,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3890,
                                                            "end": 3903,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3890,
                                                              "end": 3894,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "name": "data"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3895,
                                                              "end": 3903,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "receiver"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3904,
                                                            "end": 3908,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "emit"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3909,
                                                            "end": 3945,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 83
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3909,
                                                              "end": 3935,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3909,
                                                                "end": 3923,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 89,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 89,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3909,
                                                                  "end": 3916,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 89,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 89,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "name": "Object3"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3917,
                                                                  "end": 3923,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 89,
                                                                      "column": 55
                                                                    },
                                                                    "end": {
                                                                      "line": 89,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "name": "Events"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3924,
                                                                "end": 3935,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 89,
                                                                    "column": 62
                                                                  },
                                                                  "end": {
                                                                    "line": 89,
                                                                    "column": 73
                                                                  }
                                                                },
                                                                "name": "Interaction"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3936,
                                                              "end": 3945,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 89,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 89,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "name": "Unhovered"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3947,
                                                            "end": 3951,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 85
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 89
                                                              }
                                                            },
                                                            "name": "data"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3982,
                                                      "end": 4005,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 51
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3982,
                                                        "end": 4004,
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3982,
                                                          "end": 4002,
                                                          "loc": {
                                                            "start": {
                                                              "line": 90,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 90,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3982,
                                                            "end": 3991,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3982,
                                                              "end": 3986,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 90,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 90,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3987,
                                                              "end": 3991,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 90,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 90,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3992,
                                                            "end": 4002,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "invalidate"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4056,
                                                "end": 4082,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 50
                                                  }
                                                },
                                                "expression": {
                                                  "type": "UnaryExpression",
                                                  "start": 4056,
                                                  "end": 4081,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 49
                                                    }
                                                  },
                                                  "operator": "delete",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 4063,
                                                    "end": 4081,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 49
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4063,
                                                      "end": 4072,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 4063,
                                                        "end": 4067,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4068,
                                                        "end": 4072,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "hits"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "MemberExpression",
                                                      "start": 4073,
                                                      "end": 4080,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4073,
                                                        "end": 4077,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4078,
                                                        "end": 4080,
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 48
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": null
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 4125,
                                          "end": 4141,
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 36
                                            }
                                          },
                                          "argument": {
                                            "type": "UnaryExpression",
                                            "start": 4132,
                                            "end": 4140,
                                            "loc": {
                                              "start": {
                                                "line": 94,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 35
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4133,
                                              "end": 4140,
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 35
                                                }
                                              },
                                              "name": "dispose"
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Take out everything that's not under the cursor right now and that's not in the actions",
                                "start": 3212,
                                "end": 3302,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 102
                                  }
                                },
                                "range": [
                                  3212,
                                  3302
                                ]
                              }
                            ]
                          }
                        ],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Object being dragged",
                          "start": 4181,
                          "end": 4204,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 98,
                              "column": 31
                            }
                          },
                          "range": [
                            4181,
                            4204
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 4213,
                      "end": 4821,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 4217,
                        "end": 4274,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 12
                          },
                          "end": {
                            "line": 99,
                            "column": 69
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 4217,
                          "end": 4234,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 12
                            },
                            "end": {
                              "line": 99,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4217,
                            "end": 4227,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 99,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4217,
                              "end": 4221,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 12
                                },
                                "end": {
                                  "line": 99,
                                  "column": 16
                                }
                              },
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4222,
                              "end": 4227,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 17
                                },
                                "end": {
                                  "line": 99,
                                  "column": 22
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4230,
                            "end": 4234,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 25
                              },
                              "end": {
                                "line": 99,
                                "column": 29
                              }
                            },
                            "value": 0.01,
                            "rawValue": 0.01,
                            "raw": "0.01"
                          },
                          "leadingComments": null
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 4238,
                          "end": 4274,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 33
                            },
                            "end": {
                              "line": 99,
                              "column": 69
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 4238,
                            "end": 4270,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 33
                              },
                              "end": {
                                "line": 99,
                                "column": 65
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 4238,
                              "end": 4263,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 33
                                },
                                "end": {
                                  "line": 99,
                                  "column": 58
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4238,
                                "end": 4249,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4238,
                                  "end": 4244,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 39
                                    }
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4245,
                                  "end": 4249,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 44
                                    }
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 4250,
                                  "end": 4262,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4250,
                                    "end": 4254,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4255,
                                    "end": 4262,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 57
                                      }
                                    },
                                    "name": "actions"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4264,
                              "end": 4270,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 59
                                },
                                "end": {
                                  "line": 99,
                                  "column": 65
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 4273,
                            "end": 4274,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 68
                              },
                              "end": {
                                "line": 99,
                                "column": 69
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4276,
                        "end": 4821,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 71
                          },
                          "end": {
                            "line": 108,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 4290,
                            "end": 4811,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 12
                              },
                              "end": {
                                "line": 107,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 4295,
                              "end": 4303,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 17
                                },
                                "end": {
                                  "line": 100,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 4299,
                                  "end": 4303,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 4299,
                                    "end": 4303,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 4307,
                              "end": 4324,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 29
                                },
                                "end": {
                                  "line": 100,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4307,
                                "end": 4311,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4312,
                                "end": 4324,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 46
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 4326,
                              "end": 4811,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 48
                                },
                                "end": {
                                  "line": 107,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 4344,
                                  "end": 4797,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 4348,
                                    "end": 4394,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 4348,
                                      "end": 4380,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 52
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 4349,
                                        "end": 4380,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4349,
                                          "end": 4374,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4349,
                                            "end": 4362,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4349,
                                              "end": 4353,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 25
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4354,
                                              "end": 4362,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4363,
                                            "end": 4374,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 46
                                              }
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4375,
                                          "end": 4380,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 52
                                            }
                                          },
                                          "name": "first"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4384,
                                      "end": 4394,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 66
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4384,
                                        "end": 4388,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 60
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4389,
                                        "end": 4394,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 66
                                          }
                                        },
                                        "name": "first"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 4396,
                                    "end": 4797,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 4418,
                                        "end": 4527,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 129
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4422,
                                            "end": 4526,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 128
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4422,
                                              "end": 4428,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 30
                                                }
                                              },
                                              "name": "vector"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 4431,
                                              "end": 4526,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 128
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4431,
                                                "end": 4524,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 126
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 4431,
                                                  "end": 4514,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 116
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4431,
                                                    "end": 4487,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 89
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 4431,
                                                      "end": 4483,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 85
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4431,
                                                        "end": 4465,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 67
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 4431,
                                                          "end": 4455,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 57
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4431,
                                                            "end": 4453,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 55
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4431,
                                                              "end": 4447,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4431,
                                                                "end": 4435,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 102,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 102,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4436,
                                                                "end": 4447,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 102,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 102,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "name": "coordinates"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4448,
                                                              "end": 4453,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 55
                                                                }
                                                              },
                                                              "name": "clone"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4456,
                                                          "end": 4465,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 67
                                                            }
                                                          },
                                                          "name": "unproject"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4466,
                                                          "end": 4482,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 68
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 84
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4466,
                                                            "end": 4475,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 77
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4466,
                                                              "end": 4470,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 72
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4471,
                                                              "end": 4475,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 77
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4476,
                                                            "end": 4482,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 84
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4484,
                                                      "end": 4487,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 86
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 89
                                                        }
                                                      },
                                                      "name": "sub"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 4488,
                                                      "end": 4513,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 90
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 115
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4488,
                                                        "end": 4504,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 90
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 106
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4488,
                                                          "end": 4497,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 90
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 99
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 4488,
                                                            "end": 4492,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 94
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4493,
                                                            "end": 4497,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 95
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 99
                                                              }
                                                            },
                                                            "name": "view"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4498,
                                                          "end": 4504,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 100
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 106
                                                            }
                                                          },
                                                          "name": "camera"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4505,
                                                        "end": 4513,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 107
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 115
                                                          }
                                                        },
                                                        "name": "position"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4515,
                                                  "end": 4524,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 126
                                                    }
                                                  },
                                                  "name": "normalize"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4548,
                                        "end": 4653,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 125
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 4548,
                                          "end": 4652,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 124
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 4548,
                                            "end": 4557,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4548,
                                              "end": 4552,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 24
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4553,
                                              "end": 4557,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 29
                                                }
                                              },
                                              "name": "drag"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 4560,
                                            "end": 4652,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 124
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4560,
                                              "end": 4639,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 111
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 4560,
                                                "end": 4635,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 107
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4560,
                                                  "end": 4597,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4560,
                                                    "end": 4593,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 65
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4560,
                                                      "end": 4591,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 4560,
                                                        "end": 4585,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 57
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4560,
                                                          "end": 4576,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 48
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4560,
                                                            "end": 4569,
                                                            "loc": {
                                                              "start": {
                                                                "line": 103,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 103,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 4560,
                                                              "end": 4564,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 103,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 103,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4565,
                                                              "end": 4569,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 103,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 103,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "view"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4570,
                                                            "end": 4576,
                                                            "loc": {
                                                              "start": {
                                                                "line": 103,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 103,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "camera"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4577,
                                                          "end": 4585,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "position"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4586,
                                                        "end": 4591,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 58
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "clone"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4594,
                                                    "end": 4597,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "add"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "CallExpression",
                                                    "start": 4598,
                                                    "end": 4634,
                                                    "loc": {
                                                      "start": {
                                                        "line": 103,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 103,
                                                        "column": 106
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4598,
                                                      "end": 4619,
                                                      "loc": {
                                                        "start": {
                                                          "line": 103,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 103,
                                                          "column": 91
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4598,
                                                        "end": 4604,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 76
                                                          }
                                                        },
                                                        "name": "vector"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4605,
                                                        "end": 4619,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 77
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 91
                                                          }
                                                        },
                                                        "name": "multiplyScalar"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4620,
                                                        "end": 4633,
                                                        "loc": {
                                                          "start": {
                                                            "line": 103,
                                                            "column": 92
                                                          },
                                                          "end": {
                                                            "line": 103,
                                                            "column": 105
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4620,
                                                          "end": 4624,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 92
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 96
                                                            }
                                                          },
                                                          "name": "data"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4625,
                                                          "end": 4633,
                                                          "loc": {
                                                            "start": {
                                                              "line": 103,
                                                              "column": 97
                                                            },
                                                            "end": {
                                                              "line": 103,
                                                              "column": 105
                                                            }
                                                          },
                                                          "name": "distance"
                                                        },
                                                        "computed": false
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4636,
                                                "end": 4639,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 111
                                                  }
                                                },
                                                "name": "add"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4640,
                                                "end": 4651,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 112
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 123
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4640,
                                                  "end": 4644,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 112
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 116
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4645,
                                                  "end": 4651,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 123
                                                    }
                                                  },
                                                  "name": "offset"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4674,
                                        "end": 4735,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 81
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4674,
                                          "end": 4734,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4674,
                                            "end": 4692,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4674,
                                              "end": 4687,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4674,
                                                "end": 4678,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 24
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4679,
                                                "end": 4687,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4688,
                                              "end": 4692,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 38
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 4693,
                                              "end": 4727,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 73
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4693,
                                                "end": 4719,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 65
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4693,
                                                  "end": 4707,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 53
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4693,
                                                    "end": 4700,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 46
                                                      }
                                                    },
                                                    "name": "Object3"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4701,
                                                    "end": 4707,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 53
                                                      }
                                                    },
                                                    "name": "Events"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4708,
                                                  "end": 4719,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 65
                                                    }
                                                  },
                                                  "name": "Interaction"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4720,
                                                "end": 4727,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "Dragged"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 4729,
                                              "end": 4733,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 79
                                                }
                                              },
                                              "name": "data"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4756,
                                        "end": 4779,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 43
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4756,
                                          "end": 4778,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 42
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4756,
                                            "end": 4776,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4756,
                                              "end": 4765,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4756,
                                                "end": 4760,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4761,
                                                "end": 4765,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "view"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4766,
                                              "end": 4776,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 40
                                                }
                                              },
                                              "name": "invalidate"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Object being dragged",
                          "start": 4181,
                          "end": 4204,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 8
                            },
                            "end": {
                              "line": 98,
                              "column": 31
                            }
                          },
                          "range": [
                            4181,
                            4204
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4834,
              "end": 5233,
              "loc": {
                "start": {
                  "line": 112,
                  "column": 4
                },
                "end": {
                  "line": 122,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4834,
                "end": 4844,
                "loc": {
                  "start": {
                    "line": 112,
                    "column": 4
                  },
                  "end": {
                    "line": 112,
                    "column": 14
                  }
                },
                "name": "onMouseOut"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4844,
                "end": 5233,
                "loc": {
                  "start": {
                    "line": 112,
                    "column": 14
                  },
                  "end": {
                    "line": 122,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4845,
                    "end": 4850,
                    "loc": {
                      "start": {
                        "line": 112,
                        "column": 15
                      },
                      "end": {
                        "line": 112,
                        "column": 20
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4852,
                  "end": 5233,
                  "loc": {
                    "start": {
                      "line": 112,
                      "column": 22
                    },
                    "end": {
                      "line": 122,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4862,
                      "end": 4888,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4866,
                        "end": 4879,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 12
                          },
                          "end": {
                            "line": 113,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4867,
                          "end": 4879,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 13
                            },
                            "end": {
                              "line": 113,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4867,
                            "end": 4871,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 13
                              },
                              "end": {
                                "line": 113,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4872,
                            "end": 4879,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 18
                              },
                              "end": {
                                "line": 113,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 4881,
                        "end": 4888,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 27
                          },
                          "end": {
                            "line": 113,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 4897,
                      "end": 5227,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 4902,
                        "end": 4910,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 13
                          },
                          "end": {
                            "line": 114,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 4906,
                            "end": 4910,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 17
                              },
                              "end": {
                                "line": 114,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 4906,
                              "end": 4910,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 17
                                },
                                "end": {
                                  "line": 114,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 4914,
                        "end": 4928,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 25
                          },
                          "end": {
                            "line": 114,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4914,
                          "end": 4918,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 25
                            },
                            "end": {
                              "line": 114,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4919,
                          "end": 4928,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 30
                            },
                            "end": {
                              "line": 114,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 4930,
                        "end": 5227,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 41
                          },
                          "end": {
                            "line": 121,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 4944,
                            "end": 5178,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 12
                              },
                              "end": {
                                "line": 119,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 4948,
                              "end": 4995,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 16
                                },
                                "end": {
                                  "line": 115,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 4948,
                                "end": 4969,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4948,
                                  "end": 4960,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4948,
                                    "end": 4952,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4953,
                                    "end": 4960,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 4961,
                                  "end": 4968,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4961,
                                    "end": 4965,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4966,
                                    "end": 4968,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 4973,
                                "end": 4995,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 63
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 4974,
                                  "end": 4995,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 63
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4974,
                                    "end": 4986,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4974,
                                      "end": 4978,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4979,
                                      "end": 4986,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 54
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 4987,
                                    "end": 4994,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4987,
                                      "end": 4991,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 59
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4992,
                                      "end": 4994,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 62
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4997,
                              "end": 5178,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 65
                                },
                                "end": {
                                  "line": 119,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5015,
                                  "end": 5044,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 5015,
                                    "end": 5043,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 5022,
                                      "end": 5043,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5022,
                                        "end": 5034,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5022,
                                          "end": 5026,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5027,
                                          "end": 5034,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5035,
                                        "end": 5042,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5035,
                                          "end": 5039,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5040,
                                          "end": 5042,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5061,
                                  "end": 5124,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5061,
                                    "end": 5123,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5061,
                                      "end": 5079,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5061,
                                        "end": 5074,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5061,
                                          "end": 5065,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5066,
                                          "end": 5074,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5075,
                                        "end": 5079,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5080,
                                        "end": 5116,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5080,
                                          "end": 5106,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5080,
                                            "end": 5094,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5080,
                                              "end": 5087,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5088,
                                              "end": 5094,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5095,
                                            "end": 5106,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5107,
                                          "end": 5116,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 5118,
                                        "end": 5122,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5141,
                                  "end": 5164,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5141,
                                    "end": 5163,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5141,
                                      "end": 5161,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5141,
                                        "end": 5150,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5141,
                                          "end": 5145,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5146,
                                          "end": 5150,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 25
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5151,
                                        "end": 5161,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 36
                                          }
                                        },
                                        "name": "invalidate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5191,
                            "end": 5217,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 12
                              },
                              "end": {
                                "line": 120,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 5191,
                              "end": 5216,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 12
                                },
                                "end": {
                                  "line": 120,
                                  "column": 37
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 5198,
                                "end": 5216,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5198,
                                  "end": 5207,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5198,
                                    "end": 5202,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5203,
                                    "end": 5207,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 28
                                      }
                                    },
                                    "name": "hits"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 5208,
                                  "end": 5215,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5208,
                                    "end": 5212,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5213,
                                    "end": 5215,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5239,
              "end": 6127,
              "loc": {
                "start": {
                  "line": 124,
                  "column": 4
                },
                "end": {
                  "line": 146,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5239,
                "end": 5250,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 4
                  },
                  "end": {
                    "line": 124,
                    "column": 15
                  }
                },
                "name": "onMouseDown"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5250,
                "end": 6127,
                "loc": {
                  "start": {
                    "line": 124,
                    "column": 15
                  },
                  "end": {
                    "line": 146,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5251,
                    "end": 5256,
                    "loc": {
                      "start": {
                        "line": 124,
                        "column": 16
                      },
                      "end": {
                        "line": 124,
                        "column": 21
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5258,
                  "end": 6127,
                  "loc": {
                    "start": {
                      "line": 124,
                      "column": 23
                    },
                    "end": {
                      "line": 146,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5268,
                      "end": 5294,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5272,
                        "end": 5285,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 12
                          },
                          "end": {
                            "line": 125,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5273,
                          "end": 5285,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 13
                            },
                            "end": {
                              "line": 125,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5273,
                            "end": 5277,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 13
                              },
                              "end": {
                                "line": 125,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5278,
                            "end": 5285,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 18
                              },
                              "end": {
                                "line": 125,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5287,
                        "end": 5294,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 27
                          },
                          "end": {
                            "line": 125,
                            "column": 34
                          }
                        },
                        "argument": null
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5304,
                      "end": 5319,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5304,
                        "end": 5318,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 8
                          },
                          "end": {
                            "line": 127,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5304,
                          "end": 5314,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 8
                            },
                            "end": {
                              "line": 127,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5304,
                            "end": 5308,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 8
                              },
                              "end": {
                                "line": 127,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5309,
                            "end": 5314,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 13
                              },
                              "end": {
                                "line": 127,
                                "column": 18
                              }
                            },
                            "name": "delta"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 5317,
                          "end": 5318,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 21
                            },
                            "end": {
                              "line": 127,
                              "column": 22
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5328,
                      "end": 5434,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 114
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5328,
                        "end": 5433,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 8
                          },
                          "end": {
                            "line": 128,
                            "column": 113
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5328,
                          "end": 5342,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 8
                            },
                            "end": {
                              "line": 128,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5328,
                            "end": 5338,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 8
                              },
                              "end": {
                                "line": 128,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5328,
                              "end": 5332,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 8
                                },
                                "end": {
                                  "line": 128,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5333,
                              "end": 5338,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 13
                                },
                                "end": {
                                  "line": 128,
                                  "column": 18
                                }
                              },
                              "name": "click"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5339,
                            "end": 5342,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 19
                              },
                              "end": {
                                "line": 128,
                                "column": 22
                              }
                            },
                            "name": "set"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 5343,
                            "end": 5384,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 23
                              },
                              "end": {
                                "line": 128,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5343,
                              "end": 5380,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 23
                                },
                                "end": {
                                  "line": 128,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 5344,
                                "end": 5375,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 55
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 5344,
                                  "end": 5357,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5344,
                                    "end": 5349,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 29
                                      }
                                    },
                                    "name": "event"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5350,
                                    "end": 5357,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 37
                                      }
                                    },
                                    "name": "offsetX"
                                  },
                                  "computed": false
                                },
                                "operator": "/",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 5360,
                                  "end": 5375,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5360,
                                    "end": 5369,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5360,
                                      "end": 5364,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5365,
                                      "end": 5369,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 49
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5370,
                                    "end": 5375,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 55
                                      }
                                    },
                                    "name": "width"
                                  },
                                  "computed": false
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5379,
                                "end": 5380,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 60
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "-",
                            "right": {
                              "type": "Literal",
                              "start": 5383,
                              "end": 5384,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 63
                                },
                                "end": {
                                  "line": 128,
                                  "column": 64
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5386,
                            "end": 5429,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 66
                              },
                              "end": {
                                "line": 128,
                                "column": 109
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 5386,
                              "end": 5425,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 66
                                },
                                "end": {
                                  "line": 128,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5386,
                                "end": 5421,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 101
                                  }
                                },
                                "operator": "-",
                                "prefix": true,
                                "argument": {
                                  "type": "BinaryExpression",
                                  "start": 5388,
                                  "end": 5420,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 100
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5388,
                                    "end": 5401,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 81
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5388,
                                      "end": 5393,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 73
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5394,
                                      "end": 5401,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 81
                                        }
                                      },
                                      "name": "offsetY"
                                    },
                                    "computed": false
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 5404,
                                    "end": 5420,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 100
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5404,
                                      "end": 5413,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 93
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5404,
                                        "end": 5408,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 88
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5409,
                                        "end": 5413,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 93
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5414,
                                      "end": 5420,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 100
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "computed": false
                                  },
                                  "parenthesizedExpression": true
                                }
                              },
                              "operator": "*",
                              "right": {
                                "type": "Literal",
                                "start": 5424,
                                "end": 5425,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 104
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 105
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              }
                            },
                            "operator": "+",
                            "right": {
                              "type": "Literal",
                              "start": 5428,
                              "end": 5429,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 108
                                },
                                "end": {
                                  "line": 128,
                                  "column": 109
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 5431,
                            "end": 5432,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 111
                              },
                              "end": {
                                "line": 128,
                                "column": 112
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Cause a fake-mousemove to refresh hits",
                          "start": 5444,
                          "end": 5485,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 49
                            }
                          },
                          "range": [
                            5444,
                            5485
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5494,
                      "end": 5518,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5494,
                        "end": 5517,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 8
                          },
                          "end": {
                            "line": 131,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5494,
                          "end": 5510,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5494,
                            "end": 5498,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5499,
                            "end": 5510,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 13
                              },
                              "end": {
                                "line": 131,
                                "column": 24
                              }
                            },
                            "name": "onMouseMove"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5511,
                            "end": 5516,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 25
                              },
                              "end": {
                                "line": 131,
                                "column": 30
                              }
                            },
                            "name": "event"
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Cause a fake-mousemove to refresh hits",
                          "start": 5444,
                          "end": 5485,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 49
                            }
                          },
                          "range": [
                            5444,
                            5485
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5527,
                      "end": 5545,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 132,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5527,
                        "end": 5544,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 8
                          },
                          "end": {
                            "line": 132,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5527,
                          "end": 5539,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5527,
                            "end": 5531,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 8
                              },
                              "end": {
                                "line": 132,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5532,
                            "end": 5539,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 13
                              },
                              "end": {
                                "line": 132,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 5542,
                          "end": 5544,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 23
                            },
                            "end": {
                              "line": 132,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5554,
                      "end": 5577,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 133,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5554,
                        "end": 5576,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 8
                          },
                          "end": {
                            "line": 133,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5554,
                          "end": 5571,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 8
                            },
                            "end": {
                              "line": 133,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5554,
                            "end": 5558,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 8
                              },
                              "end": {
                                "line": 133,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5559,
                            "end": 5571,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 13
                              },
                              "end": {
                                "line": 133,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 5574,
                          "end": 5576,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 28
                            },
                            "end": {
                              "line": 133,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 5587,
                      "end": 6088,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 8
                        },
                        "end": {
                          "line": 143,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 5592,
                        "end": 5600,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 13
                          },
                          "end": {
                            "line": 135,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 5596,
                            "end": 5600,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 17
                              },
                              "end": {
                                "line": 135,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 5596,
                              "end": 5600,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 17
                                },
                                "end": {
                                  "line": 135,
                                  "column": 21
                                }
                              },
                              "name": "data"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 5604,
                        "end": 5618,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 25
                          },
                          "end": {
                            "line": 135,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5604,
                          "end": 5608,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 25
                            },
                            "end": {
                              "line": 135,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5609,
                          "end": 5618,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 30
                            },
                            "end": {
                              "line": 135,
                              "column": 39
                            }
                          },
                          "name": "hitsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 5620,
                        "end": 6088,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 41
                          },
                          "end": {
                            "line": 143,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 5634,
                            "end": 6078,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 142,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 5638,
                              "end": 5684,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 16
                                },
                                "end": {
                                  "line": 136,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 5638,
                                "end": 5670,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 48
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 5639,
                                  "end": 5670,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5639,
                                    "end": 5664,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5639,
                                      "end": 5652,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5639,
                                        "end": 5643,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 21
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5644,
                                        "end": 5652,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 30
                                          }
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5653,
                                      "end": 5664,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 42
                                        }
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5665,
                                    "end": 5670,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 48
                                      }
                                    },
                                    "name": "first"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "MemberExpression",
                                "start": 5674,
                                "end": 5684,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5674,
                                  "end": 5678,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 56
                                    }
                                  },
                                  "name": "data"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5679,
                                  "end": 5684,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 62
                                    }
                                  },
                                  "name": "first"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 5686,
                              "end": 6078,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 64
                                },
                                "end": {
                                  "line": 142,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5704,
                                  "end": 5836,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 148
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5708,
                                      "end": 5835,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 147
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5708,
                                        "end": 5711,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 23
                                          }
                                        },
                                        "name": "pos"
                                      },
                                      "init": {
                                        "type": "ConditionalExpression",
                                        "start": 5714,
                                        "end": 5835,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 147
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 5714,
                                          "end": 5734,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5714,
                                            "end": 5727,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5714,
                                              "end": 5718,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 30
                                                }
                                              },
                                              "name": "data"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5719,
                                              "end": 5727,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 39
                                                }
                                              },
                                              "name": "receiver"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5728,
                                            "end": 5734,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 46
                                              }
                                            },
                                            "name": "parent"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "CallExpression",
                                          "start": 5737,
                                          "end": 5802,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 114
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5737,
                                            "end": 5770,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 82
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5737,
                                              "end": 5757,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5737,
                                                "end": 5750,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5737,
                                                  "end": 5741,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 53
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5742,
                                                  "end": 5750,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5751,
                                                "end": 5757,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 69
                                                  }
                                                },
                                                "name": "parent"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5758,
                                              "end": 5770,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 82
                                                }
                                              },
                                              "name": "localToWorld"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "CallExpression",
                                              "start": 5771,
                                              "end": 5801,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 113
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5771,
                                                "end": 5799,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 111
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5771,
                                                  "end": 5793,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 105
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5771,
                                                    "end": 5784,
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 137,
                                                        "column": 96
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5771,
                                                      "end": 5775,
                                                      "loc": {
                                                        "start": {
                                                          "line": 137,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 137,
                                                          "column": 87
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5776,
                                                      "end": 5784,
                                                      "loc": {
                                                        "start": {
                                                          "line": 137,
                                                          "column": 88
                                                        },
                                                        "end": {
                                                          "line": 137,
                                                          "column": 96
                                                        }
                                                      },
                                                      "name": "receiver"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5785,
                                                    "end": 5793,
                                                    "loc": {
                                                      "start": {
                                                        "line": 137,
                                                        "column": 97
                                                      },
                                                      "end": {
                                                        "line": 137,
                                                        "column": 105
                                                      }
                                                    },
                                                    "name": "position"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5794,
                                                  "end": 5799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 111
                                                    }
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "CallExpression",
                                          "start": 5805,
                                          "end": 5835,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 117
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 147
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5805,
                                            "end": 5833,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 117
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 145
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5805,
                                              "end": 5827,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 139
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5805,
                                                "end": 5818,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 117
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 130
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5805,
                                                  "end": 5809,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 117
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 121
                                                    }
                                                  },
                                                  "name": "data"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5810,
                                                  "end": 5818,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 122
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 130
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5819,
                                                "end": 5827,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 131
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 139
                                                  }
                                                },
                                                "name": "position"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5828,
                                              "end": 5833,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 140
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 145
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5853,
                                  "end": 5895,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 58
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5853,
                                    "end": 5894,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 57
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5853,
                                      "end": 5864,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5853,
                                        "end": 5857,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 20
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5858,
                                        "end": 5864,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 27
                                          }
                                        },
                                        "name": "offset"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 5867,
                                      "end": 5894,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 57
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5867,
                                        "end": 5874,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5867,
                                          "end": 5870,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 33
                                            }
                                          },
                                          "name": "pos"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5871,
                                          "end": 5874,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 37
                                            }
                                          },
                                          "name": "sub"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 5875,
                                          "end": 5893,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 56
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5875,
                                            "end": 5891,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 54
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5875,
                                              "end": 5885,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5875,
                                                "end": 5879,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "data"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5880,
                                                "end": 5885,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "point"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5886,
                                              "end": 5891,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 54
                                                }
                                              },
                                              "name": "clone"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5912,
                                  "end": 5941,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5912,
                                    "end": 5940,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5912,
                                      "end": 5933,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5912,
                                        "end": 5924,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5912,
                                          "end": 5916,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5917,
                                          "end": 5924,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 28
                                            }
                                          },
                                          "name": "actions"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 5925,
                                        "end": 5932,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5925,
                                          "end": 5929,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 33
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5930,
                                          "end": 5932,
                                          "loc": {
                                            "start": {
                                              "line": 139,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 139,
                                              "column": 36
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 5936,
                                      "end": 5940,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 44
                                        }
                                      },
                                      "name": "data"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5958,
                                  "end": 5987,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5958,
                                    "end": 5986,
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5958,
                                      "end": 5980,
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 140,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5958,
                                        "end": 5975,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5958,
                                          "end": 5962,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5963,
                                          "end": 5975,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 33
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5976,
                                        "end": 5980,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 38
                                          }
                                        },
                                        "name": "push"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5981,
                                        "end": 5985,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 43
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6004,
                                  "end": 6064,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 76
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6004,
                                    "end": 6063,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 75
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6004,
                                      "end": 6022,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6004,
                                        "end": 6017,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6004,
                                          "end": 6008,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6009,
                                          "end": 6017,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6018,
                                        "end": 6022,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6023,
                                        "end": 6056,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 68
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6023,
                                          "end": 6049,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6023,
                                            "end": 6037,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6023,
                                              "end": 6030,
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6031,
                                              "end": 6037,
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6038,
                                            "end": 6049,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6050,
                                          "end": 6056,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 68
                                            }
                                          },
                                          "name": "Picked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6058,
                                        "end": 6062,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 74
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6098,
                      "end": 6121,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6098,
                        "end": 6120,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 8
                          },
                          "end": {
                            "line": 145,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6098,
                          "end": 6118,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 8
                            },
                            "end": {
                              "line": 145,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6098,
                            "end": 6107,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 8
                              },
                              "end": {
                                "line": 145,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6098,
                              "end": 6102,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 8
                                },
                                "end": {
                                  "line": 145,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6103,
                              "end": 6107,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 13
                                },
                                "end": {
                                  "line": 145,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6108,
                            "end": 6118,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 18
                              },
                              "end": {
                                "line": 145,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6133,
              "end": 6977,
              "loc": {
                "start": {
                  "line": 148,
                  "column": 4
                },
                "end": {
                  "line": 173,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6133,
                "end": 6142,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 4
                  },
                  "end": {
                    "line": 148,
                    "column": 13
                  }
                },
                "name": "onMouseUp"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6142,
                "end": 6977,
                "loc": {
                  "start": {
                    "line": 148,
                    "column": 13
                  },
                  "end": {
                    "line": 173,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6143,
                    "end": 6148,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 14
                      },
                      "end": {
                        "line": 148,
                        "column": 19
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6150,
                  "end": 6977,
                  "loc": {
                    "start": {
                      "line": 148,
                      "column": 21
                    },
                    "end": {
                      "line": 173,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 6160,
                      "end": 6186,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 8
                        },
                        "end": {
                          "line": 149,
                          "column": 34
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 6164,
                        "end": 6177,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 12
                          },
                          "end": {
                            "line": 149,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 6165,
                          "end": 6177,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 13
                            },
                            "end": {
                              "line": 149,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6165,
                            "end": 6169,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 13
                              },
                              "end": {
                                "line": 149,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6170,
                            "end": 6177,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 18
                              },
                              "end": {
                                "line": 149,
                                "column": 25
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 6179,
                        "end": 6186,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 27
                          },
                          "end": {
                            "line": 149,
                            "column": 34
                          }
                        },
                        "argument": null,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6196,
                          "end": 6213,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 25
                            }
                          },
                          "range": [
                            6196,
                            6213
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 6222,
                      "end": 6677,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 162,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6227,
                        "end": 6235,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 13
                          },
                          "end": {
                            "line": 152,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6231,
                            "end": 6235,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 17
                              },
                              "end": {
                                "line": 152,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6231,
                              "end": 6235,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 17
                                },
                                "end": {
                                  "line": 152,
                                  "column": 21
                                }
                              },
                              "name": "data",
                              "leadingComments": null
                            },
                            "init": null,
                            "leadingComments": null
                          }
                        ],
                        "kind": "let",
                        "leadingComments": null
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6239,
                        "end": 6256,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 25
                          },
                          "end": {
                            "line": 152,
                            "column": 42
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6239,
                          "end": 6243,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 25
                            },
                            "end": {
                              "line": 152,
                              "column": 29
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6244,
                          "end": 6256,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 30
                            },
                            "end": {
                              "line": 152,
                              "column": 42
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6258,
                        "end": 6677,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 44
                          },
                          "end": {
                            "line": 162,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6272,
                            "end": 6463,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 12
                              },
                              "end": {
                                "line": 156,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6276,
                              "end": 6320,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 16
                                },
                                "end": {
                                  "line": 153,
                                  "column": 60
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6276,
                                "end": 6297,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6276,
                                  "end": 6288,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6276,
                                    "end": 6280,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6281,
                                    "end": 6288,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 28
                                      }
                                    },
                                    "name": "hovered"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 6289,
                                  "end": 6296,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6289,
                                    "end": 6293,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 33
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6294,
                                    "end": 6296,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 36
                                      }
                                    },
                                    "name": "id"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 6301,
                                "end": 6320,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 60
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 6302,
                                  "end": 6320,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 60
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6302,
                                    "end": 6311,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6302,
                                      "end": 6306,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6307,
                                      "end": 6311,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 51
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "MemberExpression",
                                    "start": 6312,
                                    "end": 6319,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6312,
                                      "end": 6316,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 56
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6317,
                                      "end": 6319,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 59
                                        }
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  },
                                  "computed": true
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6322,
                              "end": 6463,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 62
                                },
                                "end": {
                                  "line": 156,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6340,
                                  "end": 6369,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 6340,
                                    "end": 6368,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 6347,
                                      "end": 6368,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6347,
                                        "end": 6359,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6347,
                                          "end": 6351,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6352,
                                          "end": 6359,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 35
                                            }
                                          },
                                          "name": "hovered"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 6360,
                                        "end": 6367,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6360,
                                          "end": 6364,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 40
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6365,
                                          "end": 6367,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 43
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "computed": false
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6386,
                                  "end": 6449,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 79
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6386,
                                    "end": 6448,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 78
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6386,
                                      "end": 6404,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6386,
                                        "end": 6399,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6386,
                                          "end": 6390,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6391,
                                          "end": 6399,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6400,
                                        "end": 6404,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6405,
                                        "end": 6441,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 71
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6405,
                                          "end": 6431,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6405,
                                            "end": 6419,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6405,
                                              "end": 6412,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6413,
                                              "end": 6419,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6420,
                                            "end": 6431,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6432,
                                          "end": 6441,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 71
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6443,
                                        "end": 6447,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 77
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6477,
                            "end": 6538,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 12
                              },
                              "end": {
                                "line": 158,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 6477,
                              "end": 6537,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 12
                                },
                                "end": {
                                  "line": 158,
                                  "column": 72
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6477,
                                "end": 6495,
                                "loc": {
                                  "start": {
                                    "line": 158,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 158,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6477,
                                  "end": 6490,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6477,
                                    "end": 6481,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 16
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6482,
                                    "end": 6490,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 25
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6491,
                                  "end": 6495,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 30
                                    }
                                  },
                                  "name": "emit"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 6496,
                                  "end": 6530,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6496,
                                    "end": 6522,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6496,
                                      "end": 6510,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6496,
                                        "end": 6503,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 38
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6504,
                                        "end": 6510,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 45
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6511,
                                      "end": 6522,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 57
                                        }
                                      },
                                      "name": "Interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6523,
                                    "end": 6530,
                                    "loc": {
                                      "start": {
                                        "line": 158,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 158,
                                        "column": 65
                                      }
                                    },
                                    "name": "Dropped"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6532,
                                  "end": 6536,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 71
                                    }
                                  },
                                  "name": "data"
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 6551,
                            "end": 6667,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 12
                              },
                              "end": {
                                "line": 161,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 6555,
                              "end": 6572,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 16
                                },
                                "end": {
                                  "line": 159,
                                  "column": 33
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6555,
                                "end": 6565,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6555,
                                  "end": 6559,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 20
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6560,
                                  "end": 6565,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 26
                                    }
                                  },
                                  "name": "delta"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "Literal",
                                "start": 6568,
                                "end": 6572,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 33
                                  }
                                },
                                "value": 0.05,
                                "rawValue": 0.05,
                                "raw": "0.05"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 6574,
                              "end": 6667,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 35
                                },
                                "end": {
                                  "line": 161,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6592,
                                  "end": 6653,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 77
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6592,
                                    "end": 6652,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 76
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6592,
                                      "end": 6610,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6592,
                                        "end": 6605,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6592,
                                          "end": 6596,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 20
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6597,
                                          "end": 6605,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 29
                                            }
                                          },
                                          "name": "receiver"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6606,
                                        "end": 6610,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 34
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6611,
                                        "end": 6645,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 69
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6611,
                                          "end": 6637,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6611,
                                            "end": 6625,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 49
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6611,
                                              "end": 6618,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6619,
                                              "end": 6625,
                                              "loc": {
                                                "start": {
                                                  "line": 160,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 49
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6626,
                                            "end": 6637,
                                            "loc": {
                                              "start": {
                                                "line": 160,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 61
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6638,
                                          "end": 6645,
                                          "loc": {
                                            "start": {
                                              "line": 160,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 160,
                                              "column": 69
                                            }
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 6647,
                                        "end": 6651,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 75
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Signal Mouseup",
                          "start": 6196,
                          "end": 6213,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 25
                            }
                          },
                          "range": [
                            6196,
                            6213
                          ]
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 6687,
                      "end": 6879,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 8
                        },
                        "end": {
                          "line": 168,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 6691,
                        "end": 6741,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 12
                          },
                          "end": {
                            "line": 164,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 6691,
                          "end": 6720,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 12
                            },
                            "end": {
                              "line": 164,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 6691,
                            "end": 6715,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 12
                              },
                              "end": {
                                "line": 164,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6691,
                              "end": 6708,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 12
                                },
                                "end": {
                                  "line": 164,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6691,
                                "end": 6695,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6696,
                                "end": 6708,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 29
                                  }
                                },
                                "name": "actionsArray"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6709,
                              "end": 6715,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 30
                                },
                                "end": {
                                  "line": 164,
                                  "column": 36
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": "==",
                          "right": {
                            "type": "Literal",
                            "start": 6719,
                            "end": 6720,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 40
                              },
                              "end": {
                                "line": 164,
                                "column": 41
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 6724,
                          "end": 6741,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 45
                            },
                            "end": {
                              "line": 164,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 6724,
                            "end": 6734,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 45
                              },
                              "end": {
                                "line": 164,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6724,
                              "end": 6728,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 45
                                },
                                "end": {
                                  "line": 164,
                                  "column": 49
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6729,
                              "end": 6734,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 50
                                },
                                "end": {
                                  "line": 164,
                                  "column": 55
                                }
                              },
                              "name": "delta"
                            },
                            "computed": false
                          },
                          "operator": "<",
                          "right": {
                            "type": "Literal",
                            "start": 6737,
                            "end": 6741,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 58
                              },
                              "end": {
                                "line": 164,
                                "column": 62
                              }
                            },
                            "value": 0.05,
                            "rawValue": 0.05,
                            "raw": "0.05"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6743,
                        "end": 6879,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 64
                          },
                          "end": {
                            "line": 168,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 6757,
                            "end": 6869,
                            "loc": {
                              "start": {
                                "line": 165,
                                "column": 12
                              },
                              "end": {
                                "line": 167,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 6762,
                              "end": 6772,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 17
                                },
                                "end": {
                                  "line": 165,
                                  "column": 27
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6766,
                                  "end": 6772,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 27
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6766,
                                    "end": 6772,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 27
                                      }
                                    },
                                    "name": "target"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 6776,
                              "end": 6788,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 31
                                },
                                "end": {
                                  "line": 165,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6776,
                                "end": 6780,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6781,
                                "end": 6788,
                                "loc": {
                                  "start": {
                                    "line": 165,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 165,
                                    "column": 43
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 6790,
                              "end": 6869,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 45
                                },
                                "end": {
                                  "line": 167,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6808,
                                  "end": 6855,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 63
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6808,
                                    "end": 6854,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6808,
                                      "end": 6819,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6808,
                                        "end": 6814,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 22
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6815,
                                        "end": 6819,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 27
                                          }
                                        },
                                        "name": "emit"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 6820,
                                        "end": 6853,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 61
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6820,
                                          "end": 6846,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 54
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6820,
                                            "end": 6834,
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6820,
                                              "end": 6827,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 35
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6828,
                                              "end": 6834,
                                              "loc": {
                                                "start": {
                                                  "line": 166,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 166,
                                                  "column": 42
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6835,
                                            "end": 6846,
                                            "loc": {
                                              "start": {
                                                "line": 166,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 166,
                                                "column": 54
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6847,
                                          "end": 6853,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 61
                                            }
                                          },
                                          "name": "Missed"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6889,
                      "end": 6912,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 8
                        },
                        "end": {
                          "line": 170,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 6889,
                        "end": 6911,
                        "loc": {
                          "start": {
                            "line": 170,
                            "column": 8
                          },
                          "end": {
                            "line": 170,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6889,
                          "end": 6909,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 8
                            },
                            "end": {
                              "line": 170,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6889,
                            "end": 6898,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 8
                              },
                              "end": {
                                "line": 170,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6889,
                              "end": 6893,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 8
                                },
                                "end": {
                                  "line": 170,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6894,
                              "end": 6898,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 13
                                },
                                "end": {
                                  "line": 170,
                                  "column": 17
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6899,
                            "end": 6909,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 18
                              },
                              "end": {
                                "line": 170,
                                "column": 28
                              }
                            },
                            "name": "invalidate"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6921,
                      "end": 6939,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6921,
                        "end": 6938,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6921,
                          "end": 6933,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 8
                            },
                            "end": {
                              "line": 171,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6921,
                            "end": 6925,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 8
                              },
                              "end": {
                                "line": 171,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6926,
                            "end": 6933,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 13
                              },
                              "end": {
                                "line": 171,
                                "column": 20
                              }
                            },
                            "name": "actions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6936,
                          "end": 6938,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 23
                            },
                            "end": {
                              "line": 171,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6948,
                      "end": 6971,
                      "loc": {
                        "start": {
                          "line": 172,
                          "column": 8
                        },
                        "end": {
                          "line": 172,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6948,
                        "end": 6970,
                        "loc": {
                          "start": {
                            "line": 172,
                            "column": 8
                          },
                          "end": {
                            "line": 172,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6948,
                          "end": 6965,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 8
                            },
                            "end": {
                              "line": 172,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6948,
                            "end": 6952,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 8
                              },
                              "end": {
                                "line": 172,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6953,
                            "end": 6965,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 13
                              },
                              "end": {
                                "line": 172,
                                "column": 25
                              }
                            },
                            "name": "actionsArray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 6968,
                          "end": 6970,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 28
                            },
                            "end": {
                              "line": 172,
                              "column": 30
                            }
                          },
                          "elements": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6983,
              "end": 7703,
              "loc": {
                "start": {
                  "line": 175,
                  "column": 4
                },
                "end": {
                  "line": 183,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6983,
                "end": 6995,
                "loc": {
                  "start": {
                    "line": 175,
                    "column": 4
                  },
                  "end": {
                    "line": 175,
                    "column": 16
                  }
                },
                "name": "removeTarget"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6995,
                "end": 7703,
                "loc": {
                  "start": {
                    "line": 175,
                    "column": 16
                  },
                  "end": {
                    "line": 183,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6996,
                    "end": 6999,
                    "loc": {
                      "start": {
                        "line": 175,
                        "column": 17
                      },
                      "end": {
                        "line": 175,
                        "column": 20
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7001,
                  "end": 7703,
                  "loc": {
                    "start": {
                      "line": 175,
                      "column": 22
                    },
                    "end": {
                      "line": 183,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 7011,
                      "end": 7049,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 8
                        },
                        "end": {
                          "line": 176,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7015,
                          "end": 7048,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 12
                            },
                            "end": {
                              "line": 176,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 7015,
                            "end": 7020,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 12
                              },
                              "end": {
                                "line": 176,
                                "column": 17
                              }
                            },
                            "name": "index"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 7023,
                            "end": 7048,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 20
                              },
                              "end": {
                                "line": 176,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7023,
                              "end": 7043,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 20
                                },
                                "end": {
                                  "line": 176,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7023,
                                "end": 7035,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7023,
                                  "end": 7027,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7028,
                                  "end": 7035,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 32
                                    }
                                  },
                                  "name": "targets"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7036,
                                "end": 7043,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 40
                                  }
                                },
                                "name": "indexOf"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 7044,
                                "end": 7047,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 44
                                  }
                                },
                                "name": "obj"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 7058,
                      "end": 7104,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 8
                        },
                        "end": {
                          "line": 177,
                          "column": 54
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 7062,
                        "end": 7072,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 12
                          },
                          "end": {
                            "line": 177,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 7062,
                          "end": 7067,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 12
                            },
                            "end": {
                              "line": 177,
                              "column": 17
                            }
                          },
                          "name": "index"
                        },
                        "operator": ">",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 7070,
                          "end": 7072,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 20
                            },
                            "end": {
                              "line": 177,
                              "column": 22
                            }
                          },
                          "operator": "-",
                          "prefix": true,
                          "argument": {
                            "type": "Literal",
                            "start": 7071,
                            "end": 7072,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 21
                              },
                              "end": {
                                "line": 177,
                                "column": 22
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 7074,
                        "end": 7104,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 24
                          },
                          "end": {
                            "line": 177,
                            "column": 54
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 7074,
                          "end": 7103,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 24
                            },
                            "end": {
                              "line": 177,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7074,
                            "end": 7093,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 24
                              },
                              "end": {
                                "line": 177,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 7074,
                              "end": 7086,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 24
                                },
                                "end": {
                                  "line": 177,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7074,
                                "end": 7078,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7079,
                                "end": 7086,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 36
                                  }
                                },
                                "name": "targets"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7087,
                              "end": 7093,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 37
                                },
                                "end": {
                                  "line": 177,
                                  "column": 43
                                }
                              },
                              "name": "splice"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7094,
                              "end": 7099,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 44
                                },
                                "end": {
                                  "line": 177,
                                  "column": 49
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Literal",
                              "start": 7101,
                              "end": 7102,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 51
                                },
                                "end": {
                                  "line": 177,
                                  "column": 52
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7113,
                      "end": 7225,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 8
                        },
                        "end": {
                          "line": 178,
                          "column": 120
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7113,
                        "end": 7224,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 8
                          },
                          "end": {
                            "line": 178,
                            "column": 119
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7113,
                          "end": 7135,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 8
                            },
                            "end": {
                              "line": 178,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7113,
                            "end": 7127,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 8
                              },
                              "end": {
                                "line": 178,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7113,
                              "end": 7117,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 8
                                },
                                "end": {
                                  "line": 178,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7118,
                              "end": 7127,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 13
                                },
                                "end": {
                                  "line": 178,
                                  "column": 22
                                }
                              },
                              "name": "hitsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7128,
                            "end": 7135,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 23
                              },
                              "end": {
                                "line": 178,
                                "column": 30
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7136,
                            "end": 7223,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 31
                              },
                              "end": {
                                "line": 178,
                                "column": 118
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7136,
                                "end": 7140,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7144,
                              "end": 7223,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 39
                                },
                                "end": {
                                  "line": 178,
                                  "column": 118
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7144,
                                "end": 7165,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 60
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7144,
                                  "end": 7157,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7144,
                                    "end": 7148,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 43
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7149,
                                    "end": 7157,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 52
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7162,
                                  "end": 7165,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 60
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "CallExpression",
                                "start": 7169,
                                "end": 7223,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 118
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7169,
                                  "end": 7190,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7169,
                                    "end": 7183,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 78
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7169,
                                      "end": 7173,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 68
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7174,
                                      "end": 7183,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 78
                                        }
                                      },
                                      "name": "hitsArray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7184,
                                    "end": 7190,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 85
                                      }
                                    },
                                    "name": "splice"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 7191,
                                    "end": 7219,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 114
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7191,
                                      "end": 7213,
                                      "loc": {
                                        "start": {
                                          "line": 178,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 178,
                                          "column": 108
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7191,
                                        "end": 7205,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 100
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7191,
                                          "end": 7195,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 90
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7196,
                                          "end": 7205,
                                          "loc": {
                                            "start": {
                                              "line": 178,
                                              "column": 91
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 100
                                            }
                                          },
                                          "name": "hitsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7206,
                                        "end": 7213,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 101
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 108
                                          }
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7214,
                                        "end": 7218,
                                        "loc": {
                                          "start": {
                                            "line": 178,
                                            "column": 109
                                          },
                                          "end": {
                                            "line": 178,
                                            "column": 113
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 7221,
                                    "end": 7222,
                                    "loc": {
                                      "start": {
                                        "line": 178,
                                        "column": 116
                                      },
                                      "end": {
                                        "line": 178,
                                        "column": 117
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7234,
                      "end": 7355,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 129
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7234,
                        "end": 7354,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 8
                          },
                          "end": {
                            "line": 179,
                            "column": 128
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7234,
                          "end": 7259,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 8
                            },
                            "end": {
                              "line": 179,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7234,
                            "end": 7251,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 8
                              },
                              "end": {
                                "line": 179,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7234,
                              "end": 7238,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 8
                                },
                                "end": {
                                  "line": 179,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7239,
                              "end": 7251,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 13
                                },
                                "end": {
                                  "line": 179,
                                  "column": 25
                                }
                              },
                              "name": "actionsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7252,
                            "end": 7259,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 26
                              },
                              "end": {
                                "line": 179,
                                "column": 33
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7260,
                            "end": 7353,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 34
                              },
                              "end": {
                                "line": 179,
                                "column": 127
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7260,
                                "end": 7264,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 38
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7268,
                              "end": 7353,
                              "loc": {
                                "start": {
                                  "line": 179,
                                  "column": 42
                                },
                                "end": {
                                  "line": 179,
                                  "column": 127
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7268,
                                "end": 7289,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7268,
                                  "end": 7281,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7268,
                                    "end": 7272,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 46
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7273,
                                    "end": 7281,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 55
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7286,
                                  "end": 7289,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 63
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "CallExpression",
                                "start": 7293,
                                "end": 7353,
                                "loc": {
                                  "start": {
                                    "line": 179,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 179,
                                    "column": 127
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7293,
                                  "end": 7317,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 91
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7293,
                                    "end": 7310,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 84
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7293,
                                      "end": 7297,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 71
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7298,
                                      "end": 7310,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 84
                                        }
                                      },
                                      "name": "actionsArray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7311,
                                    "end": 7317,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 91
                                      }
                                    },
                                    "name": "splice"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 7318,
                                    "end": 7349,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 123
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7318,
                                      "end": 7343,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 117
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7318,
                                        "end": 7335,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 92
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 109
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7318,
                                          "end": 7322,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 92
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 96
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7323,
                                          "end": 7335,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 97
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 109
                                            }
                                          },
                                          "name": "actionsArray"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7336,
                                        "end": 7343,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 110
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 117
                                          }
                                        },
                                        "name": "indexOf"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7344,
                                        "end": 7348,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 118
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 122
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ]
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 7351,
                                    "end": 7352,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 125
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 126
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7364,
                      "end": 7463,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 8
                        },
                        "end": {
                          "line": 180,
                          "column": 107
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7364,
                        "end": 7462,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 8
                          },
                          "end": {
                            "line": 180,
                            "column": 106
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7364,
                          "end": 7394,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 8
                            },
                            "end": {
                              "line": 180,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7364,
                            "end": 7386,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 8
                              },
                              "end": {
                                "line": 180,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7364,
                              "end": 7375,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 8
                                },
                                "end": {
                                  "line": 180,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7364,
                                "end": 7370,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7371,
                                "end": 7375,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7376,
                                "end": 7385,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7376,
                                  "end": 7380,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7381,
                                  "end": 7385,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 29
                                    }
                                  },
                                  "name": "hits"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7387,
                            "end": 7394,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 31
                              },
                              "end": {
                                "line": 180,
                                "column": 38
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7395,
                            "end": 7461,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 39
                              },
                              "end": {
                                "line": 180,
                                "column": 105
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7395,
                                "end": 7399,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 43
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7403,
                              "end": 7461,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 47
                                },
                                "end": {
                                  "line": 180,
                                  "column": 105
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7403,
                                "end": 7435,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 79
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7403,
                                  "end": 7427,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7403,
                                    "end": 7418,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 62
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7403,
                                      "end": 7412,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7403,
                                        "end": 7407,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 51
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7408,
                                        "end": 7412,
                                        "loc": {
                                          "start": {
                                            "line": 180,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 180,
                                            "column": 56
                                          }
                                        },
                                        "name": "hits"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7413,
                                      "end": 7417,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 61
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7419,
                                    "end": 7427,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 71
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7432,
                                  "end": 7435,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 79
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7439,
                                "end": 7461,
                                "loc": {
                                  "start": {
                                    "line": 180,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 180,
                                    "column": 105
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7446,
                                  "end": 7461,
                                  "loc": {
                                    "start": {
                                      "line": 180,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 180,
                                      "column": 105
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7446,
                                    "end": 7455,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 99
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7446,
                                      "end": 7450,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 94
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7451,
                                      "end": 7455,
                                      "loc": {
                                        "start": {
                                          "line": 180,
                                          "column": 95
                                        },
                                        "end": {
                                          "line": 180,
                                          "column": 99
                                        }
                                      },
                                      "name": "hits"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7456,
                                    "end": 7460,
                                    "loc": {
                                      "start": {
                                        "line": 180,
                                        "column": 100
                                      },
                                      "end": {
                                        "line": 180,
                                        "column": 104
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7472,
                      "end": 7580,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 8
                        },
                        "end": {
                          "line": 181,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7472,
                        "end": 7579,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 8
                          },
                          "end": {
                            "line": 181,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7472,
                          "end": 7505,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 8
                            },
                            "end": {
                              "line": 181,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7472,
                            "end": 7497,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 8
                              },
                              "end": {
                                "line": 181,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7472,
                              "end": 7483,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 8
                                },
                                "end": {
                                  "line": 181,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7472,
                                "end": 7478,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7479,
                                "end": 7483,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7484,
                                "end": 7496,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7484,
                                  "end": 7488,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7489,
                                  "end": 7496,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 32
                                    }
                                  },
                                  "name": "actions"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7498,
                            "end": 7505,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 34
                              },
                              "end": {
                                "line": 181,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7506,
                            "end": 7578,
                            "loc": {
                              "start": {
                                "line": 181,
                                "column": 42
                              },
                              "end": {
                                "line": 181,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7506,
                                "end": 7510,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7514,
                              "end": 7578,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 50
                                },
                                "end": {
                                  "line": 181,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7514,
                                "end": 7549,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7514,
                                  "end": 7541,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7514,
                                    "end": 7532,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7514,
                                      "end": 7526,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7514,
                                        "end": 7518,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7519,
                                        "end": 7526,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 62
                                          }
                                        },
                                        "name": "actions"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7527,
                                      "end": 7531,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7533,
                                    "end": 7541,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7546,
                                  "end": 7549,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7553,
                                "end": 7578,
                                "loc": {
                                  "start": {
                                    "line": 181,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 181,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7560,
                                  "end": 7578,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7560,
                                    "end": 7572,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7560,
                                      "end": 7564,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7565,
                                      "end": 7572,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 108
                                        }
                                      },
                                      "name": "actions"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7573,
                                    "end": 7577,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7589,
                      "end": 7697,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 8
                        },
                        "end": {
                          "line": 182,
                          "column": 116
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7589,
                        "end": 7696,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 8
                          },
                          "end": {
                            "line": 182,
                            "column": 115
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7589,
                          "end": 7622,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 8
                            },
                            "end": {
                              "line": 182,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 7589,
                            "end": 7614,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 8
                              },
                              "end": {
                                "line": 182,
                                "column": 33
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7589,
                              "end": 7600,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 8
                                },
                                "end": {
                                  "line": 182,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 7589,
                                "end": 7595,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 14
                                  }
                                },
                                "name": "Object"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7596,
                                "end": 7600,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 19
                                  }
                                },
                                "name": "keys"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7601,
                                "end": 7613,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7601,
                                  "end": 7605,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 24
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7606,
                                  "end": 7613,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 32
                                    }
                                  },
                                  "name": "hovered"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7615,
                            "end": 7622,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 34
                              },
                              "end": {
                                "line": 182,
                                "column": 41
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7623,
                            "end": 7695,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 42
                              },
                              "end": {
                                "line": 182,
                                "column": 114
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7623,
                                "end": 7627,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 46
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 7631,
                              "end": 7695,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 50
                                },
                                "end": {
                                  "line": 182,
                                  "column": 114
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 7631,
                                "end": 7666,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 85
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7631,
                                  "end": 7658,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7631,
                                    "end": 7649,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7631,
                                      "end": 7643,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 62
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7631,
                                        "end": 7635,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 54
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7636,
                                        "end": 7643,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 62
                                          }
                                        },
                                        "name": "hovered"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7644,
                                      "end": 7648,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 67
                                        }
                                      },
                                      "name": "item"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7650,
                                    "end": 7658,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 77
                                      }
                                    },
                                    "name": "receiver"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Identifier",
                                  "start": 7663,
                                  "end": 7666,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 85
                                    }
                                  },
                                  "name": "obj"
                                }
                              },
                              "operator": "&&",
                              "right": {
                                "type": "UnaryExpression",
                                "start": 7670,
                                "end": 7695,
                                "loc": {
                                  "start": {
                                    "line": 182,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 182,
                                    "column": 114
                                  }
                                },
                                "operator": "delete",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 7677,
                                  "end": 7695,
                                  "loc": {
                                    "start": {
                                      "line": 182,
                                      "column": 96
                                    },
                                    "end": {
                                      "line": 182,
                                      "column": 114
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7677,
                                    "end": 7689,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 108
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7677,
                                      "end": 7681,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 100
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7682,
                                      "end": 7689,
                                      "loc": {
                                        "start": {
                                          "line": 182,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 182,
                                          "column": 108
                                        }
                                      },
                                      "name": "hovered"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7690,
                                    "end": 7694,
                                    "loc": {
                                      "start": {
                                        "line": 182,
                                        "column": 109
                                      },
                                      "end": {
                                        "line": 182,
                                        "column": 113
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "computed": true
                                }
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7709,
              "end": 7763,
              "loc": {
                "start": {
                  "line": 185,
                  "column": 4
                },
                "end": {
                  "line": 187,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7709,
                "end": 7719,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 4
                  },
                  "end": {
                    "line": 185,
                    "column": 14
                  }
                },
                "name": "getActions"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7719,
                "end": 7763,
                "loc": {
                  "start": {
                    "line": 185,
                    "column": 14
                  },
                  "end": {
                    "line": 187,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7722,
                  "end": 7763,
                  "loc": {
                    "start": {
                      "line": 185,
                      "column": 17
                    },
                    "end": {
                      "line": 187,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7732,
                      "end": 7757,
                      "loc": {
                        "start": {
                          "line": 186,
                          "column": 8
                        },
                        "end": {
                          "line": 186,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7739,
                        "end": 7756,
                        "loc": {
                          "start": {
                            "line": 186,
                            "column": 15
                          },
                          "end": {
                            "line": 186,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7739,
                          "end": 7743,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 15
                            },
                            "end": {
                              "line": 186,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7744,
                          "end": 7756,
                          "loc": {
                            "start": {
                              "line": 186,
                              "column": 20
                            },
                            "end": {
                              "line": 186,
                              "column": 32
                            }
                          },
                          "name": "actionsArray"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7769,
              "end": 7857,
              "loc": {
                "start": {
                  "line": 189,
                  "column": 4
                },
                "end": {
                  "line": 191,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7769,
                "end": 7774,
                "loc": {
                  "start": {
                    "line": 189,
                    "column": 4
                  },
                  "end": {
                    "line": 189,
                    "column": 9
                  }
                },
                "name": "isHit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7774,
                "end": 7857,
                "loc": {
                  "start": {
                    "line": 189,
                    "column": 9
                  },
                  "end": {
                    "line": 191,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7775,
                    "end": 7778,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 10
                      },
                      "end": {
                        "line": 189,
                        "column": 13
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7780,
                  "end": 7857,
                  "loc": {
                    "start": {
                      "line": 189,
                      "column": 15
                    },
                    "end": {
                      "line": 191,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7790,
                      "end": 7851,
                      "loc": {
                        "start": {
                          "line": 190,
                          "column": 8
                        },
                        "end": {
                          "line": 190,
                          "column": 69
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 7797,
                        "end": 7850,
                        "loc": {
                          "start": {
                            "line": 190,
                            "column": 15
                          },
                          "end": {
                            "line": 190,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7797,
                          "end": 7816,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 15
                            },
                            "end": {
                              "line": 190,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7797,
                            "end": 7811,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 15
                              },
                              "end": {
                                "line": 190,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7797,
                              "end": 7801,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 15
                                },
                                "end": {
                                  "line": 190,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7802,
                              "end": 7811,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 20
                                },
                                "end": {
                                  "line": 190,
                                  "column": 29
                                }
                              },
                              "name": "hitsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7812,
                            "end": 7816,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 30
                              },
                              "end": {
                                "line": 190,
                                "column": 34
                              }
                            },
                            "name": "find"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7817,
                            "end": 7849,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 35
                              },
                              "end": {
                                "line": 190,
                                "column": 67
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7817,
                                "end": 7821,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 39
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 7825,
                              "end": 7849,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 43
                                },
                                "end": {
                                  "line": 190,
                                  "column": 67
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7825,
                                "end": 7839,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7825,
                                  "end": 7836,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7825,
                                    "end": 7829,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 47
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7830,
                                    "end": 7836,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 54
                                      }
                                    },
                                    "name": "object"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7837,
                                  "end": 7839,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 57
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 7843,
                                "end": 7849,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 67
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7843,
                                  "end": 7846,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 64
                                    }
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7847,
                                  "end": 7849,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 67
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7863,
              "end": 7957,
              "loc": {
                "start": {
                  "line": 193,
                  "column": 4
                },
                "end": {
                  "line": 195,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7863,
                "end": 7871,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 4
                  },
                  "end": {
                    "line": 193,
                    "column": 12
                  }
                },
                "name": "isAction"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7871,
                "end": 7957,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 12
                  },
                  "end": {
                    "line": 195,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7872,
                    "end": 7875,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 13
                      },
                      "end": {
                        "line": 193,
                        "column": 16
                      }
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7877,
                  "end": 7957,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 18
                    },
                    "end": {
                      "line": 195,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7887,
                      "end": 7951,
                      "loc": {
                        "start": {
                          "line": 194,
                          "column": 8
                        },
                        "end": {
                          "line": 194,
                          "column": 72
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 7894,
                        "end": 7950,
                        "loc": {
                          "start": {
                            "line": 194,
                            "column": 15
                          },
                          "end": {
                            "line": 194,
                            "column": 71
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7894,
                          "end": 7916,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 15
                            },
                            "end": {
                              "line": 194,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7894,
                            "end": 7911,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 15
                              },
                              "end": {
                                "line": 194,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7894,
                              "end": 7898,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 15
                                },
                                "end": {
                                  "line": 194,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7899,
                              "end": 7911,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 20
                                },
                                "end": {
                                  "line": 194,
                                  "column": 32
                                }
                              },
                              "name": "actionsArray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7912,
                            "end": 7916,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 33
                              },
                              "end": {
                                "line": 194,
                                "column": 37
                              }
                            },
                            "name": "find"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 7917,
                            "end": 7949,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 38
                              },
                              "end": {
                                "line": 194,
                                "column": 70
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 7917,
                                "end": 7921,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 42
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 7925,
                              "end": 7949,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 46
                                },
                                "end": {
                                  "line": 194,
                                  "column": 70
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7925,
                                "end": 7939,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7925,
                                  "end": 7936,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7925,
                                    "end": 7929,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 50
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7930,
                                    "end": 7936,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 57
                                      }
                                    },
                                    "name": "object"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7937,
                                  "end": 7939,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 60
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "MemberExpression",
                                "start": 7943,
                                "end": 7949,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 70
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7943,
                                  "end": 7946,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 67
                                    }
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7947,
                                  "end": 7949,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 70
                                    }
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              }
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}